HEX ↔ RGB/HSL Converter
Convert colors between HEX, RGB, and HSL. Edit any field — the others update instantly.
HEX
#3B82F6
RGB
rgb(59, 130, 246)
HSL
hsl(217, 91%, 60%)
What is a HEX ↔ RGB/HSL converter?+
A color format converter translates values between HEX (#RRGGBB), RGB (red/green/blue channels), and HSL (hue/saturation/lightness). Designers and developers use all three formats in CSS, design tools, and code.
When to use each format+
HEX is compact and common in design specs. RGB is intuitive for programmatic color math. HSL makes it easier to adjust brightness or hue without breaking the color feel.