Menu
Settings
Theme

RGB to HSL Converter

Convert RGB color values to HSL format. Free online color conversion tool.

HEX

#3B82F6

RGB

rgb(59, 130, 246)

HSL

hsl(217, 91%, 60%)

CMYK

cmyk(76%, 47%, 0%, 4%)

What is RGB color format?

RGB (Red, Green, Blue) is an additive color model where colors are created by combining different intensities of red, green, and blue light. Each channel ranges from 0 to 255.

When to use RGB vs HSL?

Use RGB when working with digital screens and software. Use HSL when you need intuitive hue-based manipulation.