Hex to RGB Converter

Enter a color as hex (#RRGGBB) or RGB (r, g, b) and get the equivalent notation instantly.

Updates instantly as you type

01 / Fast steps

  1. Enter a hex color (e.g. #ff5733) or an RGB triplet (e.g. 255, 87, 51).
  2. Run the tool.
  3. Copy the converted value.

02 / Best for

  • Translating a design tool’s hex swatch into CSS rgb() notation.
  • Converting a color picked in code back into hex for design handoff.
  • Double-checking a color value while writing CSS or design tokens.

03 / Keep in mind

  • Accepts 3 or 6 digit hex codes and comma-separated RGB triplets; other formats like HSL are not recognized.

faq

Questions, answered.

01What input formats are supported?

Hex codes with or without a leading #, in 3 or 6 digit form, and RGB triplets like "255, 87, 51" or "rgb(255, 87, 51)".

02Is Hex to RGB Converter free to use?

Yes, Hex to RGB Converter is completely free, with no sign-up and no usage limits. It runs entirely in your browser, so your data never leaves your device.