Color Converter

Convert color values between HEX, RGB, HSL and CMYK.

HEX
#10B981
RGB
rgb(16, 185, 129)
HSL
hsl(160, 84%, 39%)
CMYK
cmyk(91%, 0%, 30%, 27%)
Private & SecureRuns in your browser — nothing is uploaded
Easy to UseJust paste or type — instant results
Free ForeverUnlimited use, no sign-up
Fast & ReliableAdvanced tech, fast and stable

Design files, CSS and print specs each want a colour in a different notation, and converting by hand is error-prone. Enter a colour in HEX, RGB, HSL or CMYK and get the others back instantly, so you can hand the right format to whatever needs it.

#E11D48RGB 225,29,72HSL 347 76 50CMYK 0 87 68 12
HEX → RGB, HSL, CMYK

How to use: Color Converter

  1. 1Enter inputPaste or type a color value, such as a HEX code, into the input.
  2. 2Set optionsThe tool instantly converts it to RGB, HSL, HSV and CMYK.
  3. 3ProcessCheck the live color swatch preview to confirm the result.
  4. 4Get resultClick copy next to the format you want to grab the converted value.

Common use cases

CSS to printTurn a web HEX into CMYK figures to discuss with a printer.
Read a designer's valueConvert an HSL or RGB a designer gave you into HEX for code.
Fill a form fieldGet the exact notation a tool's colour field expects.
Understand a colourSee a HEX as HSL to grasp its hue and lightness.

Good to know

CMYK is an approximationScreen colours in RGB do not all exist in print CMYK, so the CMYK figures are a close estimate. The real result depends on paper, ink and the printer's profile.
HSL and HSV are not the sameBoth use hue, but the third value differs: lightness versus value or brightness. Check which one your tool wants before pasting.
Round-trips can drift a littleConverting back and forth may shift the last digit because each space rounds differently. Keep one notation as your source of truth.
Alpha is separateTransparency, the alpha channel, is not part of plain RGB or HEX. If you need it, use the RGBA or eight-digit HEX form.

Frequently Asked Questions