Convert a colour between HEX, RGB and HSL. Paste any of the three formats and get the others, with a live preview. Runs in your browser.

The Color Converter converts a colour between HEX, RGB and HSL. Paste any of the three formats — or pick a colour — and instantly get the others alongside a live swatch. Everything runs in your browser.
HEX (#rgb and #rrggbb), rgb()/rgba() and hsl()/hsla(). Alpha is ignored in the converted output.
RGB describes a colour by its red, green and blue components; HSL describes it by hue, saturation and lightness, which is often more intuitive for adjusting colours.