Turn a hex color code into its red, green and blue channel values in one step. A hex string like #12b673 packs three pairs of hexadecimal digits, one each for red, green and blue, and this converter decodes them into the 0 to 255 numbers that CSS rgb() and most design tools expect. It accepts both the full six-digit form and the three-digit shorthand, with or without the leading hash, so you can paste whatever you have. The result appears as a ready-to-copy rgb() string plus the raw channel numbers, and a live swatch confirms you decoded the color you meant. It all runs locally in your browser.
It accepts a hex color code like ff8800 or with a leading hash, and outputs the matching red, green, and blue values.
It gives a CSS ready rgb() string, for example rgb(255, 136, 0), that you can paste directly.
Yes. Short hex like f80 expands to its full six digit form before converting to RGB.
Turn a hex color code into its red, green and blue channel values in one step. A hex string like #12b673 packs three pairs of hexadecimal digits, one each for red, green and blue, and this converter decodes them into the 0 to 255 numbers that CSS rgb() and most design tools expect.
Yes. HEX to RGB Converter is completely free, with no sign-up and no usage limits.
Yes. HEX to RGB Converter runs in any modern web browser. There is nothing to download or install.
Yes. HEX to RGB Converter runs entirely on your device in your browser, so nothing you enter is uploaded to a server.
Link this tool from a README, doc or site. The badge links back to this page.
[](https://yourhack.ai/hex-to-rgb)