Color Picker

Pick any color and instantly convert between HEX, RGB, and HSL formats. Free online color picker with live preview.

#

HEX, RGB, and HSL — What's the Difference?

HEX (#rrggbb) is the most common format in web development. Each pair of hex digits represents the red, green, and blue channels from 00 (0) to FF (255).

RGB (red, green, blue) expresses each channel as a number from 0 to 255. rgb(255, 0, 0) is pure red.

HSL (hue, saturation, lightness) is the most intuitive for humans — hue is the color angle (0–360°), saturation is intensity (0–100%), and lightness controls brightness (0% = black, 50% = full color, 100% = white).