Hex ↔ RGB Converter

Convert between hex and RGB colour codes with a live swatch preview.

hex-to-rgb-converter.js

Enter a hex code like #FF6B52 or RGB values like rgb(255,107,82) and this tool converts between the two formats instantly, showing a live colour swatch so you can see exactly what the colour looks like. It's handy for designers and developers moving colours between CSS, design tools, and image editors that expect different formats.

How to use it

  1. Type a hex code (e.g. #FF6B52) into the hex field, or
  2. Type RGB values into the R, G, B fields.
  3. The other format and the colour swatch update instantly.
  4. Copy whichever format you need.

Frequently asked questions

What hex formats are accepted?

Both 3-digit (#F00) and 6-digit (#FF0000) hex codes work, with or without the leading #.

What RGB range is valid?

Each of R, G, and B must be a whole number from 0 to 255.

Can I convert RGBA or hex with alpha?

This tool focuses on standard RGB/hex without transparency; alpha values aren't currently supported.