🎨
Random Color Generator
Generate random colors with HEX, RGB, and HSL values. Switch to palette mode to generate 5 colors at once.
HEX
#000000
RGB
rgb(0, 0, 0)
HSL
hsl(0, 0%, 0%)
Frequently asked questions
+What is a HEX color code?
A HEX color code is a 6-digit hexadecimal number prefixed with # that represents a color in RGB format. For example, #FF0000 is pure red.
+What is the difference between RGB and HSL?
RGB defines colors by Red, Green, and Blue values (0-255). HSL uses Hue (0-360°), Saturation (0-100%), and Lightness (0-100%), which is often more intuitive for designers.
+Can I generate a matching color palette?
Yes — switch to 'Color Palette' mode to generate 5 random colors at once. You can lock individual colors and regenerate the rest.