Hex to RGB converter
Type a hex color code to get its RGB values, or edit the RGB to get the hex. Copy either one in a tap.
How the conversion works
A hex code packs three numbers into six characters. Each pair is one color channel, written in base 16:
- 4B is the red channel, which equals 75.
- B8 is the green channel, which equals 184.
- A9 is the blue channel, which equals 169.
Put together, #4BB8A9 is the same color as rgb(75, 184, 169). Each channel runs from 00 (0) to FF (255). For the full background, read what is a hex color code.
When to use each format
Hex is the compact default in CSS, design tools, and brand guidelines. RGB is handy when you need to tweak a single channel or work with opacity through rgba(). Since they are the same color, use whichever fits the job. Need a starting point? Grab one from the random hex color generator.
Questions
Get to know hex by heart
Hexadle is a daily puzzle that turns hex color into a game. Play often enough and you will read codes like #4BB8A9 at a glance. New here? See how to play.
Download on theApp Store