🎨Color Converter

Convert between RGB/HEX/HSL colors

#3b82f6
HEX
#3b82f6
RGB
rgb(59, 130, 246)
HSL
hsl(217, 91%, 60%)
Contrast Check
WCAG Fail
Contrast Ratio: 3.68:1(Insufficient)
White Text
Black Text

How to Use

FAQ

What is the difference between HEX and RGB?

HEX uses six hexadecimal digits (e.g., #FF0000), RGB uses three 0-255 values. They can be converted between each other.

What is HSL color?

HSL stands for Hue, Saturation, and Lightness, which more intuitively represents how humans perceive color.