Random Color Generator
Generate a random color — copy HEX, RGB or HSL instantly.
Recent colors
Frequently Asked Questions
A HEX color is a 6-digit hexadecimal string prefixed with #, like #3A7FD5. The first two digits represent red (00–FF), the next two green, and the last two blue. It is the most common format in web development (CSS, HTML).
RGB (Red, Green, Blue) defines a color by mixing three light channels, each from 0 to 255. HSL (Hue, Saturation, Lightness) is more human-intuitive: hue is the color wheel angle (0–360°), saturation how vivid the color is (0–100%), and lightness from black (0%) to white (100%).
Click Generate until you find a color you like, then copy the format your tool expects — HEX for CSS/HTML, RGB for design software, HSL for easy color variations (just shift the hue). Recent colors are shown at the bottom so you can compare.