From Wada's dictionary, 1933
Wada combination 161
Its colours, with the book's names: Brown · Helvetia Blue · Pinkish Cinnamon. 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 5.5:1: AA, it reads.
On screen, the text #f6ece5 on the background #2f1d17 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 #346ad0 stands 3.1:1 from the background (a button needs 3:1) and as a link reaches 4.8:1 (a word needs 4.5:1).
Under Deuteranopia, 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: #2f1d17 on 60% of the screen, #6c2b11 on 30% (cards, bands, headers) and #346ad0 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 #f6ece5, 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 #f2ad78, where size forgives.
- The button
The accent #346ad0 stands 3.1:1 apart from the background: it works as a button, with text in #fef4f1.
- Temperature
Warm and cool together: let one lead and the other point. Here the background #6c2b11 leads, and the accent #346ad0 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 dense ones: loaded colours that need plenty of air around them; less is more.
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 · orange
Orange fills a surface with energy and never lets go. It works if the rest of the palette keeps quiet; otherwise it tires before the first screenful is over.
- Accent · blue
Blue recedes, and an accent is asked to do the opposite. As a link it only has to be distinguishable; as a primary button it needs contrast to do the work the colour will not.
- 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.
- 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.
- 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.
- 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.
There is nowhere for the eye to rest: no neutral, no muted colour, no green. The whole palette asks for attention at once.
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#e8eaff
- 200#cfd5ff
- 300#adbbff
- 400#849ffd
- 500#5a84ee
- 600#346ad0
- 700#2254aa
- 800#113d82
- 900#02285c
- 50#f6f6f8
- 100#eaebed
- 200#d6d7db
- 300#bdbec4
- 400#a2a3aa
- 500#878891
- 600#6e6f77
- 700#56575e
- 800#3f3f45
- 900#292a2e
- 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 161 — bluenze.com/paletas */
:root {
--fondo: #2f1d17;
--superficie: #6c2b11;
--texto: #f6ece5;
--tinta: #f6ece5;
--texto-suave: #bbaea6;
--titular: #f2ad78;
--acento: #346ad0;
--acento-texto: #fef4f1;
--enlace: #5e88f3;
--borde: #584239;
/* la lámina de Wada, tal cual */
--lamina-1: #6c2b11;
--lamina-2: #0057ba;
--lamina-3: #f2ad78;
--acento-50: #f6f6f6;
--acento-100: #e8eaff;
--acento-200: #cfd5ff;
--acento-300: #adbbff;
--acento-400: #849ffd;
--acento-500: #5a84ee;
--acento-600: #346ad0;
--acento-700: #2254aa;
--acento-800: #113d82;
--acento-900: #02285c;
--neutro-50: #f6f6f8;
--neutro-100: #eaebed;
--neutro-200: #d6d7db;
--neutro-300: #bdbec4;
--neutro-400: #a2a3aa;
--neutro-500: #878891;
--neutro-600: #6e6f77;
--neutro-700: #56575e;
--neutro-800: #3f3f45;
--neutro-900: #292a2e;
--boton: #346ad0;
--boton-encima: #4e7be4;
--boton-pulsado: #6b8df1;
--boton-apagado: #373948;
--foco: #066ade;
--exito: #63bf61;
--aviso: #d1b440;
--error: #ff8a72;
--info: #6baefe;
}
@media (prefers-color-scheme: light) {
:root {
--fondo: #f3f4ff;
--superficie: #e5e7fa;
--borde: #ced0e7;
--texto: #21232e;
--tinta: #21232e;
--texto-suave: #616271;
--acento: #346ad0;
--acento-texto: #f5f6fe;
}
}