Tools / Converter

Hex ↔ RGB Converter

Convert any color between HEX, RGB, HSL and CMYK instantly. Use the color picker, type a hex value, or drag the RGB sliders.

#DC143CClick swatch to open picker
R220
G20
B60

All formats

HEX#DC143C
RGBrgb(220, 20, 60)
HSLhsl(348°, 83%, 47%)
CMYK0 91 73 14
HSV348°, 91%, 86%
Webrgba(220,20,60,1)

HSL

CMYK

CMYK is auto-computed from RGB.

About color formats

HEX

6-digit hexadecimal code like #DC143C. The most common format for web and design tools.

RGB

Red, Green, Blue values from 0–255. Used in CSS with rgb() or rgba() for opacity.

HSL

Hue (0–360°), Saturation (0–100%), Lightness (0–100%). Great for adjusting colors programmatically.

CMYK

Cyan, Magenta, Yellow, Key (Black). Used in print design and professional publishing.

Copied!