Enter HEX Values
Input or choose HEX values
See Results
View RGB and other formats
Copy or Use
Copy, save, or reuse your color
Choose a color visually, use sliders, or paste a value.
Quick Presets
rgb(255, 99, 71)
tomato
PreviewOriginal
rgb(255, 99, 71)
Lighten 20%
rgb(255, 130, 108)
Darken 20%
rgb(204, 79, 57)
Complementary
rgb(71, 227, 255)
Aa
With White Text
Aa
With Black Text
Other Formats
Color Palette
Did you know?
You can pick a color from your screen in browsers that support the EyeDropper API.
Hex codes are a compact six-digit notation for sRGB colors, while RGB lists the same color as three integers between 0 and 255. This tool parses a hex value (with or without the leading hash, accepting both #f60 shorthand and full #RRGGBB) and emits the corresponding red, green, and blue channel numbers. Reach for it when feeding values into rgb()/rgba() declarations, canvas APIs, shaders, or spreadsheets that store channels separately.
Enter a hex value, scrub the sliders, or use the picker. The RGB triple in the results panel is what you copy out. Other notations stay in sync if you need them too.
Need more notations? Open the Color Converter for HEX, RGB, HSL, LAB, OKLAB, and OKLCH, or use the Color Contrast Checker to validate foreground/background pairs before shipping.
No. Both #FFAA00 and FFAA00 parse to the same RGB triple.
Yes. #f60 expands to #FF6600 before parsing, so it produces the same channels as the full form.
No. Alpha is dropped; the channels reported are red, green, and blue only.