Convert colors between HEX, RGB, HSL, HSV, and CMYK instantly. Includes a live color picker and harmony generator.
color picker
dodgerblue
HEX
RGB
HSL
HSV (display only)
hsv(221, 75%, 96%)
CMYK (display only)
cmyk(59%, 14%, 0%, 4%)
Color Harmonies
Frequently Asked Questions
What is a HEX color code?
A HEX color code is a six-digit hexadecimal number used to represent colors in web design, written as #RRGGBB. Each pair of digits represents the intensity of red, green, and blue from 00 (none) to FF (full). For example, #FF0000 is pure red, #00FF00 is pure green, and #0000FF is pure blue.
What is the difference between RGB and HSL?
RGB (Red, Green, Blue) describes color by the intensity of three light channels, each from 0 to 255. HSL (Hue, Saturation, Lightness) describes color in a way more intuitive for humans: hue is the color type (0–360° on a color wheel), saturation is how vivid it is (0–100%), and lightness is how bright it is (0% = black, 100% = white, 50% = full color). HSL makes it much easier to adjust shades and tints.
What is CMYK used for?
CMYK (Cyan, Magenta, Yellow, Key/Black) is a color model used in color printing. Unlike RGB which adds light together (additive), CMYK subtracts light by layering ink (subtractive). It is the standard color model for professional printing, packaging, and any physical media that uses ink on paper.