Color Converter
Enter a color value in HEX, RGB, or HSL format and see it converted to all other formats instantly. All processing happens locally in your browser.
About Color Formats
- HEX -
#rrggbb, the most common CSS color format. - RGB -
rgb(r, g, b), each channel 0-255. - HSL -
hsl(h, s%, l%), hue 0-360°, saturation and lightness 0-100%.