From Wada's dictionary, 1933
Wada combination 125
Its colours, with the book's names: Fawn · Cerulian Blue · Blue Violet. The values are the book's; the roles and advice are ours.
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.
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 #26222d on the background #fff2f3 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 #0d796d stands 4.8:1 from the background (a button needs 3:1) and as a link reaches 4.5:1 (a word needs 4.5:1).
How to use it
- Proportion
Distribute, don't equalise: #fff2f3 on 60% of the screen, #d1b0b3 on 30% (cards, bands, headers) and #0d796d 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 #26222d, a near-neutral ink tinted with the palette's hue: it is not in the book, and it is needed.
- The button
The accent #0d796d stands 4.8:1 apart from the background: it works as a button, with text in #fcf5f5.
- Temperature
All cool: orderly and serious. So it doesn't feel distant, leave plenty of air and use the accent generously on whatever you want touched.
- 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 pale ones: muted tones that get along; running text needs an ink from outside, near black. Though this one is not: its mean chroma is 57. The label describes the group in the book, not a measurement of this combination — nearly half the pale group is not pale.
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.
The whole palette sits on the passive side: the colours that recede, cool and draw the eye inward.
- Accent · green
Green is the colour of rest, so as an accent it points at nothing: the eye accepts it and moves on. If this palette needs something to stop the eye, this is not it.
- Heading · violet
The violet that would be intolerable as a background works in a border or a button. Same colour, different dose: this is a rule about surface, not about hue.
- With a neutral
A neutral with a colour that has no side on the circle. Goethe has nothing to say here.
- With a neutral
Next to white, a colour from the passive side gains in liveliness.
- Characteristic
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.
The kit for building it
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.
- 50#ecf9f7
- 100#d8f0eb
- 200#b8dfd8
- 300#91c9bf
- 400#65b0a4
- 500#39978a
- 600#0d796d
- 700#036258
- 800#024941
- 900#00302b
- 50#f5f7f6
- 100#e8eceb
- 200#d2d8d7
- 300#b7c0be
- 400#9aa5a3
- 500#7f8b89
- 600#667270
- 700#4f5957
- 800#394240
- 900#252b2a
- Normal
- Hover
- Pressed
- Disabled
- Focus
- Success
- Warning
- Error
- Info
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/* Wada combination 125 — bluenze.com/paletas */
:root {
--fondo: #fff2f3;
--superficie: #d1b0b3;
--texto: #26222d;
--tinta: #26222d;
--texto-suave: #666171;
--titular: #4733ff;
--acento: #0d796d;
--acento-texto: #fcf5f5;
--enlace: #127e73;
--borde: #dfcecf;
/* la lámina de Wada, tal cual */
--lamina-1: #d1b0b3;
--lamina-2: #29bdad;
--lamina-3: #4733ff;
--acento-50: #ecf9f7;
--acento-100: #d8f0eb;
--acento-200: #b8dfd8;
--acento-300: #91c9bf;
--acento-400: #65b0a4;
--acento-500: #39978a;
--acento-600: #0d796d;
--acento-700: #036258;
--acento-800: #024941;
--acento-900: #00302b;
--neutro-50: #f5f7f6;
--neutro-100: #e8eceb;
--neutro-200: #d2d8d7;
--neutro-300: #b7c0be;
--neutro-400: #9aa5a3;
--neutro-500: #7f8b89;
--neutro-600: #667270;
--neutro-700: #4f5957;
--neutro-800: #394240;
--neutro-900: #252b2a;
--boton: #0d796d;
--boton-encima: #0b665c;
--boton-pulsado: #08544b;
--boton-apagado: #a5b2af;
--foco: #07796d;
--exito: #457942;
--aviso: #9e8b48;
--error: #a45747;
--info: #3670ac;
}
@media (prefers-color-scheme: dark) {
:root {
--fondo: #162422;
--superficie: #20312e;
--borde: #364b47;
--texto: #e7f0ee;
--tinta: #e7f0ee;
--texto-suave: #a9b3b1;
--acento: #48a597;
--acento-texto: #1d2524;
}
}