All Tools
Color Converter
Convert between HEX, RGB, HSL, CMYK. Pick and copy any format.
#FF6B35
Color Formats
HEX
#FF6B35
RGB
rgb(255, 107, 53)
HSL
hsl(16, 100%, 60%)
CMYK
cmyk(0%, 58%, 79%, 0%)
CSS Variable
--color: 255 107 53;
How it works
- Pick a color, or enter a value in HEX, RGB, HSL, or CMYK.
- All the other formats update to match instantly.
- Copy whichever format you need.
What people use it for
- Getting the RGB or HSL equivalent of a HEX color.
- Finding CMYK values for a print job.
- Converting a color a designer gave you into your code's format.
Good to know
- CMYK is an approximation — screen (RGB) and print (CMYK) gamuts differ, so a print proof is still the source of truth for color-critical work.
- It converts a single color; for palettes use the palette or CSS variables tools.
Frequently asked questions
Which formats does it convert between?
HEX, RGB, HSL, and CMYK — enter any one and the rest update to match.
Is the CMYK exact for printing?
It is a standard conversion approximation. Screens and printers use different color models, so treat CMYK here as a close starting point, not a calibrated proof.
Is anything uploaded?
No. Conversion is local in your browser.