ColorDice

Pick a Random Colour — Instant Colour Generator

One click, one colour from the full 16.7 million your screen can show. You get a big swatch, the HEX and RGB values, the closest colour name, and a copy button — nothing else in the way.

Generating your first color…

Values will appear here.

When you want a colour — any colour — let chance decide

Picking a colour sounds trivial until you are the one doing it. Open a colour picker in front of sixteen million options and your brain freezes: this blue or that blue? Warmer? Safer? Braver? A random colour generator cuts the whole ritual short. Press the button and you get one colour, drawn uniformly from every shade your screen can render — deep charcoal, candy pink, electric teal, muddy ochre — presented on a big swatch with everything you need to actually use it.

Every result arrives in three useful forms at once. The HEX code is there for designers and developers, ready to paste into CSS, Figma, or any tool that speaks hexadecimal. The RGB triplet is there for anyone working in channels — filters, shaders, spreadsheets, science classrooms. And a closest common name is there for humans: instead of memorising that today's colour is #7A9E43, you can simply say it is a moss green. A single copy button puts the HEX code on your clipboard in one tap.

The obvious audience is anyone who makes things. Illustrators use random colours to escape their habits — every artist has three favourite hues they secretly overuse, and a generator with no taste of its own is a blunt cure. Web developers spin up random colours for placeholder styles, data visualisation categories, or testing how a layout survives an assault of unusual hues. Teachers use them for art warm-ups: draw for two minutes using only the colour you just rolled. Party and classroom games get a fast referee: the swatch decides the theme, no arguments.

Random colours are also a tiny philosophy. Constraints feed creativity, and a colour you did not choose is the cheapest constraint there is. Challenge yourself to make the given hue work in a composition, an outfit, a dinner table setting, or a slide, and you will discover combinations your habits would never have allowed. The generator does not know what looks good — which is precisely the point.

The tool runs entirely in your browser, so it is instant, free, and works the same on a phone or a studio monitor. Roll as many colours as you like; when one is worth keeping, copy it and go make something. For decisions between a fixed set of options, try the color dice or the spinner wheel instead.

Frequently Asked Questions

What does 'pick a random colour' mean here?+

It means the generator picks one colour completely at random from the full 24-bit range a screen can display — over 16.7 million possibilities, from #000000 to #FFFFFF. Each press of the Generate button gives every one of those colours an equal chance of appearing.

Can I copy the colour I get?+

Yes. Press the Copy HEX button and the code — for example #3B82F6 — is placed on your clipboard, ready to paste into CSS, a design tool or anywhere else. The RGB values are shown alongside if your destination prefers that format.

What is the difference between HEX and RGB?+

They describe the exact same colour in two notations. HEX writes the red, green and blue values as one six-digit hexadecimal number like #FA8072, while RGB lists them separately as rgb(250, 128, 114). Both appear on every result here, so you can use whichever your tool expects.