From Wada's dictionary, 1933
Wada combination 52
Its colours, with the book's names: Sulphur Yellow · Black. 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 18.6:1: AAA, reads with room to spare.
On screen, the text #242424 on the background #f7f6e4 gives 14.2:1: AAA, reads with room to spare. APCA gives Lc 97: good for small text, the kind you read a paragraph of.
The accent #000000 stands 19.3:1 from the background (a button needs 3:1) and as a link reaches 19.3: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 #000000 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 #242424, 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 #000000, where size forgives.
- The button
The accent #000000 stands 19.3: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
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 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.
- 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#f6f6f6
- 100#ebebeb
- 200#d7d7d7
- 300#bebebe
- 400#a3a3a3
- 500#898989
- 600#6f6f6f
- 700#575757
- 800#404040
- 900#000000
- 50#f8f6f6
- 100#eeeaeb
- 200#dcd6d7
- 300#c4bcbe
- 400#aba1a3
- 500#928689
- 600#786d70
- 700#5e5557
- 800#463e40
- 900#2e282a
- 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 52 — bluenze.com/paletas */
:root {
--fondo: #f7f6e4;
--superficie: #e4e4a8;
--texto: #242424;
--tinta: #242424;
--texto-suave: #636363;
--titular: #000000;
--acento: #000000;
--acento-texto: #f7f7ef;
--enlace: #000000;
--borde: #d4d3bc;
/* la lámina de Wada, tal cual */
--lamina-1: #f5f5b8;
--lamina-2: #000000;
--acento-50: #f6f6f6;
--acento-100: #ebebeb;
--acento-200: #d7d7d7;
--acento-300: #bebebe;
--acento-400: #a3a3a3;
--acento-500: #898989;
--acento-600: #6f6f6f;
--acento-700: #575757;
--acento-800: #404040;
--acento-900: #000000;
--neutro-50: #f8f6f6;
--neutro-100: #eeeaeb;
--neutro-200: #dcd6d7;
--neutro-300: #c4bcbe;
--neutro-400: #aba1a3;
--neutro-500: #928689;
--neutro-600: #786d70;
--neutro-700: #5e5557;
--neutro-800: #463e40;
--neutro-900: #2e282a;
--boton: #000000;
--boton-encima: #131313;
--boton-pulsado: #131313;
--boton-apagado: #3e3e3e;
--foco: #613c47;
--exito: #457942;
--aviso: #9e8b48;
--error: #a45747;
--info: #3670ac;
}
@media (prefers-color-scheme: dark) {
:root {
--fondo: #222222;
--superficie: #2e2e2e;
--borde: #474747;
--texto: #eeeeee;
--tinta: #eeeeee;
--texto-suave: #b0b0b0;
--acento: #969696;
--acento-texto: #242424;
}
}