HEX to RGB Color Converter

Convert HEX color codes to RGB values with live preview.

How it works

Each pair of hex digits is parsed as one RGB channel (0–255).

Examples

InputOutput
#FF8000rgb(255, 128, 0)
#000000rgb(0, 0, 0)
#FFFrgb(255, 255, 255)

Frequently Asked Questions

Does it support 3-digit shorthand?

Yes — #FFF expands to #FFFFFF automatically.

Can I preview the color?

Yes — the swatch next to the result updates live.

What about alpha channels?

8-digit HEX with alpha is not covered here; use a dedicated RGBA tool.

Related Tools

RGB to HEX Converter