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.
Convert a hex code into RGB integers ready to paste into rgb(), canvas, or any API that wants channel values.
Feeding values into fillStyle = "rgb(...)", into shaders, or into spreadsheets that expect numeric channels.
Looking for more notations? Try the Color Converter for HEX, RGB, HSL, LAB, OKLAB, and OKLCH; or Color Contrast Checker to validate your foreground/background combinations.
Does the # prefix matter?
No. Both #FFAA00 and FFAA00 are accepted.
Are 3-digit hex codes supported?
Yes. #f60 is expanded to #FF6600 before parsing.