HEX to RGB Converter
Convert HEX ↔ RGB colors
Source Input
Processed Output
What is the HEX to RGB Converter?
CSS accepts both HEX (#3B82F6) and RGB (rgb(59, 130, 246)) notations. This converter works both directions, expands 3-digit shorthand (#0af), handles 8-digit hex with alpha, and outputs ready-to-paste CSS values for all of them.
Frequently Asked Questions (FAQ)
Q: What is 8-digit hex?
Six digits of color plus two digits of alpha transparency, e.g. #3B82F680 is 50% opaque blue.
How to Use the HEX to RGB Converter
- 1Paste your input into the editor above — or start from the preloaded example.
- 2Adjust any options, then click Run to process instantly in your browser.
- 3Review the output panel, then copy, download, or save it as a reusable snippet.