From Wada's dictionary, 1933
Wada combination 107
Its colours, with the book's names: Apricot Yellow · Light Grayish 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 3.2:1: only good for large text.
On screen, the text #23241d on the background #fbf5e4 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 #667440 stands 4.7:1 from the background (a button needs 3:1) and as a link reaches 4.6:1 (a word needs 4.5:1).
How to use it
- Proportion
Distribute, don't equalise: #fbf5e4 on 60% of the screen, #ffe600 on 30% (cards, bands, headers) and #667440 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.2:1). That is why body text goes in #23241d, a near-neutral ink tinted with the palette's hue: it is not in the book, and it is needed.
- The button
The accent #667440 stands 4.7:1 apart from the background: it works as a button, with text in #f9f6ef.
- 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
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 61. 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 · 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 and Heading · 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.
- 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.
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#f5f7ee
- 100#e9eddc
- 200#d4dac0
- 300#bac29d
- 400#9da879
- 500#818f59
- 600#667440
- 700#505c30
- 800#3a4420
- 900#252d12
- 50#f6f7f5
- 100#ebebe8
- 200#d7d8d3
- 300#bebfb9
- 400#a2a49c
- 500#888a81
- 600#6f7068
- 700#565851
- 800#3f403b
- 900#292a26
- 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 107 — bluenze.com/paletas */
:root {
--fondo: #fbf5e4;
--superficie: #ffe600;
--texto: #23241d;
--tinta: #23241d;
--texto-suave: #62645a;
--titular: #677540;
--acento: #667440;
--acento-texto: #f9f6ef;
--enlace: #677540;
--borde: #d9d1bb;
/* la lámina de Wada, tal cual */
--lamina-1: #ffe600;
--lamina-2: #76844e;
--acento-50: #f5f7ee;
--acento-100: #e9eddc;
--acento-200: #d4dac0;
--acento-300: #bac29d;
--acento-400: #9da879;
--acento-500: #818f59;
--acento-600: #667440;
--acento-700: #505c30;
--acento-800: #3a4420;
--acento-900: #252d12;
--neutro-50: #f6f7f5;
--neutro-100: #ebebe8;
--neutro-200: #d7d8d3;
--neutro-300: #bebfb9;
--neutro-400: #a2a49c;
--neutro-500: #888a81;
--neutro-600: #6f7068;
--neutro-700: #565851;
--neutro-800: #3f403b;
--neutro-900: #292a26;
--boton: #667440;
--boton-encima: #556330;
--boton-pulsado: #455126;
--boton-apagado: #b1b3aa;
--foco: #5d771f;
--exito: #457942;
--aviso: #9e8b48;
--error: #a45747;
--info: #3670ac;
}
@media (prefers-color-scheme: dark) {
:root {
--fondo: #202319;
--superficie: #2d2f24;
--borde: #45483a;
--texto: #edeee9;
--tinta: #edeee9;
--texto-suave: #b0b1ab;
--acento: #8e9c65;
--acento-texto: #23241e;
}
}