From Wada's dictionary, 1933
Wada combination 335
Its colours, with the book's names: Vandyke Red · Yellow Orange · Violet · Slate Color. 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.4:1: AA, it reads.
On screen, the text #f6ece5 on the background #1b2327 gives 13.7:1: AAA, reads with room to spare. APCA gives Lc 94: good for small text, the kind you read a paragraph of.
The accent #b54939 stands 3.0:1 from the background (a button needs 3:1) and as a link reaches 4.6:1 (a word needs 4.5:1).
Under Protanopia, your accent and your background drop to 2.4: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: #1b2327 on 60% of the screen, #1b3644 on 30% (cards, bands, headers) and #b54939 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 #ff8c00, where size forgives.
- The button
The accent #b54939 stands 3.0:1 apart from the background: it works as a button, with text in #f2f7fb.
- Temperature
Warm and cool together: let one lead and the other point. Here the background #1b3644 leads, and the accent #b54939 is the first thing the eye will look for.
- How many
Four colours demand discipline: #1b3644 and #f6ece5 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 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 palette crosses both sides of the circle, active and passive. It carries the most tension and most needs one of the two to lead.
- 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.
- 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 no colour between them to keep them apart. They are saved by proportion: one has to lead and the other to follow.
- With a neutral
Next to black, a colour from the active side gains energy.
- Characteristic
Orange and violet, with red skipped. It excites because it hints at pure red without ever showing it.
- With a neutral
Next to black, a colour from the active side gains energy.
- With a neutral
Next to black, a colour from the passive side loses.
#740909 and #2619d1 are neighbours on the circle and only 5 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#f6f6f6
- 100#ffe6e0
- 200#ffccc1
- 300#fcaa99
- 400#ed8774
- 500#d86754
- 600#b54939
- 700#95392c
- 800#71281e
- 900#4f170f
- 50#f8f6f5
- 100#eeeae9
- 200#dcd6d5
- 300#c5bcbb
- 400#aba19f
- 500#928684
- 600#786d6b
- 700#5f5553
- 800#463e3d
- 900#2e2927
- 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 335 — bluenze.com/paletas */
:root {
--fondo: #1b2327;
--superficie: #1b3644;
--texto: #f6ece5;
--tinta: #f6ece5;
--texto-suave: #bdaea4;
--titular: #ff8c00;
--acento: #b54939;
--acento-texto: #f2f7fb;
--enlace: #d96856;
--borde: #3f484e;
--apoyo-1: #2619d1;
/* la lámina de Wada, tal cual */
--lamina-1: #740909;
--lamina-2: #ff8c00;
--lamina-3: #2619d1;
--lamina-4: #1b3644;
--acento-50: #f6f6f6;
--acento-100: #ffe6e0;
--acento-200: #ffccc1;
--acento-300: #fcaa99;
--acento-400: #ed8774;
--acento-500: #d86754;
--acento-600: #b54939;
--acento-700: #95392c;
--acento-800: #71281e;
--acento-900: #4f170f;
--neutro-50: #f8f6f5;
--neutro-100: #eeeae9;
--neutro-200: #dcd6d5;
--neutro-300: #c5bcbb;
--neutro-400: #aba19f;
--neutro-500: #928684;
--neutro-600: #786d6b;
--neutro-700: #5f5553;
--neutro-800: #463e3d;
--neutro-900: #2e2927;
--boton: #b54939;
--boton-encima: #ca5b49;
--boton-pulsado: #db715e;
--boton-apagado: #453431;
--foco: #c83427;
--exito: #6ebd6a;
--aviso: #d0b451;
--error: #ff8a72;
--info: #6eaefc;
}
@media (prefers-color-scheme: light) {
:root {
--fondo: #fff2f0;
--superficie: #fde3dd;
--borde: #e9cbc4;
--texto: #2e201e;
--tinta: #2e201e;
--texto-suave: #725f5b;
--acento: #b54939;
--acento-texto: #fff4f2;
}
}