Skip to content

Convert HEX color to RGB

Convert a hexadecimal color (#RRGGBB) to its equivalent RGB value, with an instant preview.

Processed on your device. Nothing is sent to any server.

RGB

rgb(11, 110, 99)

Convert any hexadecimal color (#RRGGBB) to its equivalent RGB value, with a live preview of the color.

Interprets each pair of hex digits as a color channel (red, green, blue) in base 16 and converts it to its decimal value from 0 to 255.

Use cases

  • Getting the RGB value of a brand color defined in HEX.
  • Filling out a form that only accepts RGB.
  • Previewing a color before using it.

How it works

  1. 1

    Type the HEX code

    Enter the hex code, with or without the hash.

  2. 2

    Copy the RGB

    The rgb(r, g, b) value is calculated instantly.

Frequently asked questions

Does it accept 3-digit HEX?
Yes, short formats like #0BF are automatically expanded to their 6-digit equivalent.
Colors & design