From Wada's dictionary, 1933
Wada combination 19
Its colours, with the book's names: Mars Brown / Tobacco · Night 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.3:1: AAA, reads with room to spare.
On screen, the text #2c221d on the background #eff8e7 gives 14.2:1: AAA, reads with room to spare. APCA gives Lc 96: good for small text, the kind you read a paragraph of.
The accent #522000 stands 12.3:1 from the background (a button needs 3:1) and as a link reaches 12.3:1 (a word needs 4.5:1).
How to use it
- Proportion
Distribute, don't equalise: #eff8e7 on 60% of the screen, #7aff00 on 30% (cards, bands, headers) and #522000 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 #2c221d, 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 #522000, where size forgives.
- The button
The accent #522000 stands 12.3:1 apart from the background: it works as a button, with text in #f4f8f0.
- Temperature
Warm and cool together: let one lead and the other point. Here the background #7aff00 leads, and the accent #522000 is the first thing the eye will look for.
- How many
Two colours are a pair, not a brand: add a neutral (an off-white or a grey) to get background, text and accent without straining either.
- 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 dark ones: it needs light text and large surfaces; in small pieces it clogs.
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 and 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.
- 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#fff4ef
- 100#fde7dc
- 200#f4d0bf
- 300#e4b49c
- 400#d19678
- 500#ba7958
- 600#9d6141
- 700#7d4a2f
- 800#5e3620
- 900#522000
- 50#f8f6f5
- 100#eeeae9
- 200#dbd6d4
- 300#c4bdb9
- 400#aba19d
- 500#918782
- 600#776e69
- 700#5e5552
- 800#453f3b
- 900#2e2927
- 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 19 — bluenze.com/paletas */
:root {
--fondo: #eff8e7;
--superficie: #7aff00;
--texto: #2c221d;
--tinta: #2c221d;
--texto-suave: #6e605a;
--titular: #522000;
--acento: #522000;
--acento-texto: #f4f8f0;
--enlace: #522000;
--borde: #cad5c0;
/* la lámina de Wada, tal cual */
--lamina-1: #522000;
--lamina-2: #7aff00;
--acento-50: #fff4ef;
--acento-100: #fde7dc;
--acento-200: #f4d0bf;
--acento-300: #e4b49c;
--acento-400: #d19678;
--acento-500: #ba7958;
--acento-600: #9d6141;
--acento-700: #7d4a2f;
--acento-800: #5e3620;
--acento-900: #522000;
--neutro-50: #f8f6f5;
--neutro-100: #eeeae9;
--neutro-200: #dbd6d4;
--neutro-300: #c4bdb9;
--neutro-400: #aba19d;
--neutro-500: #918782;
--neutro-600: #776e69;
--neutro-700: #5e5552;
--neutro-800: #453f3b;
--neutro-900: #2e2927;
--boton: #522000;
--boton-encima: #371801;
--boton-pulsado: #131313;
--boton-apagado: #746964;
--foco: #7b2f01;
--exito: #457942;
--aviso: #9e8b48;
--error: #a45747;
--info: #3670ac;
}
@media (prefers-color-scheme: dark) {
:root {
--fondo: #2b1f19;
--superficie: #3a2b24;
--borde: #55433a;
--texto: #f5ece8;
--tinta: #f5ece8;
--texto-suave: #b8afaa;
--acento: #c88664;
--acento-texto: #2a221e;
}
}