Convert between HEX, RGB, HSL, and CMYK
Color conversion translates a color between the formats used in different contexts: hex for CSS, RGB for software, HSL for design systems, CMYK for print. This converter parses every popular syntax (including shorthand hex and CSS named colors), clamps out-of-range input, and emits all four formats so you never have to visit three sites to move a brand color between Figma, your CSS, and your print brief.
Only for print. Screens are RGB; printers are CMYK. Converting a screen color to CMYK is approximate because CMYK has a smaller gamut — some vivid RGB colors simply can't be printed exactly.
HSL is the modern choice — you can edit hue, saturation, and lightness independently, making design systems much more flexible. HEX is still fine for simple palettes.
Not yet — that's roadmap. For now we handle HEX/RGB/HSL/CMYK and the standard named colors.
CMYK conversion formulas vary by color profile (GRACoL, SWOP, Fogra, etc.). Our output is the uncalibrated mathematical conversion — good for estimation, not for press-ready files.