RGB to HSL
Convert RGB values to HSL color notation.
RGB Input
HSL
hsl(183, 100%, 50%)
Understanding HSL
HSL describes color as Hue (0–360° around the color wheel), Saturation (0–100% intensity), and Lightness (0–100% from black to white). It maps more closely to how people think about color than raw RGB, which makes tweaking shades and tints in CSS far more intuitive. This converter translates 8-bit RGB channels into HSL locally in your browser.
Related Design & CSS tools
Color Converter
Convert a color to HEX, RGB, HSL, HSB, and CMYK at once.
HEX to RGB
Convert HEX color codes to RGB / RGBA values.
RGB to HEX
Convert RGB values into HEX color codes.
CSS Box Shadow Generator
Visually design CSS box-shadow with a live preview and code.
CSS Border Radius Generator
Visually craft border-radius with a live preview.
HEX to CMYK
Convert HEX colors to CMYK print values.
CMYK to HEX
Convert CMYK print values to HEX colors.
HEX to HSB
Convert HEX colors to HSB / HSV values.