Color Converter
Convert a color between HEX, RGB and HSL formats.
Convert a color between HEX, RGB and HSL formats.
The Color Converter takes a HEX color code and shows the equivalent RGB and HSL values, along with a preview swatch. It is useful for designers and developers who need the same color in different formats.
For related tasks, try Color Picker, Number Base Converter or HTML Minifier.
RGB channels are read directly from the HEX pairs. HSL is derived from RGB using the standard formula based on the minimum and maximum channel values.
The HEX color #3157d5 converts to RGB(49, 87, 213) and approximately HSL(228°, 68%, 51%).
Yes, short forms such as #fff are expanded automatically.
This version accepts HEX input and converts to RGB and HSL.
RGB defines a color by red, green and blue light amounts, while HSL defines it by hue, saturation and lightness; both can represent the same color.