Random Color Generator
Click to generate random colors or entire palettes. Every color comes with its hex, RGB, and HSL values ready to copy. Great for design inspiration, placeholder UI work, or just exploring what's possible on the color wheel.
Generate a Single Random Color
–
hue °
HEX
#6366f1
RGB
rgb(99, 102, 241)
HSL
hsl(239, 84%, 67%)
CSS Variable
--color: #6366f1;
Generate a Random Color Palette
When to Use Random Colors
- Design exploration — when you have no color brief, random generation gives you unexpected starting points you wouldn't have reached by instinct
- Placeholder UI — fill avatar backgrounds, chart series colors, and tag labels without manually picking shades
- Generative art — randomness is a fundamental tool in procedural visuals; seed a palette here then constrain it in code
- Color vocabulary — stepping through random colors is an informal way to learn how hue, saturation, and lightness interact
Once you have a random color you love, feed it into the analogous color generator or the complementary color generator to build a full, harmonious palette around it.
More Color Tools
- Monochromatic Color Generator — tints and shades of one hue
- Triadic Color Generator — three evenly spaced hues
- Color Contrast Checker — test WCAG accessibility of any two colors
- Color Gradient Generator — CSS gradients between two colors
- Image Color Palette Generator — extract palettes from photos