Color Converter
Convert colors between HEX, RGB, HSL, and OKLCH. Pick, paste, or type any CSS color value.
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.