Combination 201 from Wada's dictionary · contrasting hues, mixed light

Colour palette: Grenadine Pink, Olive and Cobalt Green.

One of the 348 combinations Sanzō Wada set down in 1933, with roles assigned, contrast checked and advice for using it.

From Wada's dictionary, 1933

Wada combination 201

Its colours, with the book's names: Grenadine Pink · Olive · Cobalt Green. The values are the book's; the roles and advice are ours.

The plate, as printed

3 colours in equal parts, as in the book. It is the inspiration, not the interface. Click one to copy it.

Adapted for screen

The same hue as the plate with the lightness moved to where an interface needs it: the background rests, the surface keeps the colour from the book and the accent earns the button. Each role says which colour it comes from and what was done to it. Click any to copy.

On a website

This is your colour with a whole screen to fill.

This paragraph is here so you can see real text on a real background, which is where half of the pretty palettes fall over. If it's hard to read, now you know. And this is a link.

A card

Secondary surfaces use the support colour. If it doesn't separate from the background, the hierarchy is gone.

And the footer, which nobody looks at until it looks wrong.
Aa

Measured, before and after

On the plate, the best pair of colours reads at 3.3:1: only good for large text.

On screen, the text #232519 on the background #ebf9ea gives 14.3:1: AAA, reads with room to spare. APCA gives Lc 97: good for small text, the kind you read a paragraph of.

The accent #f25661 stands 3.1:1 from the background (a button needs 3:1) and as a link reaches 4.7:1 (a word needs 4.5:1).

Under Deuteranopia, your accent and your background drop to 2.6:1. The button stops standing out: give it a border, change the lightness, or don't rely on colour alone to mark it.

How to use it

  • Proportion

    Distribute, don't equalise: #ebf9ea on 60% of the screen, #94ff94 on 30% (cards, bands, headers) and #f25661 on 10%, only on buttons and links. A colour loses force the more surface it covers; what looks intense on the plate softens at full screen.

  • Text

    No pair on the plate read as text (the best gave 3.3:1). That is why body text goes in #232519, a near-neutral ink tinted with the palette's hue: it is not in the book, and it is needed.

  • The button

    The accent #f25661 stands 3.1:1 apart from the background: it works as a button, with text in #232519.

  • Temperature

    Warm and cool together: let one lead and the other point. Here the background #94ff94 leads, and the accent #f25661 is the first thing the eye will look for.

  • How many

    Three colours is the comfortable measure: background, text and one accent. Don't add a fourth unless it earns its place by contrast or by hue.

  • In the dictionary

    In the dictionary it sits among the contrasting-hue sets: hues deliberately set against each other. The contrast is already there; don't force it with shadows or blacks. It is one of the mixed-light ones: it already brings hierarchy. Keep it on screen: lightest at the back, darkest in front.

Goethe's reading

What this combination conveys, and why.

Wada tells you which colours go together. Goethe, a century earlier, explains why a combination means something or means nothing, and what each colour does depending on how much of the screen it takes. His circle has six colours and three oppositions, and every verdict below carries the paragraph it comes from.

What it conveys, by where each colour landed

The whole palette sits on the active side of the circle: the colours that advance, warm and push outward.

  • Surface · green

    Green is where the eye rests. Goethe says whoever looks at it neither wishes nor is able to imagine anything beyond it, which is why it was the colour for rooms you live in. In an interface that is precisely a background. § 802

  • Accent · red

    Red is the high point of the active side. In a small patch it does exactly what an accent is for: stopping the eye once. § 793

  • Heading · yellow

    Yellow points, but it loses the moment the ground stops being smooth and bright. On screen that means shadows, gradients and small type on top. § 771

How each pair reads on the circle
  • Characteristic

    Yellow and red, with orange skipped between them. The characteristic pair he thinks best: serene and magnificent. § 820

  • Opposite

    Opposite on the circle: together they complete what the eye asks for on its own. It is the only category Goethe approves without reservation. § 810

  • Adjacent

    Adjacent on the circle, with nothing between them. Ordinary and agreeable: it says little, and it does not offend. § 829

Criteria taken from Zur Farbenlehre (1810), in Eastlake's 1840 translation, which is public domain. The explanations are ours: from a book you take the substance, not the wording. The light values usually credited to Goethe for working out surface proportions are not in the Farbenlehre — they are Itten's, 1961, and that is how they are credited in the adaptation rules.

The kit for building itNine tints, states, alerts and dark mode

A brand needs four colours; an interface needs a good deal more. This is what you'd otherwise invent by hand once you take four hex codes into the editor.

Nine tints of the accent

  • 50#f6f6f6
  • 100#ffe5e4
  • 200#fecbc9
  • 300#fea7a5
  • 400#fd7b7e
  • 500#f25661
  • 600#cd3647
  • 700#a62234
  • 800#7f1324
  • 900#590615

Greys, tinted with your hue

  • 50#f8f6f6
  • 100#eeeaea
  • 200#dcd6d5
  • 300#c5bcbc
  • 400#aca1a0
  • 500#928685
  • 600#796d6c
  • 700#5f5554
  • 800#463e3e
  • 900#2f2928

