consolelog.tools

Color Scheme Generator

Pick a base colour and a harmony rule and the tool builds a full scheme where every colour ships its own perceptual 50→950 tint/shade ramp. A live mock UI applies the palette in context, a WCAG accessibility matrix grades each colour on white, black, and the scheme background, and you can export to CSS variables, Tailwind v4 @theme, Tailwind v3, SCSS, JSON, or an SVG swatch sheet.

About this ToolHow it works, benefits & use cases

Most palette tools hand you five flat swatches and leave you to figure out the rest. This one builds a whole usable scheme. Pick a base colour and a harmony rule — complementary, analogous, triadic, tetradic, split-complementary, square, or monochromatic — and the tool rotates your hue around the colour wheel, then gives every resulting colour its own perceptual 50→950 tint/shade ramp, so you get backgrounds, borders, hover states and text shades for free. A live mock UI (header bar, card, button and badge) applies the palette in context as you edit, with text colours auto-chosen for legibility. A WCAG accessibility matrix grades each colour as text against white, black, and the scheme background, so you instantly know which swatches are safe for body copy, fine print, or only large labels. Every swatch is click-to-copy, and you can export the full scheme — including the ramps — as CSS custom properties, Tailwind v4 @theme, a Tailwind v3 config, SCSS, JSON, or an SVG swatch sheet. Base colour, harmony, count and format all live in the URL, so any scheme is one link away.

How to Use

  1. 1Set a base colour with the picker or by typing a hex value, or click "Random base" for a fresh starting hue.
  2. 2Choose a harmony rule — complementary, analogous, triadic, tetradic, square, split-complementary, or monochromatic.
  3. 3For analogous and monochromatic schemes, set how many colours you want with the Colours stepper.
  4. 4Watch the live mock UI apply the palette, click any swatch to copy its hex, and scan the per-colour tint/shade ramps.
  5. 5Read the accessibility matrix to see which colours pass WCAG AA/AAA as text on white, black, and the background.
  6. 6Pick an export format and copy or download the scheme; share the URL to hand the exact palette to a teammate.

Key Benefits

  • Seven harmony rules grounded in colour-wheel theory
  • Every colour ships a perceptual 50→950 tint/shade ramp, not just a single hue
  • Live mock UI applies the palette to a header, card, button and badge in real time
  • WCAG accessibility matrix grades each colour on white, black, and the scheme background
  • Click-to-copy swatches with HEX values
  • Six export formats including Tailwind v4 @theme and an SVG swatch sheet
  • Shareable URL captures base colour, harmony, count, and export format

Common Use Cases

  • Building a complete brand palette — with shades — around a single primary hue
  • Finding a complementary or split-complementary accent and its supporting tints
  • Generating an analogous range for layered backgrounds and subtle UI surfaces
  • Checking which scheme colours are actually legible as text before shipping
  • Exporting a Tailwind v4 @theme or v3 config with full ramps for a new project
  • Dropping an SVG swatch sheet into a spec or handoff doc
Live preview
DashboardNew

Monthly overview

Your palette applied to a real card, header bar, button and badge so you can judge it in context.

Swatches

Every colour passes WCAG AA on at least one surface
ColourWhiteBlackBackground
Base3.6AA Large5.8AA1.9Fail
Complement1.9Fail11.1AAA1.0Fail

Background = lightest swatch (#f6af3c). Ratios are the colour used as text.

CSS variables · 2 colours × 50→950 ramps

:root {
  --base-50: #f5f8fc;
  --base-100: #e7effb;
  --base-200: #c6d9f9;
  --base-300: #92b9f7;
  --base-400: #5090f7;
  --base-500: #2474f5;
  --base-600: #0b5fe7;
  --base-700: #0b50bf;
  --base-800: #0d4296;
  --base-900: #0e3574;
  --base-950: #0b2349;
  --complement-50: #fcf9f5;
  --complement-100: #fbf3e7;
  --complement-200: #f9e5c6;
  --complement-300: #f7d092;
  --complement-400: #f7b750;
  --complement-500: #f5a524;
  --complement-600: #e7930b;
  --complement-700: #bf7a0b;
  --complement-800: #96620d;
  --complement-900: #744d0e;
  --complement-950: #49310b;
}

Base & harmony

Base hue + its opposite (180°).

Tint & shade ramps

Base
Complement

Export format

A scheme, not just five swatches

A harmony rule rotates your base hue around the colour wheel — complementary grabs the opposite hue, triadic spaces three 120° apart, and so on. But a usable palette needs more than the pure hues: every colour here ships a perceptual 50→950 tint/shade ramp, so you get backgrounds, borders, hover states, and text shades for free.

Why the accessibility matrix matters

A pretty colour is useless as text if it can't be read. The matrix grades each colour against white, black, and the scheme background using the WCAG contrast formula, so you instantly see which swatches are safe for body text (AA), small print (AAA), or only large UI labels.

Loading preview…

Was this tool helpful?

Share Your Experience

Help others discover this tool!

Related tools