From Wada's dictionary, 1933
Wada combination 134
Its colours, with the book's names: Eosine Pink · Light Mauve · Red Violet. 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.6:1: AA, it reads.
On screen, the text #27222c on the background #fff1f8 gives 14.2:1: AAA, reads with room to spare. APCA gives Lc 96: good for small text, the kind you read a paragraph of.
The accent #7f51e0 stands 4.6:1 from the background (a button needs 3:1) and as a link reaches 4.6:1 (a word needs 4.5:1).
How to use it
- Proportion
Distribute, don't equalise: #fff1f8 on 60% of the screen, #ff5ec4 on 30% (cards, bands, headers) and #7f51e0 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 #27222c, 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 #3400a3, where size forgives.
- The button
The accent #7f51e0 stands 4.6:1 apart from the background: it works as a button, with text in #fdf4f9.
- Temperature
Warm and cool together: let one lead and the other point. Here the background #ff5ec4 leads, and the accent #7f51e0 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 tone-on-tone sets: colours from one family. Hierarchy comes from light, not hue, so order elements from lightest to darkest. 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 whole palette sits on the passive side: the colours that recede, cool and draw the eye inward.
- Surface · violet
Goethe puts it bluntly: a large surface of pure violet would be intolerable. It holds up here because the screen adaptation has taken the chroma down. On the plate, at full saturation, it would not.
- Accent and 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.
- 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.
- 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.
- 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.
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#f1e7ff
- 200#e3cffe
- 300#d0b0ff
- 400#b88efe
- 500#9d6bfe
- 600#7f51e0
- 700#643eb7
- 800#4a2b8c
- 900#311a64
- 50#f7f6f8
- 100#eceaed
- 200#d8d6da
- 300#c0bdc3
- 400#a5a2a9
- 500#8b8790
- 600#726e76
- 700#59565d
- 800#413f44
- 900#2b292d
- 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 134 — bluenze.com/paletas */
:root {
--fondo: #fff1f8;
--superficie: #ff5ec4;
--texto: #27222c;
--tinta: #27222c;
--texto-suave: #686070;
--titular: #3400a3;
--acento: #7f51e0;
--acento-texto: #fdf4f9;
--enlace: #8052e1;
--borde: #e5cbd8;
/* la lámina de Wada, tal cual */
--lamina-1: #ff5ec4;
--lamina-2: #9161f2;
--lamina-3: #3400a3;
--acento-50: #f6f6f6;
--acento-100: #f1e7ff;
--acento-200: #e3cffe;
--acento-300: #d0b0ff;
--acento-400: #b88efe;
--acento-500: #9d6bfe;
--acento-600: #7f51e0;
--acento-700: #643eb7;
--acento-800: #4a2b8c;
--acento-900: #311a64;
--neutro-50: #f7f6f8;
--neutro-100: #eceaed;
--neutro-200: #d8d6da;
--neutro-300: #c0bdc3;
--neutro-400: #a5a2a9;
--neutro-500: #8b8790;
--neutro-600: #726e76;
--neutro-700: #59565d;
--neutro-800: #413f44;
--neutro-900: #2b292d;
--boton: #7f51e0;
--boton-encima: #6b3fcc;
--boton-pulsado: #5730b3;
--boton-apagado: #b9aec6;
--foco: #7d49f7;
--exito: #0b7f21;
--aviso: #a28a0d;
--error: #c93625;
--info: #0470ba;
}
@media (prefers-color-scheme: dark) {
:root {
--fondo: #241f2b;
--superficie: #322b3b;
--borde: #4b4355;
--texto: #f0ecf5;
--tinta: #f0ecf5;
--texto-suave: #b3afb9;
--acento: #ab7dfe;
--acento-texto: #26222c;
}
}