RGB → Hex
Enter red, green and blue values and get an uppercase hex color for your stylesheet. It reads the first three numbers it finds, so 74, 222, 128 or rgb(74 222 128) both work.
Try it now
Worked example
#4ADE80
Frequently asked
How do I enter the values?
Any text with three numbers, e.g. 74, 222, 128. Values above 255 are clamped.
Why uppercase?
Uppercase hex is a common convention and easier to scan; lowercase renders identically in browsers.