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
Color Converter
Convert a color to HEX, RGB, HSL, HSB, and CMYK at once.
HEX to RGB
Convert HEX color codes to RGB / RGBA values.
RGB to HEX
Convert RGB values into HEX color codes.
CSS Box Shadow Generator
Visually design CSS box-shadow with a live preview and code.
CSS Border Radius Generator
Visually craft border-radius with a live preview.
HEX to CMYK
Convert HEX colors to CMYK print values.
CMYK to HEX
Convert CMYK print values to HEX colors.
HEX to HSB
Convert HEX colors to HSB / HSV values.