From Wada's dictionary, 1933
Wada combination 204
Its colours, with the book's names: Rosolanc Purple · Cinnamon Rufous · Light Glaucous Blue. 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 4.1:1: only good for large text.
On screen, the text #2b2029 on the background #e1faf5 gives 14.3:1: AAA, reads with room to spare. APCA gives Lc 96: good for small text, the kind you read a paragraph of.
The accent #b0511e stands 4.7:1 from the background (a button needs 3:1) and as a link reaches 4.7:1 (a word needs 4.5:1).
How to use it
- Proportion
Distribute, don't equalise: #e1faf5 on 60% of the screen, #a6e6db on 30% (cards, bands, headers) and #b0511e 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
No pair on the plate read as text (the best gave 4.1:1). That is why body text goes in #2b2029, a near-neutral ink tinted with the palette's hue: it is not in the book, and it is needed.
- The button
The accent #b0511e stands 4.7:1 apart from the background: it works as a button, with text in #eef9f7.
- Temperature
Warm and cool together: let one lead and the other point. Here the background #a6e6db leads, and the accent #b0511e 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 pale ones: muted tones that get along; running text needs an ink from outside, near black.
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 · 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 · 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.
- Heading · violet
The violet that would be intolerable as a background works in a border or a button. Same colour, different dose: this is a rule about surface, not about hue.
- Characteristic
Orange and violet, with red skipped. It excites because it hints at pure red without ever showing 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.
- 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#f6f6f6
- 100#ffe6da
- 200#ffcdb5
- 300#f9ad87
- 400#e88c5d
- 500#d26d39
- 600#b0511e
- 700#903f14
- 800#6d2d09
- 900#4a1d00
- 50#f8f6f5
- 100#eeeae9
- 200#dbd6d4
- 300#c4bdb9
- 400#aba19d
- 500#918782
- 600#776e69
- 700#5e5552
- 800#453e3b
- 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 204 — bluenze.com/paletas */
:root {
--fondo: #e1faf5;
--superficie: #a6e6db;
--texto: #2b2029;
--tinta: #2b2029;
--texto-suave: #6e5f6b;
--titular: #b319ab;
--acento: #b0511e;
--acento-texto: #eef9f7;
--enlace: #b0521d;
--borde: #b9d8d2;
/* la lámina de Wada, tal cual */
--lamina-1: #b319ab;
--lamina-2: #c2612c;
--lamina-3: #a6e6db;
--acento-50: #f6f6f6;
--acento-100: #ffe6da;
--acento-200: #ffcdb5;
--acento-300: #f9ad87;
--acento-400: #e88c5d;
--acento-500: #d26d39;
--acento-600: #b0511e;
--acento-700: #903f14;
--acento-800: #6d2d09;
--acento-900: #4a1d00;
--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: #453e3b;
--neutro-900: #2e2927;
--boton: #b0511e;
--boton-encima: #9b400c;
--boton-pulsado: #833102;
--boton-apagado: #c0aca3;
--foco: #ba4904;
--exito: #207e29;
--aviso: #a28a16;
--error: #bb4733;
--info: #1970b7;
}
@media (prefers-color-scheme: dark) {
:root {
--fondo: #2c1f18;
--superficie: #3c2a22;
--borde: #574238;
--texto: #f7ece6;
--tinta: #f7ece6;
--texto-suave: #bbaea8;
--acento: #e17a45;
--acento-texto: #2d211b;
}
}