From Wada's dictionary, 1933
Wada combination 240
Its colours, with the book's names: Fresh Color · Yellow · Cerulian 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.4:1: does not read.
On screen, the text #2f2021 on the background #f8f5e4 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 #0d796d stands 4.8:1 from the background (a button needs 3:1) and as a link reaches 4.5:1 (a word needs 4.5:1).
How to use it
- Proportion
Distribute, don't equalise: #f8f5e4 on 60% of the screen, #eeed1a on 30% (cards, bands, headers) and #0d796d 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.4:1). That is why body text goes in #2f2021, a near-neutral ink tinted with the palette's hue: it is not in the book, and it is needed.
- The button
The accent #0d796d stands 4.8:1 apart from the background: it works as a button, with text in #f8f7ef.
- Temperature
Warm and cool together: let one lead and the other point. Here the background #eeed1a leads, and the accent #0d796d 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 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 dense ones: loaded colours that need plenty of air around them; less is more.
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 · 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.
- Heading · 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.
- 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.
- Adjacent
Adjacent on the circle, with nothing between them. Ordinary and agreeable: it says little, and it does not offend.
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#ecf9f7
- 100#d8f0eb
- 200#b8dfd8
- 300#91c9bf
- 400#65b0a4
- 500#39978a
- 600#0d796d
- 700#036258
- 800#024941
- 900#00302b
- 50#f5f7f6
- 100#e8eceb
- 200#d2d8d7
- 300#b7c0be
- 400#9aa5a3
- 500#7f8b89
- 600#667270
- 700#4f5957
- 800#394240
- 900#252b2a
- 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 240 — bluenze.com/paletas */
:root {
--fondo: #f8f5e4;
--superficie: #eeed1a;
--texto: #2f2021;
--tinta: #2f2021;
--texto-suave: #755e5f;
--titular: #c2415a;
--acento: #0d796d;
--acento-texto: #f8f7ef;
--enlace: #127e73;
--borde: #d6d2bb;
/* la lámina de Wada, tal cual */
--lamina-1: #ff788c;
--lamina-2: #ffff00;
--lamina-3: #29bdad;
--acento-50: #ecf9f7;
--acento-100: #d8f0eb;
--acento-200: #b8dfd8;
--acento-300: #91c9bf;
--acento-400: #65b0a4;
--acento-500: #39978a;
--acento-600: #0d796d;
--acento-700: #036258;
--acento-800: #024941;
--acento-900: #00302b;
--neutro-50: #f5f7f6;
--neutro-100: #e8eceb;
--neutro-200: #d2d8d7;
--neutro-300: #b7c0be;
--neutro-400: #9aa5a3;
--neutro-500: #7f8b89;
--neutro-600: #667270;
--neutro-700: #4f5957;
--neutro-800: #394240;
--neutro-900: #252b2a;
--boton: #0d796d;
--boton-encima: #0b665c;
--boton-pulsado: #08544b;
--boton-apagado: #a5b2af;
--foco: #07796d;
--exito: #457942;
--aviso: #9e8b48;
--error: #a45747;
--info: #3670ac;
}
@media (prefers-color-scheme: dark) {
:root {
--fondo: #162422;
--superficie: #20312e;
--borde: #364b47;
--texto: #e7f0ee;
--tinta: #e7f0ee;
--texto-suave: #a9b3b1;
--acento: #48a597;
--acento-texto: #1d2524;
}
}