From Wada's dictionary, 1933
Wada combination 63
Its colours, with the book's names: Vistoris Lake · Cerulian 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.7:1: AA, it reads.
On screen, the text #292125 on the background #e1faf6 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 #5c2c45 stands 10.1:1 from the background (a button needs 3:1) and as a link reaches 10.1:1 (a word needs 4.5:1).
How to use it
- Proportion
Distribute, don't equalise: #e1faf6 on 60% of the screen, #29bdad on 30% (cards, bands, headers) and #5c2c45 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 #292125, 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 #5c2c45, where size forgives.
- The button
The accent #5c2c45 stands 10.1: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 #29bdad leads, and the accent #5c2c45 is the first thing the eye will look for.
- 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 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 whole palette sits on the active side of the circle: the colours that advance, warm and push outward.
- 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 and Heading · red
Red is the high point of the active side. In a small patch it does exactly what an accent is for: stopping the eye once.
- 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.
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#fef4f8
- 100#f8e7ee
- 200#ebd0dc
- 300#dab4c5
- 400#c695ac
- 500#af7993
- 600#946079
- 700#764a60
- 800#5c2c45
- 900#3d222f
- 50#f8f6f7
- 100#edeaeb
- 200#dbd6d8
- 300#c4bcbf
- 400#aaa1a5
- 500#91868b
- 600#776d71
- 700#5d5559
- 800#453e41
- 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 63 — bluenze.com/paletas */
:root {
--fondo: #e1faf6;
--superficie: #29bdad;
--texto: #292125;
--tinta: #292125;
--texto-suave: #6b6065;
--titular: #5c2c45;
--acento: #5c2c45;
--acento-texto: #eef9f7;
--enlace: #5c2c45;
--borde: #b7d8d2;
/* la lámina de Wada, tal cual */
--lamina-1: #5c2c45;
--lamina-2: #29bdad;
--acento-50: #fef4f8;
--acento-100: #f8e7ee;
--acento-200: #ebd0dc;
--acento-300: #dab4c5;
--acento-400: #c695ac;
--acento-500: #af7993;
--acento-600: #946079;
--acento-700: #764a60;
--acento-800: #5c2c45;
--acento-900: #3d222f;
--neutro-50: #f8f6f7;
--neutro-100: #edeaeb;
--neutro-200: #dbd6d8;
--neutro-300: #c4bcbf;
--neutro-400: #aaa1a5;
--neutro-500: #91868b;
--neutro-600: #776d71;
--neutro-700: #5d5559;
--neutro-800: #453e41;
--neutro-900: #2e292b;
--boton: #5c2c45;
--boton-encima: #4b1c35;
--boton-pulsado: #361025;
--boton-apagado: #81787c;
--foco: #7c2456;
--exito: #457942;
--aviso: #9e8b48;
--error: #a45747;
--info: #3670ac;
}
@media (prefers-color-scheme: dark) {
:root {
--fondo: #291f23;
--superficie: #372b30;
--borde: #514349;
--texto: #f2ecef;
--tinta: #f2ecef;
--texto-suave: #b6afb2;
--acento: #bd86a0;
--acento-texto: #282225;
}
}