From Wada's dictionary, 1933
Wada combination 28
Its colours, with the book's names: Madder Brown · Deep Indigo. 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.5:1: does not read.
On screen, the text #f8ebe7 on the background #20202e gives 13.8:1: AAA, reads with room to spare. APCA gives Lc 94: good for small text, the kind you read a paragraph of.
The accent #b0553c stands 3.2:1 from the background (a button needs 3:1) and as a link reaches 4.6:1 (a word needs 4.5:1).
Under Protanopia, your accent and your background drop to 2.6: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: #20202e on 60% of the screen, #000831 on 30% (cards, bands, headers) and #b0553c 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.5:1). That is why body text goes in #f8ebe7, a near-neutral ink tinted with the palette's hue: it is not in the book, and it is needed.
- The button
The accent #b0553c stands 3.2:1 apart from the background: it works as a button, with text in #f6f6fd.
- Temperature
Warm and cool together: let one lead and the other point. Here the background #000831 leads, and the accent #b0553c 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 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 · 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.
- 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#fff4f1
- 100#ffe6de
- 200#ffccbc
- 300#f4ad99
- 400#e38d74
- 500#ce6e53
- 600#b0553c
- 700#8d402c
- 800#6a2d1d
- 900#4a1c0f
- 50#f8f6f5
- 100#eeeae9
- 200#dcd6d4
- 300#c5bcba
- 400#aba19e
- 500#928683
- 600#786d6a
- 700#5e5552
- 800#463e3c
- 900#2e2927
- Normal
- Hover
- Pressed
- Disabled
- Focus
- Success
- Warning
- Error
- Info
The same colour, by day.
The palette is born dark; this is its light version. The background is not pure white: it carries a little of its hue, just as the dark one was not black.
A button/* Wada combination 28 — bluenze.com/paletas */
:root {
--fondo: #20202e;
--superficie: #000831;
--texto: #f8ebe7;
--tinta: #f8ebe7;
--texto-suave: #bfada8;
--titular: #ce6e54;
--acento: #b0553c;
--acento-texto: #f6f6fd;
--enlace: #ce6e54;
--borde: #454557;
/* la lámina de Wada, tal cual */
--lamina-1: #651300;
--lamina-2: #000831;
--acento-50: #fff4f1;
--acento-100: #ffe6de;
--acento-200: #ffccbc;
--acento-300: #f4ad99;
--acento-400: #e38d74;
--acento-500: #ce6e53;
--acento-600: #b0553c;
--acento-700: #8d402c;
--acento-800: #6a2d1d;
--acento-900: #4a1c0f;
--neutro-50: #f8f6f5;
--neutro-100: #eeeae9;
--neutro-200: #dcd6d4;
--neutro-300: #c5bcba;
--neutro-400: #aba19e;
--neutro-500: #928683;
--neutro-600: #786d6a;
--neutro-700: #5e5552;
--neutro-800: #463e3c;
--neutro-900: #2e2927;
--boton: #b0553c;
--boton-encima: #c5674c;
--boton-pulsado: #d57c62;
--boton-apagado: #473834;
--foco: #c34627;
--exito: #77bb72;
--aviso: #ceb45d;
--error: #f78f78;
--info: #6daefd;
}
@media (prefers-color-scheme: light) {
:root {
--fondo: #fff2ef;
--superficie: #fce3dc;
--borde: #e9cbc3;
--texto: #2d211e;
--tinta: #2d211e;
--texto-suave: #715f5a;
--acento: #b0553c;
--acento-texto: #fff4f1;
}
}