Utilities

Color Formats

Convert HEX, RGB, HSL, HSV, CMYK, and CSS color names.

Examples: #f5a623, rgb(245,166,35), hsl(37,90%,55%), blue, cmyk(0%,32%,86%,4%).

HEX#f5a623
RGBrgb(245, 166, 35)
RGBArgba(245, 166, 35, 1.00)
HSLhsl(37, 90%, 55%)
HSLAhsla(37, 90%, 55%, 1.00)
HSVhsv(37, 86%, 96%)
CMYKcmyk(0%, 32%, 86%, 4%)
CSS NameNo exact CSS name

About Color Converter

Convert between HEX, RGB, HSL, CMYK, and HSB. Paste any color in any format and the tool normalises it across all five. Useful when a design hand-off lands in HEX but the brand guide is in CMYK.

Frequently asked questions

Why don't CMYK colors round-trip cleanly?

CMYK has a smaller gamut than RGB. Bright digital colors literally cannot be printed, so the converter snaps them to the closest reproducible CMYK value.

Can I use named CSS colors?

Yes. Type 'tomato' or 'rebeccapurple' and the tool resolves to the matching HEX before converting.