From Wada's dictionary, 1933
Wada combination 203
Its colours, with the book's names: Pale Lemon Yellow · Vinaceous Cinnamon · Lincoln 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 7.5:1: AAA, reads with room to spare.
On screen, the text #22251b on the background #f9f5e4 gives 14.2:1: AAA, reads with room to spare. APCA gives Lc 96: good for small text, the kind you read a paragraph of.
The accent #cc7470 stands 3.0: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: #f9f5e4 on 60% of the screen, #ede48e on 30% (cards, bands, headers) and #cc7470 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 #22251b, 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 #405416, where size forgives.
- The button
The accent #cc7470 stands 3.0:1 apart from the background: it works as a button, with text in #22251b.
- Temperature
Warm and cool together: let one lead and the other point. Here the background #ede48e leads, and the accent #cc7470 is the first thing the eye will look for.
- How many
Three colours is the comfortable measure: background, text and one accent. Don't add a fourth unless it earns its place by contrast or by hue.
- 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 · red
Red is the high point of the active side. In a small patch it does exactly what an accent is for: stopping the eye once.
- Heading · green
Green is the colour of rest, so as an accent it points at nothing: the eye accepts it and moves on. If this palette needs something to stop the eye, this is not it.
- Characteristic
Yellow and red, with orange skipped between them. The characteristic pair he thinks best: serene and magnificent.
- Adjacent
Adjacent on the circle, with nothing between them. Ordinary and agreeable: it says little, and it does not offend.
- Opposite
Opposite on the circle: together they complete what the eye asks for on its own. It is the only category Goethe approves without reservation.
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#fff4f3
- 100#ffe5e3
- 200#faccc9
- 300#eeafaa
- 400#dd8e8a
- 500#cc7470
- 600#aa5755
- 700#894240
- 800#672f2d
- 900#471d1c
- 50#f8f6f6
- 100#eeeaea
- 200#dcd6d5
- 300#c5bcbb
- 400#aca1a0
- 500#928685
- 600#796d6c
- 700#5f5554
- 800#463e3d
- 900#2f2928
- 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 203 — bluenze.com/paletas */
:root {
--fondo: #f9f5e4;
--superficie: #ede48e;
--texto: #22251b;
--tinta: #22251b;
--texto-suave: #616558;
--titular: #405416;
--acento: #cc7470;
--acento-texto: #22251b;
--enlace: #a95553;
--borde: #d6d2bb;
/* la lámina de Wada, tal cual */
--lamina-1: #fff59e;
--lamina-2: #f59994;
--lamina-3: #405416;
--acento-50: #fff4f3;
--acento-100: #ffe5e3;
--acento-200: #faccc9;
--acento-300: #eeafaa;
--acento-400: #dd8e8a;
--acento-500: #cc7470;
--acento-600: #aa5755;
--acento-700: #894240;
--acento-800: #672f2d;
--acento-900: #471d1c;
--neutro-50: #f8f6f6;
--neutro-100: #eeeaea;
--neutro-200: #dcd6d5;
--neutro-300: #c5bcbb;
--neutro-400: #aca1a0;
--neutro-500: #928685;
--neutro-600: #796d6c;
--neutro-700: #5f5554;
--neutro-800: #463e3d;
--neutro-900: #2f2928;
--boton: #cc7470;
--boton-encima: #b8625f;
--boton-pulsado: #9e5451;
--boton-apagado: #e0cfce;
--foco: #e46463;
--exito: #457942;
--aviso: #9e8b47;
--error: #a55747;
--info: #3570ad;
}
@media (prefers-color-scheme: dark) {
:root {
--fondo: #2d1e1d;
--superficie: #3d2928;
--borde: #59413f;
--texto: #f6ebeb;
--tinta: #f6ebeb;
--texto-suave: #baaead;
--acento: #d67d79;
--acento-texto: #2c2120;
}
}