From Wada's dictionary, 1933
Wada combination 106
Its colours, with the book's names: Antwarp Blue · Dull Violet Black. 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 #26222d on the background #e2f9ff 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 #06004f stands 17.2:1 from the background (a button needs 3:1) and as a link reaches 17.2:1 (a word needs 4.5:1).
How to use it
- Proportion
Distribute, don't equalise: #e2f9ff on 60% of the screen, #289ab1 on 30% (cards, bands, headers) and #06004f 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 #26222d, 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 #06004f, where size forgives.
- The button
The accent #06004f stands 17.2:1 apart from the background: it works as a button, with text in #eef8fb.
- Temperature
All cool: orderly and serious. So it doesn't feel distant, leave plenty of air and use the accent generously on whatever you want touched.
- How many
Two colours are a pair, not a brand: add a neutral (an off-white or a grey) to get background, text and accent without straining either.
- 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 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 whole palette sits on the passive side: the colours that recede, cool and draw the eye inward.
- 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.
- 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.
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#f9f5ff
- 100#f1e7ff
- 200#e1cffe
- 300#cbb3f5
- 400#b294e9
- 500#9778d7
- 600#7c5fba
- 700#614997
- 800#483473
- 900#06004f
- 50#f7f6f8
- 100#eceaed
- 200#d8d6db
- 300#c0bdc3
- 400#a5a2a9
- 500#8b8790
- 600#716e76
- 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 106 — bluenze.com/paletas */
:root {
--fondo: #e2f9ff;
--superficie: #289ab1;
--texto: #26222d;
--tinta: #26222d;
--texto-suave: #676070;
--titular: #06004f;
--acento: #06004f;
--acento-texto: #eef8fb;
--enlace: #06004f;
--borde: #b6d7e0;
/* la lámina de Wada, tal cual */
--lamina-1: #008aa1;
--lamina-2: #06004f;
--acento-50: #f9f5ff;
--acento-100: #f1e7ff;
--acento-200: #e1cffe;
--acento-300: #cbb3f5;
--acento-400: #b294e9;
--acento-500: #9778d7;
--acento-600: #7c5fba;
--acento-700: #614997;
--acento-800: #483473;
--acento-900: #06004f;
--neutro-50: #f7f6f8;
--neutro-100: #eceaed;
--neutro-200: #d8d6db;
--neutro-300: #c0bdc3;
--neutro-400: #a5a2a9;
--neutro-500: #8b8790;
--neutro-600: #716e76;
--neutro-700: #59565d;
--neutro-800: #413f44;
--neutro-900: #2b292d;
--boton: #06004f;
--boton-encima: #080150;
--boton-pulsado: #0d034c;
--boton-apagado: #4d4855;
--foco: #4b2fa5;
--exito: #277d2d;
--aviso: #a28a21;
--error: #b84936;
--info: #1870b7;
}
@media (prefers-color-scheme: dark) {
:root {
--fondo: #24202c;
--superficie: #312c3b;
--borde: #4b4456;
--texto: #f0ecf6;
--tinta: #f0ecf6;
--texto-suave: #b3afb9;
--acento: #a585e6;
--acento-texto: #26222c;
}
}