Color Code Converter — HEX, RGB, HSL & CMYK
Instantly convert between HEX, RGB, HSL, HSV, and CMYK color codes with live preview and one-click copy.
HEX
RGB
rgb(79, 70, 229)HSL
hsl(243, 75%, 59%)HSV / HSB
hsv(243, 69%, 90%)CMYK
cmyk(66%, 69%, 0%, 10%)Frequently asked questions
What is #FFFFFF?
#FFFFFF is pure white in HEX. The same color is RGB(255, 255, 255) or HSL(0, 0%, 100%).
What is RGB(0,0,0)?
RGB(0, 0, 0) is pure black. As a HEX code it is #000000.
Why do my colors look different on screen vs print?
Screens use additive RGB. Print uses subtractive CMYK. The two color spaces don't cover the same gamut, so conversions are approximations.