From Wada's dictionary, 1933
Wada combination 94
Its colours, with the book's names: Ivory Buff · Dusky 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 6.0:1: AA, it reads.
On screen, the text #1c261f on the background #fbf5e4 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 #00592e stands 7.8:1 from the background (a button needs 3:1) and as a link reaches 7.8:1 (a word needs 4.5:1).
How to use it
- Proportion
Distribute, don't equalise: #fbf5e4 on 60% of the screen, #ebd999 on 30% (cards, bands, headers) and #00592e 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 #1c261f, 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 #00592e, where size forgives.
- The button
The accent #00592e stands 7.8:1 apart from the background: it works as a button, with text in #f9f6ef.
- Temperature
Warm and cool together: let one lead and the other point. Here the background #ebd999 leads, and the accent #00592e 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 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 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 and Heading · 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.
- Adjacent
Adjacent on the circle, with nothing between them. Ordinary and agreeable: it says little, and it does not offend.
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#eef9f0
- 100#dbf0e1
- 200#bedfc7
- 300#99c9a7
- 400#72b186
- 500#4d9867
- 600#347d50
- 700#00592e
- 800#15492a
- 900#083119
- 50#f5f7f6
- 100#e9ecea
- 200#d4d8d5
- 300#bac0bb
- 400#9da59f
- 500#828b85
- 600#69716b
- 700#525954
- 800#3c413d
- 900#272b28
- 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 94 — bluenze.com/paletas */
:root {
--fondo: #fbf5e4;
--superficie: #ebd999;
--texto: #1c261f;
--tinta: #1c261f;
--texto-suave: #5a665d;
--titular: #00592e;
--acento: #00592e;
--acento-texto: #f9f6ef;
--enlace: #00592e;
--borde: #d9d1bb;
/* la lámina de Wada, tal cual */
--lamina-1: #ebd999;
--lamina-2: #00592e;
--acento-50: #eef9f0;
--acento-100: #dbf0e1;
--acento-200: #bedfc7;
--acento-300: #99c9a7;
--acento-400: #72b186;
--acento-500: #4d9867;
--acento-600: #347d50;
--acento-700: #00592e;
--acento-800: #15492a;
--acento-900: #083119;
--neutro-50: #f5f7f6;
--neutro-100: #e9ecea;
--neutro-200: #d4d8d5;
--neutro-300: #bac0bb;
--neutro-400: #9da59f;
--neutro-500: #828b85;
--neutro-600: #69716b;
--neutro-700: #525954;
--neutro-800: #3c413d;
--neutro-900: #272b28;
--boton: #00592e;
--boton-encima: #024724;
--boton-pulsado: #03351a;
--boton-apagado: #859088;
--foco: #01592e;
--exito: #447941;
--aviso: #9e8b45;
--error: #a65746;
--info: #3270ae;
}
@media (prefers-color-scheme: dark) {
:root {
--fondo: #18241c;
--superficie: #233227;
--borde: #394b3e;
--texto: #e8f0ea;
--tinta: #e8f0ea;
--texto-suave: #aab3ac;
--acento: #5aa574;
--acento-texto: #1e2520;
}
}