File ConversionColor ConversionFree Tool

HSL to RGB

Convert HSL (Hue, Saturation, Lightness) values to RGB using the standard color-space conversion formula.

How to Use HSL to RGB
  1. 1Enter H, S, L values separated by commas (e.g. 243, 75, 59)
  2. 2Click Convert
  3. 3Copy the RGB result
Frequently Asked Questions

Three comma-separated numbers: hue (0-360), saturation (0-100), and lightness (0-100), e.g. "243, 75, 59" — without the ° or % symbols.

Most CSS properties, canvas APIs, and image tools expect RGB (or hex) values — this converts an HSL color you designed with back into that widely-supported format.

No — the calculation happens entirely in your browser.

Related Tools

Related Articles

More from File Conversion