HSL to RGB Color Converter

Instantly convert Hue, Saturation, Lightness (HSL) to Red, Green, Blue (RGB) color codes. Enter any HSL value and get the RGB equivalent in real time — no signup required.

Color Preview

#6467F2

rgb(100, 103, 242)

All formats

HEX

#6467F2

RGB

rgb(100, 103, 242)

CMYK

cmyk(59%, 57%, 0%, 5%)

Ad · Leaderboard (728×90)

HSL vs RGB — What's the Difference?

HSL

Hue, Saturation, Lightness

Hue (0–360°), Saturation (0–100%), and Lightness (0–100%). Designed to be intuitive for humans — great for adjusting color tones in CSS.

Example: color: hsl(239, 84%, 67%)

RGB

Red, Green, Blue

Three integer values (0–255) for red, green, and blue light. The native color model for screens, monitors, and digital displays.

Example: color: rgb(99, 102, 241)

How to Convert HSL to RGB

C = (1 − |2L − 1|) × S | X = C × (1 − |H/60 mod 2 − 1|) | m = L − C/2, then map (R,G,B) = (C,X,0)+m

All conversion math runs in your browser using the sRGB color space. No data is sent to a server.

Common Colors — HSL to RGB Reference Table

ColorHSLRGB
Redhsl(0, 100%, 50%)rgb(255, 0, 0)
Greenhsl(120, 100%, 25%)rgb(0, 128, 0)
Bluehsl(240, 100%, 50%)rgb(0, 0, 255)
Whitehsl(0, 0%, 100%)rgb(255, 255, 255)
Blackhsl(0, 0%, 0%)rgb(0, 0, 0)
Orangehsl(39, 100%, 50%)rgb(255, 165, 0)
Purplehsl(300, 100%, 25%)rgb(128, 0, 128)
Yellowhsl(60, 100%, 50%)rgb(255, 255, 0)
Cyanhsl(180, 100%, 50%)rgb(0, 255, 255)
Magentahsl(300, 100%, 50%)rgb(255, 0, 255)
Grayhsl(0, 0%, 50%)rgb(128, 128, 128)
Pinkhsl(350, 100%, 88%)rgb(255, 192, 203)

Frequently Asked Questions

How do I convert HSL to RGB?

To convert HSL to RGB: C = (1 − |2L − 1|) × S | X = C × (1 − |H/60 mod 2 − 1|) | m = L − C/2, then map (R,G,B) = (C,X,0)+m. Use the converter above to do this instantly for any color value.

What is the HSL color format?

Hue, Saturation, Lightness (HSL) — Hue (0–360°), Saturation (0–100%), and Lightness (0–100%). Designed to be intuitive for humans — great for adjusting color tones in CSS.

What is the RGB color format?

Red, Green, Blue (RGB) — Three integer values (0–255) for red, green, and blue light. The native color model for screens, monitors, and digital displays.

Is this HSL to RGB converter free?

Yes. It is completely free, works in your browser with no signup or upload. All color math runs locally.

Can I convert RGB back to HSL?

Yes — use the swap button in the converter above, or visit the RGB to HSL converter page directly.

Ad · Medium Rectangle (300×250)