gg
HomeColor › Hex → RGB
Color

Hex → RGB

Paste a six-digit hex color and get the equivalent CSS rgb() value. It accepts codes with or without the leading # and validates the input so you never copy a broken color.

Try it now

💡 Good to know: Hex colors are base-16: "FF" is 255. Each pair is one channel — red, green, blue — from 0 to 255.

Worked example

rgb(74, 222, 128)

Learn the method

Frequently asked

What input does it expect?

A six-hex-digit color like #4ade80 or 4ade80 (RRGGBB).

What if I mistype it?

You'll see a gentle warning instead of a wrong color — enter exactly six hex digits.

Related Color tools