HSL to RGB Color Converter

Advanced HSL to RGB Converter

HSL to RGB Converter

Convert HSL color values to RGB and HEX

HSL Values

Hue (0-360°):
Saturation (0-100%):
Lightness (0-100%):

Conversion Results

HEX:
#000000
RGB:
rgb(0, 0, 0)
Red:
0
Green:
0
Blue:
0
Red: 0
Green: 0
Blue: 0



An HSL to RGB Color Converter is a tool that transforms colors from the HSL (Hue, Saturation, Lightness) color model to the RGB (Red, Green, Blue) model. This conversion is essential in web design, graphic editing, and digital imaging, as different applications use different color representations.

HSL Color Model


1. Hue: Represents the color itself (0° to 360°)

  • 0° = red, 120° = green, 240° = blue

2. Saturation: Intensity of the color (0% to 100%)

  • 0% = grayscale, 100% = fully saturated

3. Lightness: Brightness of the color (0% to 100%)

  • 0% = black, 100% = white, 50% = pure color


RGB Color Model


  • Red: Intensity of red (0 to 255)
  • Green: Intensity of green (0 to 255)
  • Blue: Intensity of blue (0 to 255)