Random Color Generator — HEX Color
ColorA random color generator creates a random HEX color code and shows RGB and HSL values.
What is it
Random colors are useful for mockups, test data, and palette ideas. The generated value is calculated immediately in the browser.
HEX = random integer from 0x000000 to 0xFFFFFF
How to use
- 1Press new color.
- 2Check HEX, RGB, and HSL values.
- 3Copy the color code you need.
Reference
| Range | Meaning |
|---|---|
| #000000 | black |
| #FFFFFF | white |
Sources & standards
- ECMAScript Language Specification - Ecma International
FAQ
What range does the random color use?
It uses the 24-bit RGB color range from #000000 to #FFFFFF.
Is the generated color stored?
No. This tool runs in your browser and does not send results to a server.