Back to all tools
Color
Free Online RGB to HSL Converter — QuizOxa Tools
Translate standard RGB color coordinates to Hue, Saturation, and Lightness values. Enter red, green, and blue parameters to generate standard CSS `hsl(...)` rules instantly.
hsl(176, 82%, 31%)
Hue
176°
Saturation
82%
Lightness
31%
Common questions
How are HSL calculations determined?
We find the maximum and minimum RGB values, calculate lightness as their average, and extract hue/saturation ratios mathematically from the difference.
Does this tool support transparency?
Yes, you can specify an optional alpha channel to generate a CSS `hsla(...)` string.