Button states

  • Normal#f25661
  • Hover#dc4150
  • Pressed#c13342
  • Disabled#e9cccb
  • Focus#fc4a5c

Success, warning, error and info

  • Success#0a7f20
  • Warning#a28a0b
  • Error#c33e2b
  • Info#1370b8

And in dark

The same colour, at night.

The background isn't pure black: it carries a little of your hue. That's what separates a designed dark mode from one that looks like a fault.

A button

Take it with you

/* Wada combination 201 — bluenze.com/paletas */
:root {
  --fondo: #ebf9ea;
  --superficie: #94ff94;
  --texto: #232519;
  --tinta: #232519;
  --texto-suave: #636454;
  --titular: #647609;
  --acento: #f25661;
  --acento-texto: #232519;
  --enlace: #cd3145;
  --borde: #c5d6c3;

  /* la lámina de Wada, tal cual */
  --lamina-1: #ff616b;
  --lamina-2: #718600;
  --lamina-3: #94ff94;

  --acento-50: #f6f6f6;
  --acento-100: #ffe5e4;
  --acento-200: #fecbc9;
  --acento-300: #fea7a5;
  --acento-400: #fd7b7e;
  --acento-500: #f25661;
  --acento-600: #cd3647;
  --acento-700: #a62234;
  --acento-800: #7f1324;
  --acento-900: #590615;
  --neutro-50: #f8f6f6;
  --neutro-100: #eeeaea;
  --neutro-200: #dcd6d5;
  --neutro-300: #c5bcbc;
  --neutro-400: #aca1a0;
  --neutro-500: #928685;
  --neutro-600: #796d6c;
  --neutro-700: #5f5554;
  --neutro-800: #463e3e;
  --neutro-900: #2f2928;

  --boton: #f25661;
  --boton-encima: #dc4150;
  --boton-pulsado: #c13342;
  --boton-apagado: #e9cccb;
  --foco: #fc4a5c;

  --exito: #0a7f20;
  --aviso: #a28a0b;
  --error: #c33e2b;
  --info: #1370b8;
}

@media (prefers-color-scheme: dark) {
  :root {
    --fondo: #2e1d1d;
    --superficie: #3e2928;
    --borde: #5a403f;
    --texto: #f9ebea;
    --tinta: #f9ebea;
    --texto-suave: #bdadac;
    --acento: #fd606a;
    --acento-texto: #2f201f;
  }
}
Open the card →Post on LinkedIn →

From plate to screen

Six rules that are not ours.

Wada designed for ink, cloth and pigment. A screen emits light, is read for minutes at a time and has a law. These are the rules colour for interfaces is built with, and the ones we adapt each plate with; none of them is ours, so each one carries its owner.

  1. Distribute 60 · 30 · 10

    One colour dominates, another accompanies and the third only points. In the book they sit in equal parts because that is how you compare them; on screen, equalising them is noise. Itten measured it in 1961: complementaries balance in areas inverse to their strength.

    Source: the 60-30-10 rule in interfaces (Hype4 Academy) and Itten's contrast of extension

  2. The background rests

    The background lives at one end of the lightness scale, very light or very dark, with little colour. Neither pure white nor pure black: tinted with the palette's hue, which is what separates a designed interface from an assembled one.

    Source: Refactoring UI, “Building your color palette”

  3. The book's colour lives on the surface

    Cards, bands and headers are the 30%: that is where Wada's colour shows at full size without carrying a paragraph. Material separates a colour from its role, “surface” and “on-surface”, so the hue can change without touching the interface.

    Source: Material Design 3, colour roles

  4. Paragraphs don't go in colour

    Long text goes in a near-black (or near-white) tinted with the palette's hue, at 7:1. The book's colours enter through headings, where size forgives. GOV.UK writes in #0b0c0c, not #000.

    Source: GOV.UK Design System and Refactoring UI

  5. The accent earns the button

    The most saturated colour goes only on what gets clicked, and is held to what the law asks of a component: 3:1 against the background (WCAG 1.4.11). As a word, 4.5:1 (1.4.3): a button and a link are not the same thing, and Radix gives them two different steps of its scale.

    Source: WCAG 2.2, criteria 1.4.3 and 1.4.11, and Radix Colors

  6. Move the lightness, not the hue

    Every adjustment is a change of lightness in a perceptual space (Lab, OKLCH): the hue stays put. In HSL, darkening a blue turns it violet and lightening it turns it lilac.

    Source: Evil Martians, “OKLCH in CSS: why we moved from RGB and HSL”

The colours

What each one is.

They share a colour

Other dictionary combinations with these colours.

The other colours

This combination also lives under a colour.

Where they come from

We read the book.

And something Wada already warned about back then: the plate is not the application. His samples sit on equal surfaces only so they can be compared. On a website the background leads, the text reads and the accent points, and a colour loses strength the more surface it covers. That is why every palette comes with its roles and some advice, not four equal squares.

Combinations based on Sanzō Wada's system (Haishoku Sōkan, 1933-34; Seigensha selection, 2010). Colour values are checked against that edition; the Spanish names, each combination's character and the explanations are ours.

If it is for your brand, this is what we do: custom websites that start with colour and end in code.