From Wada's dictionary, 1933
Wada combination 147
Its colours, with the book's names: Spinel Red · Vandyke Red · Turquoise Green. 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 10.1:1: AAA, reads with room to spare.
On screen, the text #2f201d on the background #e9f9eb 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 #f33fbe 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: #e9f9eb on 60% of the screen, #a4eeb2 on 30% (cards, bands, headers) and #f33fbe 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 #2f201d, 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 #740909, where size forgives.
- The button
The accent #f33fbe stands 3.1:1 apart from the background: it works as a button, with text in #2f201d.
- Temperature
Warm and cool together: let one lead and the other point. Here the background #a4eeb2 leads, and the accent #f33fbe 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.
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 · 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 · 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.
- 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.
- 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.
- 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.
- 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.
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#f6f6f6
- 100#ffe3f3
- 200#fec8e8
- 300#ffa0db
- 400#fd6fcd
- 500#f33fbe
- 600#cf0e9e
- 700#a30f7c
- 800#7c015d
- 900#55003f
- 50#f8f6f7
- 100#edeaec
- 200#dbd6d9
- 300#c3bcc0
- 400#a9a1a6
- 500#90868c
- 600#766d72
- 700#5d5559
- 800#443e42
- 900#2d292b
- 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 147 — bluenze.com/paletas */
:root {
--fondo: #e9f9eb;
--superficie: #a4eeb2;
--texto: #2f201d;
--tinta: #2f201d;
--texto-suave: #745e5a;
--titular: #740909;
--acento: #f33fbe;
--acento-texto: #2f201d;
--enlace: #cb149b;
--borde: #c2d7c5;
/* la lámina de Wada, tal cual */
--lamina-1: #ff4dc9;
--lamina-2: #740909;
--lamina-3: #b5ffc2;
--acento-50: #f6f6f6;
--acento-100: #ffe3f3;
--acento-200: #fec8e8;
--acento-300: #ffa0db;
--acento-400: #fd6fcd;
--acento-500: #f33fbe;
--acento-600: #cf0e9e;
--acento-700: #a30f7c;
--acento-800: #7c015d;
--acento-900: #55003f;
--neutro-50: #f8f6f7;
--neutro-100: #edeaec;
--neutro-200: #dbd6d9;
--neutro-300: #c3bcc0;
--neutro-400: #a9a1a6;
--neutro-500: #90868c;
--neutro-600: #766d72;
--neutro-700: #5d5559;
--neutro-800: #443e42;
--neutro-900: #2d292b;
--boton: #f33fbe;
--boton-encima: #de22ab;
--boton-pulsado: #c40696;
--boton-apagado: #e7cbdb;
--foco: #fe25c4;
--exito: #0b7f21;
--aviso: #a28a0d;
--error: #c93625;
--info: #0470ba;
}
@media (prefers-color-scheme: dark) {
:root {
--fondo: #2b1d26;
--superficie: #3b2934;
--borde: #55414d;
--texto: #f6ebf1;
--tinta: #f6ebf1;
--texto-suave: #baadb4;
--acento: #fe4cc8;
--acento-texto: #2c2027;
}
}