From Wada's dictionary, 1933
Wada combination 1
Its colours, with the book's names: English Red · 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 1.8:1: does not read.
On screen, the text #2e211c on the background #e1faf6 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 #c23f06 stands 4.8:1 from the background (a button needs 3:1) and as a link reaches 4.8: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 #c23f06 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 1.8:1). That is why body text goes in #2e211c, a near-neutral ink tinted with the palette's hue: it is not in the book, and it is needed.
- The button
The accent #c23f06 stands 4.8: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 #c23f06 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 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 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 · 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.
- 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#ebebeb
- 200#feccb9
- 300#ffa987
- 400#fb804f
- 500#e65e27
- 600#c23f06
- 700#9f3001
- 800#762402
- 900#4d1a01
- 50#f8f6f5
- 100#eeeae9
- 200#dcd6d4
- 300#c4bdba
- 400#aba19d
- 500#928782
- 600#786d69
- 700#5e5552
- 800#453e3c
- 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 1 — bluenze.com/paletas */
:root {
--fondo: #e1faf6;
--superficie: #29bdad;
--texto: #2e211c;
--tinta: #2e211c;
--texto-suave: #735f57;
--titular: #c23f06;
--acento: #c23f06;
--acento-texto: #eef9f7;
--enlace: #c23f06;
--borde: #b7d8d2;
/* la lámina de Wada, tal cual */
--lamina-1: #de4500;
--lamina-2: #29bdad;
--acento-50: #f6f6f6;
--acento-100: #ebebeb;
--acento-200: #feccb9;
--acento-300: #ffa987;
--acento-400: #fb804f;
--acento-500: #e65e27;
--acento-600: #c23f06;
--acento-700: #9f3001;
--acento-800: #762402;
--acento-900: #4d1a01;
--neutro-50: #f8f6f5;
--neutro-100: #eeeae9;
--neutro-200: #dcd6d4;
--neutro-300: #c4bdba;
--neutro-400: #aba19d;
--neutro-500: #928782;
--neutro-600: #786d69;
--neutro-700: #5e5552;
--neutro-800: #453e3c;
--neutro-900: #2e2927;
--boton: #c23f06;
--boton-encima: #a73200;
--boton-pulsado: #8a2800;
--boton-apagado: #c5aaa0;
--foco: #c24007;
--exito: #0b7f21;
--aviso: #a28a0d;
--error: #c93625;
--info: #0470ba;
}
@media (prefers-color-scheme: dark) {
:root {
--fondo: #2d1e19;
--superficie: #3c2a23;
--borde: #584239;
--texto: #f8ebe7;
--tinta: #f8ebe7;
--texto-suave: #bcaea9;
--acento: #f66b34;
--acento-texto: #2e211c;
}
}