HSL to RGB Color Converter
Convert HSL colors (Hue, Saturation, Lightness) to standard RGB channel values.
How to use it
- Enter HSL color format to calculate RGB values.
Examples
| hsl(243, 75%, 62%) | rgb(91, 83, 232) |
HSL colors defined in a design tool or CSS file need converting to RGB (or hex) whenever another system — an image library, a print spec, or older software — only accepts RGB values. This tool takes the hue angle plus saturation and lightness percentages and outputs the equivalent red, green, blue channel values.
Where this comes up
- Exporting an HSL-based color palette to RGB or hex for use outside CSS
- Reading a CSS hsl() color and finding the matching RGB values for a design spec
- Working with graphics libraries or image formats that only accept RGB
Runs entirely in your browser. Nothing you type is uploaded, logged or shared.
Last updated 18 August 2026