Color Picker & Converter
Pick a color or enter a value to convert between formats.
HEX
RGB
HSL
Pick a color or enter a value to convert between formats.
This tool converts colors between the three most common formats used in web development: HEX (hexadecimal), RGB (Red Green Blue), and HSL (Hue Saturation Lightness). Pick a color visually or type a value in any format to see instant conversions.
HEX is the most compact and commonly used in CSS. RGB is useful when you need to manipulate individual color channels programmatically. HSL is the most intuitive for designers — you can easily create color variations by adjusting saturation or lightness while keeping the hue constant.