From Wada's dictionary, 1933
Wada combination 248
Its colours, with the book's names: Eosine Pink · Khaki · Grayish Lavender - A · Dark Slate Purple. 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.5:1: AA, it reads.
On screen, the text #29212a on the background #f5f4ff gives 14.3:1: AAA, reads with room to spare. APCA gives Lc 97: good for small text, the kind you read a paragraph of.
The accent #ed4cb4 stands 3.1:1 from the background (a button needs 3:1) and as a link reaches 4.7:1 (a word needs 4.5:1).
Under Deuteranopia, your accent and your background drop to 2.7: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: #f5f4ff on 60% of the screen, #b8b8ff on 30% (cards, bands, headers) and #ed4cb4 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 #29212a, 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 #53225c, where size forgives.
- The button
The accent #ed4cb4 stands 3.1:1 apart from the background: it works as a button, with text in #29212a.
- Temperature
Warm and cool together: let one lead and the other point. Here the background #b8b8ff leads, and the accent #ed4cb4 is the first thing the eye will look for.
- How many
Four colours demand discipline: #b8b8ff and #53225c 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 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 · blue
Blue recedes: it draws the eye inward rather than coming out to meet it. It holds a large surface without fighting whatever sits on top.
- 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.
- 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.
- 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.
- 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.
- Characteristic
Yellow and blue, with green skipped. Goethe finds it poor: red is missing, and the nearness of green leaves it slight.
- 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.
- 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.
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#ffe4f2
- 200#fdc8e5
- 300#fda2d6
- 400#fa73c6
- 500#ed4cb4
- 600#c92894
- 700#a31177
- 800#7c0259
- 900#56003c
- 50#f8f6f7
- 100#edeaec
- 200#dbd6d8
- 300#c3bcc0
- 400#aaa1a5
- 500#90868b
- 600#766d72
- 700#5d5559
- 800#453e42
- 900#2e292b
- 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 248 — bluenze.com/paletas */
:root {
--fondo: #f5f4ff;
--superficie: #b8b8ff;
--texto: #29212a;
--tinta: #29212a;
--texto-suave: #6a606b;
--titular: #53225c;
--acento: #ed4cb4;
--acento-texto: #29212a;
--enlace: #c82193;
--borde: #d1cfe6;
--apoyo-1: #b68400;
/* la lámina de Wada, tal cual */
--lamina-1: #ff5ec4;
--lamina-2: #b68400;
--lamina-3: #b8b8ff;
--lamina-4: #53225c;
--acento-50: #f6f6f6;
--acento-100: #ffe4f2;
--acento-200: #fdc8e5;
--acento-300: #fda2d6;
--acento-400: #fa73c6;
--acento-500: #ed4cb4;
--acento-600: #c92894;
--acento-700: #a31177;
--acento-800: #7c0259;
--acento-900: #56003c;
--neutro-50: #f8f6f7;
--neutro-100: #edeaec;
--neutro-200: #dbd6d8;
--neutro-300: #c3bcc0;
--neutro-400: #aaa1a5;
--neutro-500: #90868b;
--neutro-600: #766d72;
--neutro-700: #5d5559;
--neutro-800: #453e42;
--neutro-900: #2e292b;
--boton: #ed4cb4;
--boton-encima: #d835a1;
--boton-pulsado: #be248d;
--boton-apagado: #e6ccda;
--foco: #fe2dbc;
--exito: #0b7f21;
--aviso: #a28a0d;
--error: #c93625;
--info: #0470ba;
}
@media (prefers-color-scheme: dark) {
:root {
--fondo: #2c1d25;
--superficie: #3b2933;
--borde: #56414c;
--texto: #f6ebf1;
--tinta: #f6ebf1;
--texto-suave: #baadb4;
--acento: #f857be;
--acento-texto: #2d2027;
}
}