Pick colors and convert between HEX, RGB, HSL, and CMYK formats. Copy color codes instantly for your designs.
#2563EBrgb(37, 99, 235)hsl(221, 83%, 53%)rgba(37, 99, 235, 1)HEX is a 6-digit hexadecimal code prefixed with #. Each pair of digits represents Red, Green, and Blue channels (0-255). For example, #FF0000 is pure red.
RGB defines colors by Red, Green, Blue light intensities (0-255). HSL defines colors by Hue (0-360°), Saturation (0-100%), and Lightness (0-100%). HSL is often more intuitive for designers.
Each pair of HEX digits maps directly to an RGB channel. For example, #1A2B3C → R:26, G:43, B:60. Our tool does this conversion instantly.