From Wada's dictionary, 1933
Wada combination 213
Its colours, with the book's names: Vinaceous Cinnamon · Apricot Yellow · Pale King's Blue. 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 1.7:1: does not read.
On screen, the text #2e201f on the background #e1faf7 gives 14.3:1: AAA, reads with room to spare. APCA gives Lc 96: good for small text, the kind you read a paragraph of.
The accent #9e8e0c stands 3.0:1 from the background (a button needs 3:1) and as a link reaches 4.6:1 (a word needs 4.5:1).
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.
How to use it
- Proportion
Distribute, don't equalise: #e1faf7 on 60% of the screen, #abf5ed on 30% (cards, bands, headers) and #9e8e0c 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 1.7:1). That is why body text goes in #2e201f, a near-neutral ink tinted with the palette's hue: it is not in the book, and it is needed.
- The button
The accent #9e8e0c stands 3.0:1 apart from the background: it works as a button, with text in #2e201f.
- Temperature
Warm and cool together: let one lead and the other point. Here the background #abf5ed leads, and the accent #9e8e0c 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 light ones: works on white and on screen; in print it loses body, so push the ink a notch.
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 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.
- 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.
- Heading · 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.
- Characteristic
Yellow and red, with orange skipped between them. The characteristic pair he thinks best: serene and magnificent.
- 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.
- Adjacent
Adjacent on the circle, with nothing between them. Ordinary and agreeable: it says little, and it does not offend.
#ffe600 and #abf5ed are neighbours on the circle and only 1 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.
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#fdf6e4
- 100#f5ebca
- 200#e6d7a2
- 300#d0be73
- 400#b5a440
- 500#9e8e0c
- 600#7d7002
- 700#625806
- 800#484000
- 900#302a03
- 50#f7f6f5
- 100#ecebe8
- 200#d9d7d3
- 300#c0beb8
- 400#a6a39b
- 500#8c8980
- 600#726f67
- 700#595750
- 800#42403a
- 900#2b2a26
- 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 213 — bluenze.com/paletas */
:root {
--fondo: #e1faf7;
--superficie: #abf5ed;
--texto: #2e201f;
--tinta: #2e201f;
--texto-suave: #715f5e;
--titular: #a95553;
--acento: #9e8e0c;
--acento-texto: #2e201f;
--enlace: #7c6f0b;
--borde: #b7d8d4;
/* la lámina de Wada, tal cual */
--lamina-1: #f59994;
--lamina-2: #ffe600;
--lamina-3: #abf5ed;
--acento-50: #fdf6e4;
--acento-100: #f5ebca;
--acento-200: #e6d7a2;
--acento-300: #d0be73;
--acento-400: #b5a440;
--acento-500: #9e8e0c;
--acento-600: #7d7002;
--acento-700: #625806;
--acento-800: #484000;
--acento-900: #302a03;
--neutro-50: #f7f6f5;
--neutro-100: #ecebe8;
--neutro-200: #d9d7d3;
--neutro-300: #c0beb8;
--neutro-400: #a6a39b;
--neutro-500: #8c8980;
--neutro-600: #726f67;
--neutro-700: #595750;
--neutro-800: #42403a;
--neutro-900: #2b2a26;
--boton: #9e8e0c;
--boton-encima: #8a7c05;
--boton-pulsado: #776a04;
--boton-apagado: #d9d3c1;
--foco: #9e8e11;
--exito: #167e24;
--aviso: #a28a08;
--error: #be4330;
--info: #1a70b7;
}
@media (prefers-color-scheme: dark) {
:root {
--fondo: #252215;
--superficie: #322e1e;
--borde: #4c4734;
--texto: #f1eee4;
--tinta: #f1eee4;
--texto-suave: #b4b0a6;
--acento: #a8971a;
--acento-texto: #272419;
}
}