From Wada's dictionary, 1933
Wada combination 310
Its colours, with the book's names: Sulphur Yellow · Pinkish Cinnamon · Olive · Deep Slate Olive. 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 14.0:1: AAA, reads with room to spare.
On screen, the text #222421 on the background #f7f6e4 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 #647608 stands 4.7:1 from the background (a button needs 3:1) and as a link reaches 4.7:1 (a word needs 4.5:1).
How to use it
- Proportion
Distribute, don't equalise: #f7f6e4 on 60% of the screen, #e4e4a8 on 30% (cards, bands, headers) and #647608 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
Body text goes in #222421, a near-neutral ink tinted with the palette's hue, even though the plate had a pair that read: a saturated colour as text tires by the third line. The book's colour enters through the heading, in #172713, where size forgives.
- The button
The accent #647608 stands 4.7:1 apart from the background: it works as a button, with text in #f7f7ef.
- Temperature
All warm: close and unified, but to make something stand out don't rely on colour, rely on light: the important thing darker or lighter than its surroundings.
- How many
Four colours demand discipline: #e4e4a8 and #172713 are the base, the other two are detail. If in doubt, drop the support colour before the accent.
- 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 mixed-light ones: it already brings hierarchy. Keep it on screen: lightest at the back, darkest in front.
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 · yellow
Yellow across a large surface is a gamble. It is the least forgiving colour: the slightest drift towards green turns gold into dirt, and on screen that drift is supplied by compression or a gradient.
- Accent · yellow
Yellow points, but it loses the moment the ground stops being smooth and bright. On screen that means shadows, gradients and small type on top.
- Adjacent
Adjacent on the circle, with no colour between them to keep them apart. They are saved by proportion: one has to lead and the other to follow.
- Same sector
Both fall in the same sector of the circle. There is no hue contrast, so whatever separates them will have to be lightness.
- With a neutral
Next to black, a colour from the active side gains energy.
- Adjacent
Adjacent on the circle, with no colour between them to keep them apart. They are saved by proportion: one has to lead and the other to follow.
- With a neutral
Next to black, a colour from the active side gains energy.
- With a neutral
Next to black, a colour from the active side gains energy.
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#f7f8e7
- 100#ebedd0
- 200#d6dbab
- 300#bcc480
- 400#9daa53
- 500#80912a
- 600#647608
- 700#4f5d05
- 800#394500
- 900#272d01
- 50#f6f6f5
- 100#ebebe8
- 200#d7d7d3
- 300#bebfb8
- 400#a3a49c
- 500#898a81
- 600#707068
- 700#575850
- 800#40403b
- 900#2a2a26
- 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 310 — bluenze.com/paletas */
:root {
--fondo: #f7f6e4;
--superficie: #e4e4a8;
--texto: #222421;
--tinta: #222421;
--texto-suave: #61645f;
--titular: #172713;
--acento: #647608;
--acento-texto: #f7f7ef;
--enlace: #647609;
--borde: #d4d3bc;
--apoyo-1: #f2ad78;
/* la lámina de Wada, tal cual */
--lamina-1: #f5f5b8;
--lamina-2: #f2ad78;
--lamina-3: #718600;
--lamina-4: #172713;
--acento-50: #f7f8e7;
--acento-100: #ebedd0;
--acento-200: #d6dbab;
--acento-300: #bcc480;
--acento-400: #9daa53;
--acento-500: #80912a;
--acento-600: #647608;
--acento-700: #4f5d05;
--acento-800: #394500;
--acento-900: #272d01;
--neutro-50: #f6f6f5;
--neutro-100: #ebebe8;
--neutro-200: #d7d7d3;
--neutro-300: #bebfb8;
--neutro-400: #a3a49c;
--neutro-500: #898a81;
--neutro-600: #707068;
--neutro-700: #575850;
--neutro-800: #40403b;
--neutro-900: #2a2a26;
--boton: #647608;
--boton-encima: #546400;
--boton-pulsado: #455204;
--boton-apagado: #b2b3a3;
--foco: #647605;
--exito: #2b7d2e;
--aviso: #a28a24;
--error: #b74b38;
--info: #0f70b9;
}
@media (prefers-color-scheme: dark) {
:root {
--fondo: #212316;
--superficie: #2e2f1f;
--borde: #464835;
--texto: #eeefe5;
--tinta: #eeefe5;
--texto-suave: #b1b1a6;
--acento: #8d9e37;
--acento-texto: #23241a;
}
}