Tools
Random & Fun
Color Generator
Generate or pick any color — enter HEX, RGB, or HSL directly.
Random
HEX
RGB
HSL
Pick a Color
HEX
RGB
HSL
How it works
Every color on a screen is made of three light channels — Red, Green, and Blue — each ranging from 0 to 255. Combining them gives 16.7 million distinct colors.
Red
0–255
Green
0–255
Blue
0–255
HEX is the same RGB value written in base-16 — #FF0000 is just red at full brightness.
HSL (Hue, Saturation, Lightness) reframes the same color space in terms humans find more intuitive — rotate the hue wheel to change the color family without affecting brightness.
You can type any format directly into the input fields — they all stay in sync.