From Wada's dictionary, 1933
Wada combination 78
Its colours, with the book's names: Pinkish Cinnamon · Venice 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.5:1: does not read.
On screen, the text #2c221a on the background #e7faee 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 #bd7e4b stands 3.1:1 from the background (a button needs 3:1) and as a link reaches 4.7:1 (a word needs 4.5:1).
Under Deuteranopia, your accent and your background drop to 2.8: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: #e7faee on 60% of the screen, #6bffb3 on 30% (cards, bands, headers) and #bd7e4b 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 #2c221a, a near-neutral ink tinted with the palette's hue: it is not in the book, and it is needed.
- The button
The accent #bd7e4b stands 3.1:1 apart from the background: it works as a button, with text in #2c221a.
- Temperature
Warm and cool together: let one lead and the other point. Here the background #6bffb3 leads, and the accent #bd7e4b 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 light ones: works on white and on screen; in print it loses body, so push the ink a notch.
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.
There are 15 points of lightness between the lightest and darkest colour. With no step in lightness there is no hierarchy: the palette leans entirely on hue, and hue alone does not order a screen.
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#fff4ed
- 100#fee7d7
- 200#f4d0b7
- 300#e5b591
- 400#d1976a
- 500#bd7e4b
- 600#9c6232
- 700#7d4b22
- 800#5e3715
- 900#402306
- 50#f8f6f5
- 100#edeae8
- 200#dbd6d3
- 300#c3bdb9
- 400#aaa29c
- 500#908781
- 600#766e68
- 700#5d5651
- 800#453f3b
- 900#2d2926
- 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 78 — bluenze.com/paletas */
:root {
--fondo: #e7faee;
--superficie: #6bffb3;
--texto: #2c221a;
--tinta: #2c221a;
--texto-suave: #6e6157;
--titular: #9a602f;
--acento: #bd7e4b;
--acento-texto: #2c221a;
--enlace: #9a602f;
--borde: #bfd7c8;
/* la lámina de Wada, tal cual */
--lamina-1: #f2ad78;
--lamina-2: #6bffb3;
--acento-50: #fff4ed;
--acento-100: #fee7d7;
--acento-200: #f4d0b7;
--acento-300: #e5b591;
--acento-400: #d1976a;
--acento-500: #bd7e4b;
--acento-600: #9c6232;
--acento-700: #7d4b22;
--acento-800: #5e3715;
--acento-900: #402306;
--neutro-50: #f8f6f5;
--neutro-100: #edeae8;
--neutro-200: #dbd6d3;
--neutro-300: #c3bdb9;
--neutro-400: #aaa29c;
--neutro-500: #908781;
--neutro-600: #766e68;
--neutro-700: #5d5651;
--neutro-800: #453f3b;
--neutro-900: #2d2926;
--boton: #bd7e4b;
--boton-encima: #a96c3a;
--boton-pulsado: #925c30;
--boton-apagado: #ddd0c7;
--foco: #cc772b;
--exito: #407a3e;
--aviso: #9f8a40;
--error: #a95543;
--info: #2670b3;
}
@media (prefers-color-scheme: dark) {
:root {
--fondo: #2b1f17;
--superficie: #3a2b20;
--borde: #554336;
--texto: #f5ece7;
--tinta: #f5ece7;
--texto-suave: #b8afa8;
--acento: #c88854;
--acento-texto: #2a221c;
}
}