File ConversionColor ConversionFree Tool
RGB to HSL
Convert RGB values to HSL (Hue, Saturation, Lightness) using the standard color-space conversion formula.
How to Use RGB to HSL
- 1Enter R, G, B values separated by commas (e.g. 79, 70, 229)
- 2Click Convert
- 3Copy the HSL result
Frequently Asked Questions
Three comma-separated numbers from 0-255, e.g. "79, 70, 229" for red, green, and blue.
HSL separates hue (the actual color) from saturation and lightness, making it much easier to create consistent color variations (lighter/darker/more muted) than adjusting three interdependent RGB channels.
No — the calculation happens entirely in your browser.
Related Tools
HEX to RGB
Convert a HEX color code (#RRGGBB) to its exact RGB(r, g, b) equivalent using standard base-16 to base-10 conversion.
RGB to HEX
Convert RGB values (0-255 per channel) to a HEX color code (#RRGGBB) using standard base-10 to base-16 conversion.
HEX to HSL
Convert a HEX color code to HSL (Hue, Saturation, Lightness) using the standard RGB-to-HSL formula.
HSL to HEX
Convert HSL (Hue, Saturation, Lightness) values to a HEX color code using the standard HSL-to-RGB formula.