From Wada's dictionary, 1933
Wada combination 68
Its colours, with the book's names: Light Brown Drab · Yellow. 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.9:1: does not read.
On screen, the text #282225 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 #ab8194 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 3.0: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: #f8f5e4 on 60% of the screen, #eeed1a on 30% (cards, bands, headers) and #ab8194 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.9:1). That is why body text goes in #282225, a near-neutral ink tinted with the palette's hue: it is not in the book, and it is needed.
- The button
The accent #ab8194 stands 3.0:1 apart from the background: it works as a button, with text in #282225.
- 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 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 pale ones: muted tones that get along; running text needs an ink from outside, near black. Though this one is not: its mean chroma is 58. The label describes the group in the book, not a measurement of this combination — nearly half the pale group is not pale.
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 and 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.
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#fcf4f8
- 100#f5e8ed
- 200#e7d2db
- 300#d4b6c3
- 400#be99a9
- 500#ab8194
- 600#8c6476
- 700#6f4d5d
- 800#533845
- 900#38242d
- 50#f8f6f7
- 100#edeaeb
- 200#dbd6d8
- 300#c4bcbf
- 400#aaa1a5
- 500#91868b
- 600#776d71
- 700#5e5559
- 800#453e41
- 900#2e292b
- 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 68 — bluenze.com/paletas */
:root {
--fondo: #f8f5e4;
--superficie: #eeed1a;
--texto: #282225;
--tinta: #282225;
--texto-suave: #696164;
--titular: #8a6375;
--acento: #ab8194;
--acento-texto: #282225;
--enlace: #8a6375;
--borde: #d6d2bb;
/* la lámina de Wada, tal cual */
--lamina-1: #b08699;
--lamina-2: #ffff00;
--acento-50: #fcf4f8;
--acento-100: #f5e8ed;
--acento-200: #e7d2db;
--acento-300: #d4b6c3;
--acento-400: #be99a9;
--acento-500: #ab8194;
--acento-600: #8c6476;
--acento-700: #6f4d5d;
--acento-800: #533845;
--acento-900: #38242d;
--neutro-50: #f8f6f7;
--neutro-100: #edeaeb;
--neutro-200: #dbd6d8;
--neutro-300: #c4bcbf;
--neutro-400: #aaa1a5;
--neutro-500: #91868b;
--neutro-600: #776d71;
--neutro-700: #5e5559;
--neutro-800: #453e41;
--neutro-900: #2e292b;
--boton: #ab8194;
--boton-encima: #986f82;
--boton-pulsado: #80606f;
--boton-apagado: #d8d1d4;
--foco: #c4749b;
--exito: #457942;
--aviso: #9e8b48;
--error: #a45747;
--info: #3670ac;
}
@media (prefers-color-scheme: dark) {
:root {
--fondo: #272023;
--superficie: #352c30;
--borde: #4f4449;
--texto: #f1edef;
--tinta: #f1edef;
--texto-suave: #b4afb1;
--acento: #b58a9d;
--acento-texto: #272224;
}
}