0x
0xkit.dev
/Color Convert

Color Converter

Convert colors between HEX, RGB, HSL, and OKLCH. Pick, paste, or type any CSS color value.

#00e5a0
R
G
B
HEX#00e5a0
RGBrgb(0, 229, 160)
HSLhsl(162, 100%, 45%)
HSV/HSBhsv(162, 100%, 90%)
OKLCHoklch(81.52% 0.1772 162.6)
CMYKcmyk(100%, 0%, 30%, 10%)

About Color Formats

HEX is the most common web color format — 6 hex digits prefixed with #. RGB specifies red, green, and blue channels from 0 to 255. HSL uses hue (0-360), saturation (0-100%), and lightness (0-100%) — more intuitive for picking colors.

HSV/HSB (Hue, Saturation, Value/Brightness) is the color model used in Figma, Photoshop, and most design tools. Unlike HSL, maximum brightness (V=100%) gives a pure color, not white.

CMYK (Cyan, Magenta, Yellow, Key/Black) is the subtractive color model used in print. Converting from RGB to CMYK is an approximation — accurate print colors require ICC profiles.

OKLCH is a perceptually uniform color space in CSS Color Level 4. Equal steps in OKLCH produce equal perceived differences — unlike HSL where different hues have different perceived brightness. Supported in all modern browsers.

No server involved — your data stays local. Your input stays on your machine.