From Wada's dictionary, 1933
Wada combination 173
Its colours, with the book's names: Lemon Yellow · Madder Brown · 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 11.6:1: AAA, reads with room to spare.
On screen, the text #2e201c on the background #f7f6e4 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.
The accent #549a63 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 Protanopia, 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: #f7f6e4 on 60% of the screen, #e1ed1c on 30% (cards, bands, headers) and #549a63 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 #2e201c, 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 #651300, where size forgives.
- The button
The accent #549a63 stands 3.1:1 apart from the background: it works as a button, with text in #2e201c.
- Temperature
Warm and cool together: let one lead and the other point. Here the background #e1ed1c leads, and the accent #549a63 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 tone-on-tone sets: colours from one family. Hierarchy comes from light, not hue, so order elements from lightest to darkest. 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 whole palette sits on the active side of the circle: the colours that advance, warm and push outward.
- Surface · yellow
Yellow across a large surface is a gamble. It is the least forgiving colour: the slightest drift towards green turns gold into dirt, and on screen that drift is supplied by compression or a gradient.
- 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 · 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.
- 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.
- Adjacent
Adjacent on the circle, with nothing between them. Ordinary and agreeable: it says little, and it does not offend.
- 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.
#f2ff26 and #b5ffc2 are neighbours on the circle and only 2 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#eef9ef
- 100#dcf0df
- 200#bfdfc3
- 300#9cc9a2
- 400#75b180
- 500#549a63
- 600#397d49
- 700#276336
- 800#184926
- 900#0b3116
- 50#f5f7f5
- 100#e9ece9
- 200#d4d8d5
- 300#bac0bb
- 400#9ea59f
- 500#838b84
- 600#6a716b
- 700#525953
- 800#3c413d
- 900#272b27
- 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 173 — bluenze.com/paletas */
:root {
--fondo: #f7f6e4;
--superficie: #e1ed1c;
--texto: #2e201c;
--tinta: #2e201c;
--texto-suave: #735f59;
--titular: #651300;
--acento: #549a63;
--acento-texto: #2e201c;
--enlace: #347b46;
--borde: #d4d3bc;
/* la lámina de Wada, tal cual */
--lamina-1: #f2ff26;
--lamina-2: #651300;
--lamina-3: #b5ffc2;
--acento-50: #eef9ef;
--acento-100: #dcf0df;
--acento-200: #bfdfc3;
--acento-300: #9cc9a2;
--acento-400: #75b180;
--acento-500: #549a63;
--acento-600: #397d49;
--acento-700: #276336;
--acento-800: #184926;
--acento-900: #0b3116;
--neutro-50: #f5f7f5;
--neutro-100: #e9ece9;
--neutro-200: #d4d8d5;
--neutro-300: #bac0bb;
--neutro-400: #9ea59f;
--neutro-500: #838b84;
--neutro-600: #6a716b;
--neutro-700: #525953;
--neutro-800: #3c413d;
--neutro-900: #272b27;
--boton: #549a63;
--boton-encima: #428752;
--boton-pulsado: #377445;
--boton-apagado: #c9d4ca;
--foco: #2a9f50;
--exito: #41793f;
--aviso: #9f8a42;
--error: #a85544;
--info: #2b70b1;
}
@media (prefers-color-scheme: dark) {
:root {
--fondo: #19241b;
--superficie: #233226;
--borde: #3a4b3c;
--texto: #e9f0e9;
--tinta: #e9f0e9;
--texto-suave: #abb3ab;
--acento: #5fa56d;
--acento-texto: #1e251f;
}
}