Hex → RGB → HSL Converter
Convert a color between HEX, RGB and HSL instantly. Pick a color or paste a hex value, see a live swatch, and copy whichever format you need. No signup; runs in your browser.
HEX
#0891b2RGB
rgb(8, 145, 178)HSL
hsl(191, 91%, 36%)Quick reference
- HEX —
#RRGGBB, the web default in CSS and design tools. - RGB —
rgb(r, g, b), each channel 0–255; handy for code and opacity (rgba). - HSL —
hsl(hue, saturation%, lightness%); the easiest format for making tints/shades (just change lightness).
More design tools: CSS gradient generator, color contrast checker, and color palette generator.