Accurate translation
Converts between HSL and RGB using the same math browsers apply—handy for brand palettes.
Color utility
Convert HSL to RGB for canvases, APIs, and CSS rgb(). Translate lightness-based colors into red, green, and blue channels.
Same color in formats other than your selected input and output.
| Format | Value |
|---|---|
| HEX | #000000 |
| Hue | 0 |
| HSV | 0,0,0 |
| CMYK | 0,0,0,100 |
| Color | Name | Hex | RGB | RGBA | HSV | HSL | CMYK | Hue |
|---|---|---|---|---|---|---|---|---|
| — | #1c1c1c | 28,28,28 | 28,28,28,1 | 0,0,11 | 0,0,11 | 0,0,0,89 | 0 | |
| — | #393939 | 57,57,57 | 57,57,57,1 | 0,0,22 | 0,0,22 | 0,0,0,78 | 0 | |
| — | #555555 | 85,85,85 | 85,85,85,1 | 0,0,33 | 0,0,33 | 0,0,0,67 | 0 | |
| — | #717171 | 113,113,113 | 113,113,113,1 | 0,0,44 | 0,0,44 | 0,0,0,56 | 0 | |
| — | #8e8e8e | 142,142,142 | 142,142,142,1 | 0,0,56 | 0,0,56 | 0,0,0,44 | 0 | |
| — | #aaaaaa | 170,170,170 | 170,170,170,1 | 0,0,67 | 0,0,67 | 0,0,0,33 | 0 | |
| — | #c6c6c6 | 198,198,198 | 198,198,198,1 | 0,0,78 | 0,0,78 | 0,0,0,22 | 0 | |
| — | #e3e3e3 | 227,227,227 | 227,227,227,1 | 0,0,89 | 0,0,89 | 0,0,0,11 | 0 |
Designers and front-end devs use this page when a style guide lists HSL but the codebase wants RGB—no mental math in the inspector.
Converts between HSL and RGB using the same math browsers apply—handy for brand palettes.
See the swatch update as values change so you catch typos before they ship in CSS.
Grab the format your stack expects—hex for quick tweaks, RGB/HSL for preprocessors, etc.
Pure text conversion: safe for internal brand colors and unreleased campaign codes.
The URL encodes the direction so teammates open the right converter from docs.
Use alongside image converters when you need both pixel exports and exact color literals.