HEX to RGB

Convert HEX color to RGB values

How to use

  1. Enter a HEX colour code (like #3C82F6).
  2. The equivalent RGB value appears instantly.
  3. Copy the rgb() value for your CSS.

Why use this tool

Frequently asked questions

What's the difference between HEX and RGB?

They describe the same colour differently — HEX uses a hexadecimal string like #FF0000, while RGB lists red, green, and blue values like rgb(255, 0, 0).

Does it support 3-digit HEX codes?

Yes — shorthand like #F00 is expanded and converted correctly.

Is the conversion done locally?

Yes, entirely in your browser.

Back to all tools