Random Color Generator

Generate random hex colors. Click to get one color or several. Each color is shown with a small swatch and the hex code. Uses Math.random for R, G, B.

Generate colors

Click Generate.

How it works

We pick random R, G, B (0–255) and format as #RRGGBB. Multiple colors are listed with a small preview block for each.

When to use it

Use for inspiration, UI themes, or test data. For picking a specific color use the Color Picker.

Frequently asked questions

  • Same color twice? Possible with random generation. Generate again for new colors.