ToolPuma Logo

RGB to HSL

Convert RGB values into HSL color notation.

Enter three comma-separated values from 0 to 255, e.g. 255, 99, 71.

What Is a RGB to HSL?

The RGB to HSL converter expresses any RGB color in the HSL model — hue, saturation, and lightness. HSL is more intuitive for designers because it separates the pure color from its intensity, and this tool computes the conversion instantly.

How to Use This RGB to HSL

  1. 1
    Enter RGB valuesType them as 255, 99, 71 or rgb(255, 99, 71).
  2. 2
    See HSL valuesThe hue, saturation, and lightness appear instantly.
  3. 3
    Copy the resultCopy the HSL value for your CSS or design tools.

Frequently Asked Questions

H is hue (color wheel position 0–360°), S is saturation (intensity 0–100%), and L is lightness (brightness 0–100%).
HSL makes it easy to adjust brightness or saturation without shifting the actual hue, which is awkward in RGB.
Pure red has a hue of 0 degrees.