From Wada's dictionary, 1933
Wada combination 128
Its colours, with the book's names: Corinthian Pink · Venice Green · Light Mauve. 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 3.2:1: only good for large text.
On screen, the text #26222c on the background #e7faee 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 #c570a2 stands 3.1: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 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: #e7faee on 60% of the screen, #6bffb3 on 30% (cards, bands, headers) and #c570a2 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 3.2:1). That is why body text goes in #26222c, a near-neutral ink tinted with the palette's hue: it is not in the book, and it is needed.
- The button
The accent #c570a2 stands 3.1:1 apart from the background: it works as a button, with text in #26222c.
- Temperature
Warm and cool together: let one lead and the other point. Here the background #6bffb3 leads, and the accent #c570a2 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 whole palette sits on the passive side: the colours that recede, cool and draw the eye inward.
- Surface · green
Green is where the eye rests. Goethe says whoever looks at it neither wishes nor is able to imagine anything beyond it, which is why it was the colour for rooms you live in. In an interface that is precisely a background.
- 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.
- Characteristic
Characteristic by geometry — there is a colour skipped between the two. But Goethe judges only four pairs in this group, and this is not one of them.
- 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.
- Characteristic
Characteristic by geometry — there is a colour skipped between the two. But Goethe judges only four pairs in this group, and this is not one of them.
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#fff3fa
- 100#fee4f2
- 200#f6cce2
- 300#e8adce
- 400#d78cb7
- 500#c570a2
- 600#a55484
- 700#853f69
- 800#642c4e
- 900#451b35
- 50#f8f6f7
- 100#edeaec
- 200#dbd6d8
- 300#c3bcc0
- 400#aaa1a5
- 500#90868b
- 600#766d72
- 700#5d5559
- 800#453e42
- 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 128 — bluenze.com/paletas */
:root {
--fondo: #e7faee;
--superficie: #6bffb3;
--texto: #26222c;
--tinta: #26222c;
--texto-suave: #676070;
--titular: #8052e1;
--acento: #c570a2;
--acento-texto: #26222c;
--enlace: #a35283;
--borde: #bfd7c8;
/* la lámina de Wada, tal cual */
--lamina-1: #ffa6d9;
--lamina-2: #6bffb3;
--lamina-3: #9161f2;
--acento-50: #fff3fa;
--acento-100: #fee4f2;
--acento-200: #f6cce2;
--acento-300: #e8adce;
--acento-400: #d78cb7;
--acento-500: #c570a2;
--acento-600: #a55484;
--acento-700: #853f69;
--acento-800: #642c4e;
--acento-900: #451b35;
--neutro-50: #f8f6f7;
--neutro-100: #edeaec;
--neutro-200: #dbd6d8;
--neutro-300: #c3bcc0;
--neutro-400: #aaa1a5;
--neutro-500: #90868b;
--neutro-600: #766d72;
--neutro-700: #5d5559;
--neutro-800: #453e42;
--neutro-900: #2e292b;
--boton: #c570a2;
--boton-encima: #b15e90;
--boton-pulsado: #99507b;
--boton-apagado: #ddced6;
--foco: #db5eac;
--exito: #407a3e;
--aviso: #9f8a40;
--error: #a95543;
--info: #2670b3;
}
@media (prefers-color-scheme: dark) {
:root {
--fondo: #2c1d25;
--superficie: #3b2933;
--borde: #56414c;
--texto: #f5ebf0;
--tinta: #f5ebf0;
--texto-suave: #b8aeb3;
--acento: #d07aac;
--acento-texto: #2a2126;
}
}