From Wada's dictionary, 1933
Wada combination 6
Its colours, with the book's names: Grenadine Pink · Deep Indigo. 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 6.7:1: AA, it reads.
On screen, the text #23232a on the background #fff2f1 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 #000831 stands 17.8:1 from the background (a button needs 3:1) and as a link reaches 17.8:1 (a word needs 4.5:1).
How to use it
- Proportion
Distribute, don't equalise: #fff2f1 on 60% of the screen, #ff616b on 30% (cards, bands, headers) and #000831 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 #23232a, 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 #000831, where size forgives.
- The button
The accent #000831 stands 17.8:1 apart from the background: it works as a button, with text in #fff4f3.
- Temperature
Warm and cool together: let one lead and the other point. Here the background #ff616b leads, and the accent #000831 is the first thing the eye will look for.
- 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 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 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 · red
Red at full surface leaves room for nothing else. It is the colour of gravity and dignity, and in a background that reads as constant weight.
- Accent and Heading · 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.
- Characteristic
Blue and red, with violet skipped. It approaches the effect of the violet their mixture would produce.
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#f6f6fe
- 100#eaeaf9
- 200#d6d5ee
- 300#bcbbde
- 400#9f9fcc
- 500#8385b7
- 600#6a6c9b
- 700#52547c
- 800#3b3d5d
- 900#000831
- 50#f6f6f8
- 100#ebebed
- 200#d7d7db
- 300#bebec4
- 400#a3a2aa
- 500#888891
- 600#6f6f77
- 700#57565e
- 800#403f45
- 900#2a2a2e
- 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 6 — bluenze.com/paletas */
:root {
--fondo: #fff2f1;
--superficie: #ff616b;
--texto: #23232a;
--tinta: #23232a;
--texto-suave: #63626c;
--titular: #000831;
--acento: #000831;
--acento-texto: #fff4f3;
--enlace: #000831;
--borde: #eacac9;
/* la lámina de Wada, tal cual */
--lamina-1: #ff616b;
--lamina-2: #000831;
--acento-50: #f6f6fe;
--acento-100: #eaeaf9;
--acento-200: #d6d5ee;
--acento-300: #bcbbde;
--acento-400: #9f9fcc;
--acento-500: #8385b7;
--acento-600: #6a6c9b;
--acento-700: #52547c;
--acento-800: #3b3d5d;
--acento-900: #000831;
--neutro-50: #f6f6f8;
--neutro-100: #ebebed;
--neutro-200: #d7d7db;
--neutro-300: #bebec4;
--neutro-400: #a3a2aa;
--neutro-500: #888891;
--neutro-600: #6f6f77;
--neutro-700: #57565e;
--neutro-800: #403f45;
--neutro-900: #2a2a2e;
--boton: #000831;
--boton-encima: #031036;
--boton-pulsado: #091031;
--boton-apagado: #45454c;
--foco: #2f418a;
--exito: #457942;
--aviso: #9e8b48;
--error: #a45747;
--info: #3670ac;
}
@media (prefers-color-scheme: dark) {
:root {
--fondo: #21212a;
--superficie: #2d2d38;
--borde: #464653;
--texto: #eeedf3;
--tinta: #eeedf3;
--texto-suave: #b0b0b6;
--acento: #9092c4;
--acento-texto: #232329;
}
}