From Wada's dictionary, 1933
Wada combination 209
Its colours, with the book's names: Ivory Buff · Yellow Orange · Salvia 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 1.7:1: does not read.
On screen, the text #2c221a on the background #fbf5e4 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 #658fb4 stands 3.1:1 from the background (a button needs 3:1) and as a link reaches 4.8:1 (a word needs 4.5:1).
Under Protanopia, your accent and your background drop to 2.9: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: #fbf5e4 on 60% of the screen, #ebd999 on 30% (cards, bands, headers) and #658fb4 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 1.7:1). That is why body text goes in #2c221a, a near-neutral ink tinted with the palette's hue: it is not in the book, and it is needed.
- The button
The accent #658fb4 stands 3.1:1 apart from the background: it works as a button, with text in #2c221a.
- Temperature
Warm and cool together: let one lead and the other point. Here the background #ebd999 leads, and the accent #658fb4 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 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 palette crosses both sides of the circle, active and passive. It carries the most tension and most needs one of the two to lead.
- 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 · blue
Blue recedes, and an accent is asked to do the opposite. As a link it only has to be distinguishable; as a primary button it needs contrast to do the work the colour will not.
- Heading · orange
Orange in a small patch is the accent that needs no explaining: it advances, it is seen, and it does not need size to do it.
- Adjacent
Adjacent on the circle, with no colour between them to keep them apart. They are saved by proportion: one has to lead and the other to follow.
- Characteristic
Yellow and blue, with green skipped. Goethe finds it poor: red is missing, and the nearness of green leaves it slight.
- 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#f1f7fe
- 100#e2ecf8
- 200#c8d9ec
- 300#a8c1db
- 400#84a7c8
- 500#658fb4
- 600#4a7396
- 700#355b79
- 800#24435b
- 900#142c3e
- 50#f5f6f8
- 100#e9ebed
- 200#d4d7db
- 300#babfc4
- 400#9ea4ab
- 500#838a91
- 600#6a7077
- 700#52585e
- 800#3c4045
- 900#272a2e
- 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 209 — bluenze.com/paletas */
:root {
--fondo: #fbf5e4;
--superficie: #ebd999;
--texto: #2c221a;
--tinta: #2c221a;
--texto-suave: #706055;
--titular: #aa5d07;
--acento: #658fb4;
--acento-texto: #2c221a;
--enlace: #467094;
--borde: #d9d1bb;
/* la lámina de Wada, tal cual */
--lamina-1: #ebd999;
--lamina-2: #ff8c00;
--lamina-3: #96bfe6;
--acento-50: #f1f7fe;
--acento-100: #e2ecf8;
--acento-200: #c8d9ec;
--acento-300: #a8c1db;
--acento-400: #84a7c8;
--acento-500: #658fb4;
--acento-600: #4a7396;
--acento-700: #355b79;
--acento-800: #24435b;
--acento-900: #142c3e;
--neutro-50: #f5f6f8;
--neutro-100: #e9ebed;
--neutro-200: #d4d7db;
--neutro-300: #babfc4;
--neutro-400: #9ea4ab;
--neutro-500: #838a91;
--neutro-600: #6a7077;
--neutro-700: #52585e;
--neutro-800: #3c4045;
--neutro-900: #272a2e;
--boton: #658fb4;
--boton-encima: #527da1;
--boton-pulsado: #496b88;
--boton-apagado: #ccd1d8;
--foco: #2092d3;
--exito: #457942;
--aviso: #9e8b48;
--error: #a45747;
--info: #3670ac;
}
@media (prefers-color-scheme: dark) {
:root {
--fondo: #1c2229;
--superficie: #272f37;
--borde: #3e4852;
--texto: #ebeef2;
--tinta: #ebeef2;
--texto-suave: #adb1b6;
--acento: #709ac0;
--acento-texto: #202428;
}
}