๐ŸŽจ

Color Converter

Convert colors between HEX, RGB, and HSL formats instantly. Live preview swatch, one-click copy for any format.

FREE HEX ยท RGB ยท HSL INSTANT
R
G
B
H (0โ€“360)
S (0โ€“100)
L (0โ€“100)
ALL FORMATS
HEX
RGB
HSL

When to Use Each Format

HEX (#3B82F6)
Most common in CSS. Use in stylesheets, design tools, and HTML attributes.
RGB (59, 130, 246)
Great when you need to control individual color channels or set opacity with rgba().
HSL (217, 91%, 60%)
Most human-readable. Easier to adjust brightness or create color palettes programmatically.

๐Ÿ’ก Quick Tip

Use the color picker input at the top to visually pick any color โ€” all three formats update instantly.