From Wada's dictionary, 1933
Wada combination 32
Its colours, with the book's names: Ochraceous Salmon · Night Green. 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 #2b221c on the background #eff8e7 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 #b67f55 stands 3.1:1 from the background (a button needs 3:1) and as a link reaches 4.8:1 (a word needs 4.5:1).
Under Deuteranopia, your accent and your background drop to 2.9: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: #eff8e7 on 60% of the screen, #7aff00 on 30% (cards, bands, headers) and #b67f55 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 #2b221c, a near-neutral ink tinted with the palette's hue: it is not in the book, and it is needed.
- The button
The accent #b67f55 stands 3.1:1 apart from the background: it works as a button, with text in #2b221c.
- Temperature
Warm and cool together: let one lead and the other point. Here the background #7aff00 leads, and the accent #b67f55 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 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 pale ones: muted tones that get along; running text needs an ink from outside, near black. Though this one is not: its mean chroma is 73. The label describes the group in the book, not a measurement of this combination — nearly half the pale group is not pale.
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#fff4ee
- 100#fbe7da
- 200#f0d1bc
- 300#e0b699
- 400#cb9974
- 500#b67f55
- 600#97643c
- 700#784d2b
- 800#5a381d
- 900#3e240f
- 50#f8f6f5
- 100#edeae9
- 200#dbd6d3
- 300#c3bdb9
- 400#aaa29c
- 500#908781
- 600#766e68
- 700#5d5651
- 800#453f3b
- 900#2e2926
- 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 32 — bluenze.com/paletas */
:root {
--fondo: #eff8e7;
--superficie: #7aff00;
--texto: #2b221c;
--tinta: #2b221c;
--texto-suave: #6d6159;
--titular: #946139;
--acento: #b67f55;
--acento-texto: #2b221c;
--enlace: #946139;
--borde: #cad5c0;
/* la lámina de Wada, tal cual */
--lamina-1: #d99e73;
--lamina-2: #7aff00;
--acento-50: #fff4ee;
--acento-100: #fbe7da;
--acento-200: #f0d1bc;
--acento-300: #e0b699;
--acento-400: #cb9974;
--acento-500: #b67f55;
--acento-600: #97643c;
--acento-700: #784d2b;
--acento-800: #5a381d;
--acento-900: #3e240f;
--neutro-50: #f8f6f5;
--neutro-100: #edeae9;
--neutro-200: #dbd6d3;
--neutro-300: #c3bdb9;
--neutro-400: #aaa29c;
--neutro-500: #908781;
--neutro-600: #766e68;
--neutro-700: #5d5651;
--neutro-800: #453f3b;
--neutro-900: #2e2926;
--boton: #b67f55;
--boton-encima: #a26d44;
--boton-pulsado: #8b5d3a;
--boton-apagado: #dacfc8;
--foco: #c67837;
--exito: #457942;
--aviso: #9e8b48;
--error: #a45747;
--info: #3670ac;
}
@media (prefers-color-scheme: dark) {
:root {
--fondo: #2a2018;
--superficie: #382c23;
--borde: #544438;
--texto: #f4ece8;
--tinta: #f4ece8;
--texto-suave: #b7afaa;
--acento: #c28a5f;
--acento-texto: #29221e;
}
}