Hex to RGB Converter

Enter a color in any format below — all other formats update instantly.

Color Picker

Click the swatch to open the color picker

#

R

G

B

Popular Colors

HEX
RGB
RGBA
HSL

Enter a valid color above

Color Format Reference

#B8FF3C — 6-digit hex color (most common in CSS/HTML)
rgb(184, 255, 60) — Red, Green, Blue (0–255 each)
rgba(184, 255, 60, 0.8) — RGB + Alpha transparency (0–1)
hsl(84, 100%, 62%) — Hue (0–360°), Saturation, Lightness