Bluenze · Colour sample book

Dictionary · 300 of 348Palettes

Combination 300 from Wada's dictionary · contrasting hues, light

Colour palette: Grenadine Pink, Cream Yellow, Turquoise Green and Calamine Blue.

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

Haishoku Sōkan · 1933

The plate, as printedWada · 300

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

Combination 300 · the plate, in four leaves

I · The colours, one by oneWada · 300

What each one is.

The hex codes come from the book's CMYK run through the FOGRA39 press profile. Under each colour we also list the hex other websites use, which comes from a direct formula and oversaturates.

  1. Grenadine Pink

    Rosa granadina

    CMYK 0 · 62 · 58 · 0

    Elsewhere: #ff616b

    Wada uses it in 10 combinations.

    Five palettes from this colour →
  2. Cream Yellow

    Amarillo crema

    CMYK 0 · 28 · 68 · 0

    Elsewhere: #ffb852

    Wada uses it in 14 combinations.

    Five palettes from this colour →
  3. Turquoise Green

    Verde menta claro

    CMYK 29 · 0 · 24 · 0

    Elsewhere: #b5ffc2

    Wada uses it in 16 combinations.

    Five palettes from this colour →
  4. Calamine Blue

    Azul calamina

    CMYK 50 · 0 · 20 · 0

    Elsewhere: #80ffcc

    Wada uses it in 10 combinations.

    Five palettes from this colour →
Plate · MixesThree parts to one

The four colours, mixed two by two

  • 3 parts grenadine pink1 part cream yellow
  • 3 parts cream yellow1 part turquoise green
  • 3 parts turquoise green1 part calamine blue
  • 3 parts calamine blue1 part grenadine pink
  • 3 parts grenadine pink1 part turquoise green
  • 3 parts cream yellow1 part calamine blue
  • 3 parts turquoise green1 part grenadine pink
  • 3 parts calamine blue1 part cream yellow
  • 3 parts grenadine pink1 part calamine blue
  • 3 parts cream yellow1 part grenadine pink
  • 3 parts turquoise green1 part cream yellow
  • 3 parts calamine blue1 part turquoise green

This is where the in-betweens the plate doesn’t carry come from: borders, card backgrounds, disabled states. The mix is done in OKLab, which is closer to mixing paint than to averaging numbers. Click the result to copy it.

On screen · the split60 · 30 · 10

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.

  • 60% BackgroundWhere the eye rests: most of the screen. The plate's #c2e1cf, lightened.
  • 30% SurfaceCards, bands, headers. This is where the book's colour lives. From the plate, as is (#c2e1cf).
  • 10% AccentOnly what gets clicked. The plate's #fbc263, darkened.

The roles the plate doesn’t carry

Measured, before and after

  1. On the plate, the best pair of colours reads at 1.9:1: does not read.Falls short
  2. On screen, the text #2e201d on the background #e7faee gives 14.4:1: AAA, reads with room to spare. APCA gives Lc 97: good for small text, the kind you read a paragraph of.Passes
  3. The accent #b38224 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).Passes
  4. Under deuteranopia, your accent and your background drop to 2.9:1. The button stops standing out: give it a border, change the lightness, or don't rely on colour alone to mark it.Falls short
Out in the worldAdapted

This is the plate 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.

Adapted: the background rests, the surface keeps the plate’s colour and the accent earns the button.

How to use it

  1. ProportionDistribute, don't equalise: #e7faee on 60% of the screen, #c2e1cf on 30% (cards, bands, headers) and #b38224 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.
  2. TextNo pair on the plate read as text (the best gave 1.9:1). That is why body text goes in #2e201d, a near-neutral ink tinted with the palette's hue: it is not in the book, and it is needed.
  3. The buttonThe accent #b38224 stands 3.1:1 apart from the background: it works as a button, with text in #2e201d.
  4. TemperatureWarm and cool together: let one lead and the other point. Here the background #c2e1cf leads, and the accent #b38224 is the first thing the eye will look for.
  5. How manyFour colours demand discipline: #c2e1cf and #b84e39 are the base, the other two are detail. If in doubt, drop the support colour before the accent.
  6. In the dictionaryIn 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 light ones: works on white and on screen; in print it loses body, so push the ink a notch.
The kit · ramps and statesFor the design system

The kit

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.

Click any swatch to copy it.

The accent’s tints

The neutrals, tinted with the accent

Button states and alerts

The kit · night and code300

The same plate, at night

The same colour, at night.

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

A button

Take it with you

