Color Picker
Pick any color and instantly convert between HEX, RGB, HSL and CMYK — get palettes, tints, shades and more
Understanding Color Formats
HEX (hexadecimal) is the most common format in web design — a # followed by 6 digits representing red, green, and blue values from 00 to FF. RGB expresses the same values as decimal numbers from 0–255. HSL (Hue, Saturation, Lightness) is more intuitive for designers — hue is the color angle (0–360°), saturation is colorfulness (0–100%), lightness is brightness (0–100%). CMYK is used in print design — Cyan, Magenta, Yellow, and Key (Black).
Tints and Shades
A tint is a color mixed with white (lighter version). A shade is a color mixed with black (darker version). When building a design system or brand palette, you typically need a full range of tints and shades — from very light (for backgrounds) to very dark (for text).