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

Colour palette: Raw Sienna, Pale Burnt Lake, Aconite Violet and Black.

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 269

Its colours, with the book's names: Raw Sienna · Pale Burnt Lake · Aconite Violet · Black. The values are the book's; the roles and advice are ours.

The plate, as printed

4 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 4.9:1: AA, it reads.

On screen, the text #242424 on the background #faf2ff gives 14.2:1: AAA, reads with room to spare. APCA gives Lc 96: good for small text, the kind you read a paragraph of.

The accent #ab5908 stands 4.6:1 from the background (a button needs 3:1) and as a link reaches 4.8:1 (a word needs 4.5:1).

How to use it

  • Proportion

    Distribute, don't equalise: #faf2ff on 60% of the screen, #b16efb on 30% (cards, bands, headers) and #ab5908 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

    Body text goes in #242424, a near-neutral ink tinted with the palette's hue, even though the plate had a pair that read: a saturated colour as text tires by the third line. The book's colour enters through the heading, in #000000, where size forgives.

  • The button

    The accent #ab5908 stands 4.6:1 apart from the background: it works as a button, with text in #f9f5fc.

  • Temperature

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

  • How many

    Four colours demand discipline: #b16efb and #000000 are the base, the other two are detail. If in doubt, drop the support colour before the accent.

  • 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 palette crosses both sides of the circle, active and passive. It carries the most tension and most needs one of the two to lead.

  • Surface · violet

    Goethe puts it bluntly: a large surface of pure violet would be intolerable. It holds up here because the screen adaptation has taken the chroma down. On the plate, at full saturation, it would not. § 790

  • Accent · orange

    Orange in a small patch is the accent that needs no explaining: it advances, it is seen, and it does not need size to do it. § 775

How each pair reads on the circle
  • Adjacent

    Adjacent on the circle, with no colour between them to keep them apart. They are saved by proportion: one has to lead and the other to follow. § 828

  • Characteristic

    Orange and violet, with red skipped. It excites because it hints at pure red without ever showing it. § 822

  • With a neutral

    Next to black, a colour from the active side gains energy. § 831

  • Adjacent

    Adjacent on the circle, with no colour between them to keep them apart. They are saved by proportion: one has to lead and the other to follow. § 828

  • With a neutral

    Next to black, a colour from the active side gains energy. § 831

  • With a neutral

    Next to black, a colour from the passive side loses. § 831

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#fff5ee
  • 100#ffe6d6
  • 200#ffcdab
  • 300#f4b07e
  • 400#e19050
  • 500#ca7327
  • 600#ab5908
  • 700#894500
  • 800#653202
  • 900#432202

Greys, tinted with your hue

  • 50#f8f6f5
  • 100#edeae9
  • 200#dbd6d3
  • 300#c4bdb9
  • 400#aaa29c
  • 500#908781
  • 600#776e68
  • 700#5d5651
  • 800#453f3b
  • 900#2e2926

Button states

  • Normal#ab5908
  • Hover#934a00
  • Pressed#793d03
  • Disabled#c2afa3
  • Focus#ad5800

Success, warning, error and info

  • Success#177e24
  • Warning#a28a0b
  • Error#be4430
  • Info#0070bb

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 269 — bluenze.com/paletas */
:root {
  --fondo: #faf2ff;
  --superficie: #b16efb;
  --texto: #242424;
  --tinta: #242424;
  --texto-suave: #636363;
  --titular: #000000;
  --acento: #ab5908;
  --acento-texto: #f9f5fc;
  --enlace: #a85604;
  --borde: #d9cde2;
  --apoyo-1: #730f1f;

  /* la lámina de Wada, tal cual */
  --lamina-1: #b85e00;
  --lamina-2: #730f1f;
  --lamina-3: #9c52f2;
  --lamina-4: #000000;

  --acento-50: #fff5ee;
  --acento-100: #ffe6d6;
  --acento-200: #ffcdab;
  --acento-300: #f4b07e;
  --acento-400: #e19050;
  --acento-500: #ca7327;
  --acento-600: #ab5908;
  --acento-700: #894500;
  --acento-800: #653202;
  --acento-900: #432202;
  --neutro-50: #f8f6f5;
  --neutro-100: #edeae9;
  --neutro-200: #dbd6d3;
  --neutro-300: #c4bdb9;
  --neutro-400: #aaa29c;
  --neutro-500: #908781;
  --neutro-600: #776e68;
  --neutro-700: #5d5651;
  --neutro-800: #453f3b;
  --neutro-900: #2e2926;

  --boton: #ab5908;
  --boton-encima: #934a00;
  --boton-pulsado: #793d03;
  --boton-apagado: #c2afa3;
  --foco: #ad5800;

  --exito: #177e24;
  --aviso: #a28a0b;
  --error: #be4430;
  --info: #0070bb;
}

@media (prefers-color-scheme: dark) {
  :root {
    --fondo: #2b1f17;
    --superficie: #3a2b20;
    --borde: #554337;
    --texto: #f6ece5;
    --tinta: #f6ece5;
    --texto-suave: #baaea7;
    --acento: #d98034;
    --acento-texto: #2c211a;
  }
}
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.