From Wada's dictionary, 1933
Wada combination 320
Its colours, with the book's names: Coral Red · Sulphur Yellow · Oil Green · Light Glaucous Blue. 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.5:1: does not read.
On screen, the text #21251a 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 #e65d84 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 Deuteranopia, your accent and your background drop to 2.7: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: #f7f6e4 on 60% of the screen, #e4e4a8 on 30% (cards, bands, headers) and #e65d84 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.5:1). That is why body text goes in #21251a, a near-neutral ink tinted with the palette's hue: it is not in the book, and it is needed.
- The button
The accent #e65d84 stands 3.1:1 apart from the background: it works as a button, with text in #21251a.
- Temperature
Warm and cool together: let one lead and the other point. Here the background #e4e4a8 leads, and the accent #e65d84 is the first thing the eye will look for.
- How many
Four colours demand discipline: #e4e4a8 and #527b0c 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 contrasting-hue sets: hues deliberately set against each other. The contrast is already there; don't force it with shadows or blacks. 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.
- 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.
- 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.
- 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.
- Adjacent
Adjacent on the circle, with nothing between them. Ordinary and agreeable: it says little, and it does not offend.
- Adjacent
Adjacent on the circle, with nothing between them. Ordinary and agreeable: it says little, and it does not offend.
- 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.
#f5f5b8 and #a6e6db are neighbours on the circle and only 8 points of lightness apart. This is the failure Goethe describes without naming it: well-chosen colours placed at the wrong value. They vibrate, and neither can be read on top of the other.
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#fee5e9
- 200#fecad4
- 300#ffa5b8
- 400#f57e9c
- 500#e65d84
- 600#c23f68
- 700#9e2b50
- 800#781b3b
- 900#540c26
- 50#f8f6f6
- 100#eeeaeb
- 200#dcd6d7
- 300#c5bcbe
- 400#aba0a2
- 500#928688
- 600#786d6f
- 700#5f5556
- 800#463e3f
- 900#2e2829
- 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 320 — bluenze.com/paletas */
:root {
--fondo: #f7f6e4;
--superficie: #e4e4a8;
--texto: #21251a;
--tinta: #21251a;
--texto-suave: #606555;
--titular: #527b0c;
--acento: #e65d84;
--acento-texto: #21251a;
--enlace: #c23b66;
--borde: #d4d3bc;
--apoyo-1: #a6e6db;
/* la lámina de Wada, tal cual */
--lamina-1: #ff7399;
--lamina-2: #f5f5b8;
--lamina-3: #6ea900;
--lamina-4: #a6e6db;
--acento-50: #f6f6f6;
--acento-100: #fee5e9;
--acento-200: #fecad4;
--acento-300: #ffa5b8;
--acento-400: #f57e9c;
--acento-500: #e65d84;
--acento-600: #c23f68;
--acento-700: #9e2b50;
--acento-800: #781b3b;
--acento-900: #540c26;
--neutro-50: #f8f6f6;
--neutro-100: #eeeaeb;
--neutro-200: #dcd6d7;
--neutro-300: #c5bcbe;
--neutro-400: #aba0a2;
--neutro-500: #928688;
--neutro-600: #786d6f;
--neutro-700: #5f5556;
--neutro-800: #463e3f;
--neutro-900: #2e2829;
--boton: #e65d84;
--boton-encima: #d14972;
--boton-pulsado: #b73b62;
--boton-apagado: #e5cdd1;
--foco: #fe3f82;
--exito: #247d2b;
--aviso: #a28a1c;
--error: #ba4835;
--info: #0d70b9;
}
@media (prefers-color-scheme: dark) {
:root {
--fondo: #2e1d20;
--superficie: #3e282d;
--borde: #594045;
--texto: #f8ebed;
--tinta: #f8ebed;
--texto-suave: #bcadaf;
--acento: #f1678d;
--acento-texto: #2f2023;
}
}