/* Wada combination 300 — bluenze.com/paletas */
:root {
  --fondo: #e7faee;
  --superficie: #c2e1cf;
  --texto: #2e201d;
  --tinta: #2e201d;
  --texto-suave: #745e59;
  --titular: #b84e39;
  --acento: #b38224;
  --acento-texto: #2e201d;
  --enlace: #906503;
  --borde: #c6d5cc;
  --apoyo-1: #87cdd3;

  /* la lámina de Wada, tal cual */
  --lamina-1: #ef7d64;
  --lamina-2: #fbc263;
  --lamina-3: #c2e1cf;
  --lamina-4: #87cdd3;

  --acento-50: #fff5e8;
  --acento-100: #fde8ce;
  --acento-200: #f2d2a8;
  --acento-300: #e0b87c;
  --acento-400: #ca9b4d;
  --acento-500: #b38224;
  --acento-600: #936703;
  --acento-700: #745104;
  --acento-800: #563b03;
  --acento-900: #392700;
  --neutro-50: #f7f6f5;
  --neutro-100: #edebe8;
  --neutro-200: #dad7d3;
  --neutro-300: #c2bdb8;
  --neutro-400: #a8a29c;
  --neutro-500: #8e8880;
  --neutro-600: #756f67;
  --neutro-700: #5b5650;
  --neutro-800: #433f3a;
  --neutro-900: #2d2926;

  --boton: #b38224;
  --boton-encima: #9f700e;
  --boton-pulsado: #896003;
  --boton-apagado: #dbcfc0;
  --foco: #b68110;

  --exito: #277d2c;
  --aviso: #a28a21;
  --error: #b84936;
  --info: #1870b7;
}

@media (prefers-color-scheme: dark) {
  :root {
    --fondo: #282015;
    --superficie: #372d1f;
    --borde: #514535;
    --texto: #f4ede4;
    --tinta: #f4ede4;
    --texto-suave: #b7afa6;
    --acento: #c08d30;
    --acento-texto: #2a2319;
  }
}
Open the card →Post on LinkedIn →
Goethe’s readingWhat it conveys

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 · 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

  • Heading · 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

What is happening to this palette

  1. #fbc263 and #c2e1cf are neighbours on the circle and only 5 points of lightness apart. This is the failure Goethe describes without naming it: well-chosen colours placed at the wrong value. They vibrate, and neither can be read on top of the other. § 899

  2. #fbc263 and #87cdd3 are neighbours on the circle and only 4 points of lightness apart. This is the failure Goethe describes without naming it: well-chosen colours placed at the wrong value. They vibrate, and neither can be read on top of the other. § 899

How each pair readsZur Farbenlehre · 1810

How each pair reads on the circle

  • Adjacent #ef7d64 · #fbc263

    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

    This verdict is ours. Goethe judges four of the six pairs in this group and says so himself, or one of the two colours sits right between two sectors of the circle.

  • Characteristic #ef7d64 · #c2e1cf

    Characteristic by geometry — there is a colour skipped between the two. But Goethe judges only four pairs in this group, and this is not one of them. § 823

    This verdict is ours. Goethe judges four of the six pairs in this group and says so himself, or one of the two colours sits right between two sectors of the circle.

  • Characteristic #ef7d64 · #87cdd3

    Characteristic by geometry — there is a colour skipped between the two. But Goethe judges only four pairs in this group, and this is not one of them. § 823

    This verdict is ours. Goethe judges four of the six pairs in this group and says so himself, or one of the two colours sits right between two sectors of the circle.

  • Adjacent #fbc263 · #c2e1cf

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

  • Adjacent #fbc263 · #87cdd3

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

    This verdict is ours. Goethe judges four of the six pairs in this group and says so himself, or one of the two colours sits right between two sectors of the circle.

  • Same sector #c2e1cf · #87cdd3

    Both fall in the same sector of the circle. There is no hue contrast, so whatever separates them will have to be lightness. § 832

    This verdict is ours. Goethe judges four of the six pairs in this group and says so himself, or one of the two colours sits right between two sectors of the circle.

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 card1200 × 630

The card, as it gets shared

Colour palette Grenadine Pink, Cream Yellow, Turquoise Green and Calamine Blue, with its hex codes
This palette’s card: it’s what shows when you share it.
Chapter 3From plate to screen

Chapter 3

From plate to screen: six rules that are not ours

Wada worked with ink. You work with light.

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. Johannes Itten · Hype4 Academy (opens in a new tab)

    Distribute 60 · 30 · 10

  2. Refactoring UI (opens in a new tab)

    The background rests

  3. Material 3 · colour roles (opens in a new tab)

    The book's colour lives on the surface

  4. GOV.UK Design System (opens in a new tab)

    Paragraphs don't go in colour

  5. WCAG 2.2 · 1.4.3 and 1.4.11 (opens in a new tab)

    The accent earns the button

  6. Evil Martians · OKLCH in CSS (opens in a new tab)

    Move the lightness, not the hue

Plate III · The six, drawnWith Wada combination 300
In the book · equal partsOn screen · 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.
background heretext here
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.
Surface · 30%
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.
A whole paragraph in the book's colour tires you out by the third line.Accent on background · 3.1:1In the tinted ink it reads without a second thought.Text on background · 14.4:1
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.
Book a slotAccent / background · 3.1:1Good for a 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.
Lab · the hue stays putHSL · the hue drifts 6°
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.

Colophon

Colour is where it starts, not the whole job

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

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.