Skip to content
ZeroServer.tools

HSL to RGB

Convert HSL color values back into RGB.

HSL Input
RGB
rgb(0, 238, 255)

From HSL back to RGB

While HSL is great for picking and adjusting colors, most rendering and image formats ultimately work in RGB. This converter applies the standard HSL-to-RGB algorithm — computing chroma from saturation and lightness, then mapping the hue sector to red, green, and blue channels — to give you exact 0–255 values. The math runs entirely in your browser.

Related Design & CSS tools