Color Converter

Convert between HEX, RGB, and HSL color formats with live preview.

Ad space

About Color Formats

HEX

Hexadecimal color codes use #RRGGBB format where each pair represents red, green, and blue values from 00-FF.

RGB

RGB uses three values (0-255) for Red, Green, and Blue channels. CSS syntax: rgb(255, 0, 0)

HSL

HSL uses Hue (0-360), Saturation (0-100%), and Lightness (0-100%). Often more intuitive for picking colors. CSS syntax: hsl(0, 100%, 50%)