From Wada's dictionary, 1933
Wada combination 103
Its colours, with the book's names: Cinnamon Rufous · Dusky Madder Violet. 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 3.9:1: only good for large text.
On screen, the text #27212c on the background #fff3ed gives 14.4:1: AAA, reads with room to spare. APCA gives Lc 97: good for small text, the kind you read a paragraph of.
The accent #2d0060 stands 15.1:1 from the background (a button needs 3:1) and as a link reaches 15.1:1 (a word needs 4.5:1).
How to use it
- Proportion
Distribute, don't equalise: #fff3ed on 60% of the screen, #d4703b on 30% (cards, bands, headers) and #2d0060 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 3.9:1). That is why body text goes in #27212c, a near-neutral ink tinted with the palette's hue: it is not in the book, and it is needed.
- The button
The accent #2d0060 stands 15.1:1 apart from the background: it works as a button, with text in #fef5f0.
- Temperature
Warm and cool together: let one lead and the other point. Here the background #d4703b leads, and the accent #2d0060 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 · orange
Orange fills a surface with energy and never lets go. It works if the rest of the palette keeps quiet; otherwise it tires before the first screenful is over.
- 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.
- Characteristic
Orange and violet, with red skipped. It excites because it hints at pure red without ever showing it.
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#fbf4ff
- 100#f4e6ff
- 200#e9cdff
- 300#d6aff6
- 400#bf8fea
- 500#a671d9
- 600#8a58bb
- 700#6e4398
- 800#522f74
- 900#2d0060
- 50#f7f6f7
- 100#eceaed
- 200#d9d6da
- 300#c0bdc3
- 400#a6a2a9
- 500#8c878f
- 600#726e76
- 700#5a565c
- 800#423f44
- 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 103 — bluenze.com/paletas */
:root {
--fondo: #fff3ed;
--superficie: #d4703b;
--texto: #27212c;
--tinta: #27212c;
--texto-suave: #69606f;
--titular: #2d0060;
--acento: #2d0060;
--acento-texto: #fef5f0;
--enlace: #2d0060;
--borde: #e7ccc0;
/* la lámina de Wada, tal cual */
--lamina-1: #c2612c;
--lamina-2: #2d0060;
--acento-50: #fbf4ff;
--acento-100: #f4e6ff;
--acento-200: #e9cdff;
--acento-300: #d6aff6;
--acento-400: #bf8fea;
--acento-500: #a671d9;
--acento-600: #8a58bb;
--acento-700: #6e4398;
--acento-800: #522f74;
--acento-900: #2d0060;
--neutro-50: #f7f6f7;
--neutro-100: #eceaed;
--neutro-200: #d9d6da;
--neutro-300: #c0bdc3;
--neutro-400: #a6a2a9;
--neutro-500: #8c878f;
--neutro-600: #726e76;
--neutro-700: #5a565c;
--neutro-800: #423f44;
--neutro-900: #2b292d;
--boton: #2d0060;
--boton-encima: #1e0042;
--boton-pulsado: #1e0041;
--boton-apagado: #5f5665;
--foco: #5f21a4;
--exito: #177e24;
--aviso: #a28a0b;
--error: #be4430;
--info: #0070bb;
}
@media (prefers-color-scheme: dark) {
:root {
--fondo: #261f2b;
--superficie: #332b3a;
--borde: #4d4355;
--texto: #f1ecf5;
--tinta: #f1ecf5;
--texto-suave: #b4aeb9;
--acento: #b47ee7;
--acento-texto: #27212c;
}
}