From Wada's dictionary, 1933
Wada combination 105
Its colours, with the book's names: Cameo Pink · Chromium Green. 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.5:1: does not read.
On screen, the text #1e261c on the background #fff1f9 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 #569b47 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: #fff1f9 on 60% of the screen, #e6adcf on 30% (cards, bands, headers) and #569b47 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.5:1). That is why body text goes in #1e261c, a near-neutral ink tinted with the palette's hue: it is not in the book, and it is needed.
- The button
The accent #569b47 stands 3.1:1 apart from the background: it works as a button, with text in #1e261c.
- Temperature
Warm and cool together: let one lead and the other point. Here the background #e6adcf leads, and the accent #569b47 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 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 · 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 · green
Green is the colour of rest, so as an accent it points at nothing: the eye accepts it and moves on. If this palette needs something to stop the eye, this is not it.
- 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.
There are 13 points of lightness between the lightest and darkest colour. With no step in lightness there is no hierarchy: the palette leans entirely on hue, and hue alone does not order a screen.
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#effaeb
- 100#def0d7
- 200#c1e0b6
- 300#9eca90
- 400#77b268
- 500#569b47
- 600#3a7e2e
- 700#28631e
- 800#194a12
- 900#0c3104
- 50#f6f7f5
- 100#eaebe9
- 200#d5d8d4
- 300#bbbfba
- 400#a0a59e
- 500#858a83
- 600#6c716a
- 700#545852
- 800#3d413c
- 900#282b27
- 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 105 — bluenze.com/paletas */
:root {
--fondo: #fff1f9;
--superficie: #e6adcf;
--texto: #1e261c;
--tinta: #1e261c;
--texto-suave: #5b6658;
--titular: #367b2a;
--acento: #569b47;
--acento-texto: #1e261c;
--enlace: #367b2a;
--borde: #e4cbd9;
/* la lámina de Wada, tal cual */
--lamina-1: #e6adcf;
--lamina-2: #66ab56;
--acento-50: #effaeb;
--acento-100: #def0d7;
--acento-200: #c1e0b6;
--acento-300: #9eca90;
--acento-400: #77b268;
--acento-500: #569b47;
--acento-600: #3a7e2e;
--acento-700: #28631e;
--acento-800: #194a12;
--acento-900: #0c3104;
--neutro-50: #f6f7f5;
--neutro-100: #eaebe9;
--neutro-200: #d5d8d4;
--neutro-300: #bbbfba;
--neutro-400: #a0a59e;
--neutro-500: #858a83;
--neutro-600: #6c716a;
--neutro-700: #545852;
--neutro-800: #3d413c;
--neutro-900: #282b27;
--boton: #569b47;
--boton-encima: #438836;
--boton-pulsado: #36752b;
--boton-apagado: #cad4c6;
--foco: #389f2a;
--exito: #2c7c2f;
--aviso: #a28a26;
--error: #b64b38;
--info: #1370b8;
}
@media (prefers-color-scheme: dark) {
:root {
--fondo: #1c2419;
--superficie: #263123;
--borde: #3e4a3a;
--texto: #e9f0e7;
--tinta: #e9f0e7;
--texto-suave: #acb3a9;
--acento: #61a651;
--acento-texto: #1f261c;
}
}