From Wada's dictionary, 1933
Wada combination 174
Its colours, with the book's names: Corinthian Pink · Grayish Lavender - B · Taupe Brown. 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 5.3:1: AA, it reads.
On screen, the text #2a2128 on the background #fff1f9 gives 14.3:1: AAA, reads with room to spare. APCA gives Lc 96: good for small text, the kind you read a paragraph of.
The accent #9986a6 stands 3.0:1 from the background (a button needs 3:1) and as a link reaches 4.6:1 (a word needs 4.5:1).
How to use it
- Proportion
Distribute, don't equalise: #fff1f9 on 60% of the screen, #ffa6d9 on 30% (cards, bands, headers) and #9986a6 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 #2a2128, 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 #6b2e63, where size forgives.
- The button
The accent #9986a6 stands 3.0:1 apart from the background: it works as a button, with text in #2a2128.
- Temperature
Warm and cool together: let one lead and the other point. Here the background #ffa6d9 leads, and the accent #9986a6 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 passive side: the colours that recede, cool and draw the eye inward.
- Surface · violet
Goethe puts it bluntly: a large surface of pure violet would be intolerable. It holds up here because the screen adaptation has taken the chroma down. On the plate, at full saturation, it would not.
- Accent and Heading · violet
The violet that would be intolerable as a background works in a border or a button. Same colour, different dose: this is a rule about surface, not about hue.
- 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.
- 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.
- 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.
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#f9f5fb
- 100#efe9f3
- 200#ddd4e4
- 300#c7b9d0
- 400#ae9db9
- 500#9986a6
- 600#7b6987
- 700#61516b
- 800#473b50
- 900#302636
- 50#f7f6f7
- 100#eceaed
- 200#d9d6da
- 300#c0bdc3
- 400#a6a2a9
- 500#8c878f
- 600#726e75
- 700#5a565c
- 800#423f44
- 900#2b292d
- 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 174 — bluenze.com/paletas */
:root {
--fondo: #fff1f9;
--superficie: #ffa6d9;
--texto: #2a2128;
--tinta: #2a2128;
--texto-suave: #6c6069;
--titular: #6b2e63;
--acento: #9986a6;
--acento-texto: #2a2128;
--enlace: #7a6886;
--borde: #e5cbd8;
/* la lámina de Wada, tal cual */
--lamina-1: #ffa6d9;
--lamina-2: #bfabcc;
--lamina-3: #6b2e63;
--acento-50: #f9f5fb;
--acento-100: #efe9f3;
--acento-200: #ddd4e4;
--acento-300: #c7b9d0;
--acento-400: #ae9db9;
--acento-500: #9986a6;
--acento-600: #7b6987;
--acento-700: #61516b;
--acento-800: #473b50;
--acento-900: #302636;
--neutro-50: #f7f6f7;
--neutro-100: #eceaed;
--neutro-200: #d9d6da;
--neutro-300: #c0bdc3;
--neutro-400: #a6a2a9;
--neutro-500: #8c878f;
--neutro-600: #726e75;
--neutro-700: #5a565c;
--neutro-800: #423f44;
--neutro-900: #2b292d;
--boton: #9986a6;
--boton-encima: #877493;
--boton-pulsado: #73647c;
--boton-apagado: #d5d2d7;
--foco: #a37fbd;
--exito: #457942;
--aviso: #9e8b48;
--error: #a45747;
--info: #3670ac;
}
@media (prefers-color-scheme: dark) {
:root {
--fondo: #242026;
--superficie: #312d34;
--borde: #4a454d;
--texto: #efedf0;
--tinta: #efedf0;
--texto-suave: #b2b0b4;
--acento: #a28faf;
--acento-texto: #252326;
}
}