Combination 248 from Wada's dictionary · contrasting hues, mixed light
Colour palette: Eosine Pink, Khaki, Grayish Lavender - A and Dark Slate Purple.
One of the 348 combinations Sanzō Wada set down in 1933, with roles assigned, contrast checked and advice for using it.
Haishoku Sōkan · 1933
4 colours in equal parts, as in the book. It is the inspiration, not the interface. Click one to copy it.
Combination 248 · the plate, in four leaves
What each one is.
The hex codes come from the book's CMYK run through the FOGRA39 press profile. Under each colour we also list the hex other websites use, which comes from a direct formula and oversaturates.
Eosine Pink
Rosa eosina
CMYK 0 · 63 · 23 · 0
Elsewhere: #ff5ec4
Wada uses it in 14 combinations.
Five palettes from this colour →Khaki
Caqui
CMYK 24 · 45 · 100 · 6
Elsewhere: #b68400
Wada uses it in 5 combinations.
Five palettes from this colour →Grayish Lavender - A
Lavanda claro
CMYK 28 · 28 · 0 · 0
Elsewhere: #b8b8ff
Wada uses it in 7 combinations.
Five palettes from this colour →Dark Slate Purple
Berenjena oscuro
CMYK 64 · 85 · 60 · 10
Elsewhere: #53225c
Wada uses it in 2 combinations.
Five palettes from this colour →
The four colours, mixed two by two
- 3 parts eosine pink1 part khaki
- 3 parts khaki1 part grayish lavender - a
- 3 parts grayish lavender - a1 part dark slate purple
- 3 parts dark slate purple1 part eosine pink
- 3 parts eosine pink1 part grayish lavender - a
- 3 parts khaki1 part dark slate purple
- 3 parts grayish lavender - a1 part eosine pink
- 3 parts dark slate purple1 part khaki
- 3 parts eosine pink1 part dark slate purple
- 3 parts khaki1 part eosine pink
- 3 parts grayish lavender - a1 part khaki
- 3 parts dark slate purple1 part grayish lavender - a
This is where the in-betweens the plate doesn’t carry come from: borders, card backgrounds, disabled states. The mix is done in OKLab, which is closer to mixing paint than to averaging numbers. Click the result to copy it.
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.
- 60% BackgroundWhere the eye rests: most of the screen. The plate's #c1badd, lightened.
- 30% SurfaceCards, bands, headers. This is where the book's colour lives. From the plate, as is (#c1badd).
- 10% AccentOnly what gets clicked. The plate's #c28b12, darkened.
The roles the plate doesn’t carry
Measured, before and after
- On the plate, the best pair of colours reads at 4.5:1: AA, it reads.Passes
- On screen, the text #2a2124 on the background #f6f3ff 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.Passes
- The accent #b5810c 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).Passes
- 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.Falls short
This is the plate 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.
How to use it
- ProportionDistribute, don't equalise: #f6f3ff on 60% of the screen, #c1badd on 30% (cards, bands, headers) and #b5810c 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.
- TextBody text goes in #2a2124, 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 #713d51, where size forgives.
- The buttonThe accent #b5810c stands 3.1:1 apart from the background: it works as a button, with text in #2a2124.
- TemperatureWarm and cool together: let one lead and the other point. Here the background #c1badd leads, and the accent #b5810c is the first thing the eye will look for.
- How manyFour colours demand discipline: #c1badd and #713d51 are the base, the other two are detail. If in doubt, drop the support colour before the accent.
- In the dictionaryIn 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.
The kit
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.
Click any swatch to copy it.
The accent’s tints
The neutrals, tinted with the accent
Button states and alerts
The same plate, at night
The same colour, at night.
The background isn’t pure black: it carries a little of the accent’s hue. That’s what separates a designed dark mode from one that looks like a fault.
A buttonTake it with you
/* Wada combination 248 — bluenze.com/paletas */
:root {
--fondo: #f6f3ff;
--superficie: #c1badd;
--texto: #2a2124;
--tinta: #2a2124;
--texto-suave: #6b6064;
--titular: #713d51;
--acento: #b5810c;
--acento-texto: #2a2124;
--enlace: #8e6508;
--borde: #d3cfe1;
--apoyo-1: #ef7e96;
/* la lámina de Wada, tal cual */
--lamina-1: #ef7e96;
--lamina-2: #c28b12;
--lamina-3: #c1badd;
--lamina-4: #713d51;
--acento-50: #fff5e8;
--acento-100: #fee8ca;
--acento-200: #f4d2a2;
--acento-300: #e3b773;
--acento-400: #cd9b41;
--acento-500: #b5810c;
--acento-600: #936806;
--acento-700: #745101;
--acento-800: #563b01;
--acento-900: #382703;
--neutro-50: #f7f6f5;
--neutro-100: #edebe8;
--neutro-200: #dad7d3;
--neutro-300: #c2bdb8;
--neutro-400: #a8a29b;
--neutro-500: #8e8880;
--neutro-600: #746f67;
--neutro-700: #5b5650;
--neutro-800: #433f3a;
--neutro-900: #2c2926;
--boton: #b5810c;
--boton-encima: #9e7004;
--boton-pulsado: #886003;
--boton-apagado: #dccfbe;
--foco: #b68101;
--exito: #117e22;
--aviso: #a38a03;
--error: #bf422f;
--info: #1470b8;
}
@media (prefers-color-scheme: dark) {
:root {
--fondo: #282015;
--superficie: #362d1f;
--borde: #514534;
--texto: #f4ede4;
--tinta: #f4ede4;
--texto-suave: #b7afa6;
--acento: #c28c1d;
--acento-texto: #2a2319;
}
}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.
What it conveys, by where each colour landed
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 · blue
Blue recedes: it draws the eye inward rather than coming out to meet it. It holds a large surface without fighting whatever sits on top. § 781
- Accent · yellow
Yellow points, but it loses the moment the ground stops being smooth and bright. On screen that means shadows, gradients and small type on top. § 771
- 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. § 793
How each pair reads on the circle
- Characteristic #ef7e96 · #c28b12
Yellow and red, with orange skipped between them. The characteristic pair he thinks best: serene and magnificent. § 820
- Characteristic #ef7e96 · #c1badd
Blue and red, with violet skipped. It approaches the effect of the violet their mixture would produce. § 821
This verdict is ours. Goethe judges four of the six pairs in this group and says so himself, or one of the two colours sits right between two sectors of the circle.
- Same sector #ef7e96 · #713d51
Both fall in the same sector of the circle. There is no hue contrast, so whatever separates them will have to be lightness. § 832
This verdict is ours. Goethe judges four of the six pairs in this group and says so himself, or one of the two colours sits right between two sectors of the circle.
- Characteristic #c28b12 · #c1badd
Yellow and blue, with green skipped. Goethe finds it poor: red is missing, and the nearness of green leaves it slight. § 819
This verdict is ours. Goethe judges four of the six pairs in this group and says so himself, or one of the two colours sits right between two sectors of the circle.
- Characteristic #c28b12 · #713d51
Yellow and red, with orange skipped between them. The characteristic pair he thinks best: serene and magnificent. § 820
- Characteristic #c1badd · #713d51
Blue and red, with violet skipped. It approaches the effect of the violet their mixture would produce. § 821
This verdict is ours. Goethe judges four of the six pairs in this group and says so himself, or one of the two colours sits right between two sectors of the circle.
Criteria taken from Zur Farbenlehre (1810), in Eastlake's 1840 translation, which is public domain. The explanations are ours: from a book you take the substance, not the wording. The light values usually credited to Goethe for working out surface proportions are not in the Farbenlehre — they are Itten's, 1961, and that is how they are credited in the adaptation rules.
The card, as it gets shared
They share a colour
Other dictionary combinations with these colours.
- 159Khaki · Calamine Blue · Grayish Lavender - A
- 008Cinnamon Rufous · Grayish Lavender - A
- 015Benzol Green · Grayish Lavender - A
- 034Eosine Pink · Neutral Gray
- 059Eosine Pink · Citron Yellow
- 090Eosine Pink · Aconite Violet
- 108Eosine Pink · Brick Red
- 129Apricot Yellow · Khaki · Salvia Blue
This combination also lives under a colour.
Chapter 3
From plate to screen: six rules that are not ours
Wada worked with ink. You work with light.
Wada designed for ink, cloth and pigment. A screen emits light, is read for minutes at a time and has a law. These are the rules colour for interfaces is built with, and the ones we adapt each plate with; none of them is ours, so each one carries its owner.
- Johannes Itten · Hype4 Academy (opens in a new tab)
Distribute 60 · 30 · 10
- Refactoring UI (opens in a new tab)
The background rests
- Material 3 · colour roles (opens in a new tab)
The book's colour lives on the surface
- GOV.UK Design System (opens in a new tab)
Paragraphs don't go in colour
- WCAG 2.2 · 1.4.3 and 1.4.11 (opens in a new tab)
The accent earns the button
- Evil Martians · OKLCH in CSS (opens in a new tab)
Move the lightness, not the hue
Colophon
Colour is where it starts, not the whole job
If it is for your brand, this is what we do: custom websites that start with colour and end in code.
And something Wada already warned about back then: the plate is not the application. His samples sit on equal surfaces only so they can be compared. On a website the background leads, the text reads and the accent points, and a colour loses strength the more surface it covers. That is why every palette comes with its roles and some advice, not four equal squares.
Combinations based on Sanzō Wada's system (Haishoku Sōkan, 1933-34; Seigensha selection, 2010). Colour values are checked against that edition; the Spanish names, each combination's character and the explanations are ours.