🎨 RGB to HEX

Turn rgb(…) values from browser dev tools or design apps into a compact hex code.

🔒 Runs in your browser · files never uploaded

Contrast (WCAG 2.x)

How to use the RGB to HEX tool

  1. Enter rgb(37, 99, 235) or just 37, 99, 235.
  2. Copy the hex code.
  3. Use the other formats or contrast badges as needed.

Frequently asked questions

How do I convert RGB to hex manually?

Convert each 0–255 value to two hex digits and join them: rgb(37, 99, 235) → 25, 63, EB → #2563EB.

How is alpha converted?

rgba(37, 99, 235, 0.5) becomes the 8-digit #2563eb80 – the alpha (0–1) is multiplied by 255 and appended as the last two digits.

Are hex codes case-sensitive?

No. #2563EB and #2563eb are the same colour in CSS, SVG and design tools.

Related tools