Converts HSL (Hue, Saturation, Lightness) values to RGB (Red, Green, Blue). This is useful when you have designed a color palette using HSL and need the RGB values for code, APIs, or tools that require RGB input.
HSL to RGB Converter
Convert HSL notation to RGB color values
How to HSL to RGB
- 1.Enter an HSL value like hsl(204, 70%, 53%) in the input.
- 2.RGB and all other formats appear instantly.
- 3.Use the color picker for visual selection.
- 4.Copy any result with one click.
About This Tool
Frequently Asked Questions
The algorithm uses hue to determine the base color, then applies saturation and lightness to calculate the final red, green, and blue channel values (each 0-255).
Pure black — zero saturation and zero lightness. Similarly, hsl(0, 0%, 100%) is pure white.
Yes — hue is circular. 0 and 360 are both red. Values above 360 or below 0 wrap around.