HSL to RGB Converter
Convert HSL colors to RGB instantly. Paste a value below and copy the result.
Also in
About this conversion
HSL expresses a color as hue (0-360° on the color wheel), saturation, and lightness percentages. It is far more intuitive to adjust than RGB: shifting lightness or saturation keeps the same base hue, which makes HSL popular for building color variations by hand.
RGB describes a color by its red, green, and blue light components, each from 0 to 255. It matches how screens physically produce color, which makes it the natural format for programmatic color manipulation in CSS and JavaScript.
To convert HSL to RGB, the color is first interpreted in the sRGB color space and then expressed in RGB notation. Paste a HSL value like hsl(205, 100%, 56%) above and copy the RGB result. The conversion happens instantly in your browser, and nothing is uploaded.