RGB to HSL Converter
Enter RGB values (0-255) to convert them to HSL. Results update automatically.
Result
RGBrgb(157, 219, 255)
HEX
#9DDBFF
HSL
hsl(202, 100%, 81%)
How to Convert RGB to HSL
RGB values represent colors using red, green, and blue components (0-255). HSL represents colors using Hue (0-360 degrees on the color wheel), Saturation (0-100%), and Lightness (0-100%). This conversion is useful for adjusting colors more intuitively.
Need the reverse conversion? Try HSL to RGB converter