Color Picker Wheel

Color Picker

Spin to Pick a Random Color With Hex Code & RGB Values

Color Picker Wheel

The wheel rotates while the dot bounces edge-to-edge across the spectrum line — where it stops is your color.

Pick Any Color

Click anywhere on the disc to sample that exact color instantly.

Click disc to pick
Last spun color

Want more options? Open Full Classic Wheel →

Spin the spectrum

What Is the Color Picker Wheel?

A fully interactive random colour generator that spins through the entire HSL spectrum — picking a unique colour complete with its hex code, RGB values and a human-readable colour name.

Most colour pickers hand you a static grid of named swatches. This one is different. The Color Picker Wheel renders a live circular HSL spectrum across 360 degrees of hue, with every saturation and lightness combination reachable through a moveable dot on a vertical scan line. The result is a colour generator that produces thousands of distinct colours — not just the 40-odd names in a basic reference.

Two panels work together. On the left, the spinning wheel picks a random colour: click SPIN, the wheel rotates and the dot glides to a new position, and the exact intersection of angle and height becomes your colour. On the right, an interactive disc lets you click anywhere to pick a specific colour and read its values live. Your last spun colour always stays on screen so you can compare it against anything you click.

Why It Beats a Swatch Grid

A named palette runs out fast. A continuous colour wheel doesn't — and it hands you everything you need to actually use the colour:

Thousands of colours

Continuous HSL, not a short name list — every spin is a unique, specific colour.

Spin or click-pick

Spin for a random colour, or click the disc to sample an exact one.

Hex, RGB & name

Every result shows its hex code, RGB values and nearest colour name.

One-click copy

Copy the hex straight to your clipboard for CSS, Figma, Photoshop or Canva.

Runs in your browser

Pure Canvas + JavaScript — nothing to install, nothing sent to a server.

Free & instant

No account, no signup — open it and start picking colours right away.

How to Use the Color Picker Wheel

  1. Click SPIN — the HSL spectrum wheel rotates and the dot glides to a random position. Where it stops is your colour.

  2. Read the result — the hex code (e.g. #3A7BD5), RGB values and nearest colour name appear the moment the wheel stops.

  3. Copy the hex — one click puts it on your clipboard, ready to paste into CSS, Figma, Canva or Photoshop.

  4. Fine-tune on the disc — click or drag the interactive disc in the right panel to sample any nearby colour live.

  5. Compare and repeat — your last spun colour stays on screen to compare against, then spin again for more.

Hex, RGB & HSL — Which to Copy Where

The wheel gives you a colour in every common format. Here's what each one is and where it goes:

Format Looks like Best for
Hex #3A7BD5 CSS, Figma, Photoshop, Canva — the universal web format
RGB rgb(58, 123, 213) CSS with opacity, canvas/game code, image editors
HSL hsl(215, 62%, 53%) Making intuitive tweaks — nudge hue, vividness or brightness
Colour name “Cornflower Blue” Quick reference and describing a colour to someone

Understanding HSL Colour

The wheel runs on the HSL colour model — Hue, Saturation, Lightness — the most intuitive system for people because it maps to how we actually perceive colour. Here's each dimension at a glance:

Hue

The pure colour family — the 360° position from red through orange, yellow, green, blue and violet back to red.

Saturation

How vivid or muted it is — 100% is the pure vivid hue, 0% collapses to neutral grey.

Lightness

Brightness — 0% is black, 100% is white, and 50% with full saturation is the most vivid form.

As the wheel rotates it cycles through every hue, and the dot's height on the scan line sets saturation and lightness — so a single spin can land anywhere in the full colour space. Copy the hex it gives you into any CSS property (color, background-color, border-color) or the hex field of any design app.

Who Uses a Random Colour Generator?

Graphic designers

Break out of default palettes — spin for an unexpected accent or background.

Artists & illustrators

Constrain a drawing to a random colour, or reach for one you normally wouldn't.

Web developers

Grab a hex for CSS prototyping — copy pastes straight into your stylesheet.

Interior designers

Use random spins as starting points for room schemes and accent walls.

Game developers

Generate colours for textures, customisation systems or UI theme tests.

Creative challenges

“Draw anything using only this colour” — a classic classroom prompt.

Frequently Asked Questions

The wheel renders a full HSL spectrum on a canvas with a moveable dot on a vertical scan line. On SPIN, the wheel rotates and the dot slides to a random position; the intersection of the wheel's angle (hue) and the dot's height (saturation and lightness) is your colour, shown instantly with hex, RGB and a colour name.

A hex code like #FF6B35 is the standard six-character web colour format used in HTML and CSS. RGB values like rgb(255, 107, 53) express the same colour as Red, Green and Blue (each 0–255). Both paste directly into Figma, Photoshop, CSS, Canva or any tool that accepts standard colour codes.

Yes. The right panel has an interactive circular disc showing the full HSL spectrum. Click anywhere to sample that colour instantly — hex, RGB and name update live — and you can drag across the disc to explore continuously.

Thousands. Because it works on continuous HSL values rather than a fixed list, hue covers 360 degrees and saturation and lightness each add a continuous dimension, so every spin lands on a unique, specific colour.

HSL is Hue, Saturation, Lightness. Hue is the pure colour (the angle around the wheel), saturation is how vivid it is (0% grey, 100% vivid), and lightness is brightness (0% black, 100% white). The wheel encodes hue in its rotation and saturation and lightness in the dot's position.

Yes. Click the Copy button next to the hex code and it's on your clipboard instantly — paste it into Figma's colour field, Photoshop's hex input, any CSS color property, Canva or any tool that accepts standard hex codes.

Yes — completely free with no account or signup. It runs entirely in your browser using HTML5 Canvas and JavaScript, so nothing is installed and no data is sent anywhere.

Yes. The wheel and the interactive disc are touch-enabled and fully responsive, so you can spin and pick colours on phones, tablets and desktops.