HEX to RGB converter

Convert HEX to RGB in one step. Paste a HEX value and the RGB equivalent updates instantly, with a live preview so you can see exactly what you’re working with.

Try #FF6B35

rgb(255, 107, 53)

Updates as you type

HEX#FF6B35
RGB255, 107, 53
HSL16°, 100%, 60%
CMYK0, 58, 79, 0

How to use this tool

  1. 1Paste or type your HEX value into the input on the left.
  2. 2Read the RGB equivalent on the right. It updates as you type.
  3. 3Click the copy button next to the RGB value to put it on your clipboard.

About this tool

HEX is a six-digit hexadecimal notation for sRGB colors used everywhere on the web (CSS, SVG, design tools). RGB describes the same color as three integer channels from 0 to 255, which is useful when you need to manipulate channels in code or work with APIs that expect numeric values.

Related tools

FAQ

Frequently asked questions

How do I convert HEX to RGB?

Paste your HEX value in the field above. The RGB equivalent updates as you type, with a live color preview and copy button.

Is the HEX to RGB conversion accurate?

Yes. The conversion uses the standard sRGB color math browsers and design tools use, so the result matches what Figma, Photoshop, and CSS produce.

Do you store the colors I convert?

No. Conversion happens entirely in your browser. Nothing is sent to a server and no values are saved.

Can I use HEX values with or without a hash / parentheses?

Both work. You can paste `#FF6B35`, `FF6B35`, or shorthand like `#F63` and the tool normalizes it.

When should I use RGB instead of HEX?

RGB is best when you need to manipulate individual color channels in code, work with image data, or pass values into APIs that expect numbers.

Reviewing work with your team?

Pin comments directly on a live website or design — no extension, no setup.

Annotate live sites and screenshotsCapture browser, viewport, and CSS contextFree for your first project