From Wada's dictionary, 1933
Wada combination 76
Its colours, with the book's names: Pale Lemon Yellow · Warm Gray. 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 2.0:1: does not read.
On screen, the text #212422 on the background #f9f5e4 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 #7d927f 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 Protanopia, your accent and your background drop to 3.0: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: #f9f5e4 on 60% of the screen, #ede48e on 30% (cards, bands, headers) and #7d927f 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 2.0:1). That is why body text goes in #212422, a near-neutral ink tinted with the palette's hue: it is not in the book, and it is needed.
- The button
The accent #7d927f stands 3.1:1 apart from the background: it works as a button, with text in #212422.
- 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 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 · 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.
- With a neutral
Next to white, a colour from the active side loses force.
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#f4f7f4
- 100#e6ede7
- 200#d0dad0
- 300#b3c2b5
- 400#95a897
- 500#7d927f
- 600#617463
- 700#4a5b4c
- 800#364337
- 900#222c23
- 50#f5f7f5
- 100#e9ece9
- 200#d4d8d5
- 300#bac0bb
- 400#9ea59f
- 500#838b84
- 600#6a716b
- 700#535953
- 800#3c413d
- 900#272b27
- 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 76 — bluenze.com/paletas */
:root {
--fondo: #f9f5e4;
--superficie: #ede48e;
--texto: #212422;
--tinta: #212422;
--texto-suave: #606461;
--titular: #5f7361;
--acento: #7d927f;
--acento-texto: #212422;
--enlace: #5f7361;
--borde: #d6d2bb;
/* la lámina de Wada, tal cual */
--lamina-1: #fff59e;
--lamina-2: #9cb29e;
--acento-50: #f4f7f4;
--acento-100: #e6ede7;
--acento-200: #d0dad0;
--acento-300: #b3c2b5;
--acento-400: #95a897;
--acento-500: #7d927f;
--acento-600: #617463;
--acento-700: #4a5b4c;
--acento-800: #364337;
--acento-900: #222c23;
--neutro-50: #f5f7f5;
--neutro-100: #e9ece9;
--neutro-200: #d4d8d5;
--neutro-300: #bac0bb;
--neutro-400: #9ea59f;
--neutro-500: #838b84;
--neutro-600: #6a716b;
--neutro-700: #535953;
--neutro-800: #3c413d;
--neutro-900: #272b27;
--boton: #7d927f;
--boton-encima: #6b806d;
--boton-pulsado: #5f6d60;
--boton-apagado: #d0d4d0;
--foco: #65986d;
--exito: #457942;
--aviso: #9e8b48;
--error: #a45747;
--info: #3670ac;
}
@media (prefers-color-scheme: dark) {
:root {
--fondo: #1f231f;
--superficie: #2b2f2b;
--borde: #434843;
--texto: #eceeec;
--tinta: #eceeec;
--texto-suave: #afb1af;
--acento: #869b88;
--acento-texto: #222422;
}
}