From Wada's dictionary, 1933
Wada combination 332
Its colours, with the book's names: Coral Red · Scarlet · Deep Slate Olive · 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.1:1: AA, it reads.
On screen, the text #f8ebed on the background #1e231c gives 13.8:1: AAA, reads with room to spare. APCA gives Lc 94: good for small text, the kind you read a paragraph of.
The accent #317c4e stands 3.1:1 from the background (a button needs 3:1) and as a link reaches 4.5:1 (a word needs 4.5:1).
How to use it
- Proportion
Distribute, don't equalise: #1e231c on 60% of the screen, #24341f on 30% (cards, bands, headers) and #317c4e 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 #f8ebed, 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 #ff7399, where size forgives.
- The button
The accent #317c4e stands 3.1:1 apart from the background: it works as a button, with text in #f3f8f2.
- Temperature
Warm and cool together: let one lead and the other point. Here the background #24341f leads, and the accent #317c4e is the first thing the eye will look for.
- How many
Four colours demand discipline: #24341f and #f8ebed are the base, the other two are detail. If in doubt, drop the support colour before the accent.
- 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.
- 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 · 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.
- Same sector
Both fall in the same sector of the circle. There is no hue contrast, so whatever separates them will have to be lightness.
- With a neutral
Next to black, a colour from the active side gains energy.
- 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.
- With a neutral
Next to black, a colour from the active side gains energy.
- 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.
- With a neutral
A neutral with a colour that has no side on the circle. Goethe has nothing to say here.
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#4d9868
- 600#317c4e
- 700#22633c
- 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, by day.
The palette is born dark; this is its light version. The background is not pure white: it carries a little of its hue, just as the dark one was not black.
A button/* Wada combination 332 — bluenze.com/paletas */
:root {
--fondo: #1e231c;
--superficie: #24341f;
--texto: #f8ebed;
--tinta: #f8ebed;
--texto-suave: #c0acaf;
--titular: #ff7399;
--acento: #317c4e;
--acento-texto: #f3f8f2;
--enlace: #4c9766;
--borde: #424940;
--apoyo-1: #d50c42;
/* la lámina de Wada, tal cual */
--lamina-1: #ff7399;
--lamina-2: #d50c42;
--lamina-3: #172713;
--lamina-4: #00592e;
--acento-50: #eef9f0;
--acento-100: #dbf0e1;
--acento-200: #bedfc7;
--acento-300: #99c9a7;
--acento-400: #72b186;
--acento-500: #4d9868;
--acento-600: #317c4e;
--acento-700: #22633c;
--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: #317c4e;
--boton-encima: #448e5f;
--boton-pulsado: #5ea074;
--boton-apagado: #333c36;
--foco: #017f44;
--exito: #82b97c;
--aviso: #cbb56e;
--error: #ec9581;
--info: #7baef1;
}
@media (prefers-color-scheme: light) {
:root {
--fondo: #ecf8ef;
--superficie: #dcece0;
--borde: #c1d7c7;
--texto: #1e2520;
--tinta: #1e2520;
--texto-suave: #5b665e;
--acento: #317c4e;
--acento-texto: #f1f8f3;
}
}