Color Converter
Pick a color once, get it back in HEX, RGB, HSL, and CMYK at the same time. Copy whichever format you need.
Why so many formats?
HEX and RGB are the standard web formats, HSL is easier to reason about when you want to adjust lightness or saturation, and CMYK is what print workflows expect.
Common questions
Why is CMYK only approximate?
CMYK is a print color space and its exact appearance depends on the specific ink and paper. The values here are a standard RGB-to-CMYK conversion, a solid starting point but not a substitute for your printer's color profile.
What's HSL useful for?
Hue, saturation, lightness. It's often easier to build a color palette by keeping hue fixed and varying lightness/saturation than by guessing RGB or hex values directly.
Does this store the colors I pick?
No. Everything happens locally in your browser and nothing is saved or sent anywhere.