Combination 134 from Wada's dictionary · tone on tone, dense
Colour palette: Eosine Pink, Light Mauve and Red Violet.
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
3 colours in equal parts, as in the book. It is the inspiration, not the interface. Click one to copy it.
Combination 134 · 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 →Light Mauve
Malva violáceo
CMYK 43 · 62 · 5 · 0
Elsewhere: #9161f2
Wada uses it in 7 combinations.
Five palettes from this colour →Red Violet
Púrpura real
CMYK 76 · 100 · 25 · 15
Elsewhere: #3400a3
Wada uses it in 8 combinations.
Five palettes from this colour →
The three colours, mixed two by two
- 3 parts eosine pink1 part light mauve
- 3 parts light mauve1 part red violet
- 3 parts red violet1 part eosine pink
- 3 parts eosine pink1 part red violet
- 3 parts light mauve1 part eosine pink
- 3 parts red violet1 part light mauve
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 #ef7e96, lightened.
- 30% SurfaceCards, bands, headers. This is where the book's colour lives. From the plate, as is (#ef7e96).
- 10% AccentOnly what gets clicked. The plate's #a272aa, darkened.
The roles the plate doesn’t carry
Measured, before and after
- On the plate, the best pair of colours reads at 4.3:1: only good for large text.Falls short
- On screen, the text #29212a on the background #fff2f4 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.Passes
- The accent #8a5b92 stands 4.8:1 from the background (a button needs 3:1) and as a link reaches 4.6:1 (a word needs 4.5:1).Passes
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: #fff2f4 on 60% of the screen, #ef7e96 on 30% (cards, bands, headers) and #8a5b92 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.
- TextNo pair on the plate read as text (the best gave 4.3:1). That is why body text goes in #29212a, a near-neutral ink tinted with the palette's hue: it is not in the book, and it is needed.
- The buttonThe accent #8a5b92 stands 4.8:1 apart from the background: it works as a button, with text in #fff4f5.
- TemperatureWarm and cool together: let one lead and the other point. Here the background #ef7e96 leads, and the accent #8a5b92 is the first thing the eye will look for.
- How manyThree 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 dictionaryIn 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 dense ones: loaded colours that need plenty of air around them; less is more.
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 134 — bluenze.com/paletas */
:root {
--fondo: #fff2f4;
--superficie: #ef7e96;
--texto: #29212a;
--tinta: #29212a;
--texto-suave: #6b606c;
--titular: #592363;
--acento: #8a5b92;
--acento-texto: #fff4f5;
--enlace: #8d5e95;
--borde: #eacace;
/* la lámina de Wada, tal cual */
--lamina-1: #ef7e96;
--lamina-2: #a272aa;
--lamina-3: #592363;
--acento-50: #fdf4fd;
--acento-100: #f6e6f7;
--acento-200: #e8cfeb;
--acento-300: #d5b3da;
--acento-400: #c095c6;
--acento-500: #a978b1;
--acento-600: #8a5b92;
--acento-700: #714977;
--acento-800: #54345a;
--acento-900: #39213d;
--neutro-50: #f7f6f7;
--neutro-100: #eceaed;
--neutro-200: #d9d6da;
--neutro-300: #c1bdc2;
--neutro-400: #a7a1a8;
--neutro-500: #8d878e;
--neutro-600: #746e75;
--neutro-700: #5b555b;
--neutro-800: #433e43;
--neutro-900: #2c292d;
--boton: #8a5b92;
--boton-encima: #784a80;
--boton-pulsado: #633c6a;
--boton-apagado: #b5adb6;
--foco: #9750a5;
--exito: #457942;
--aviso: #9e8b48;
--error: #a45747;
--info: #3670ac;
}
@media (prefers-color-scheme: dark) {
:root {
--fondo: #271f28;
--superficie: #352b37;
--borde: #504251;
--texto: #f2ecf2;
--tinta: #f2ecf2;
--texto-suave: #b5afb5;
--acento: #b685be;
--acento-texto: #272228;
}
}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 · 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. § 790
- 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. § 790
What is happening to this palette
#ef7e96 and #a272aa are neighbours on the circle and only 11 points of lightness apart. This is the failure Goethe describes without naming it: well-chosen colours placed at the wrong value. They vibrate, and neither can be read on top of the other. § 899
There is nowhere for the eye to rest: no neutral, no muted colour, no green. The whole palette asks for attention at once. § 802
How each pair reads on the circle
- Adjacent #ef7e96 · #a272aa
Adjacent on the circle, with no colour between them to keep them apart. They are saved by proportion: one has to lead and the other to follow. § 828
- Adjacent #ef7e96 · #592363
Adjacent on the circle, with no colour between them to keep them apart. They are saved by proportion: one has to lead and the other to follow. § 828
- Same sector #a272aa · #592363
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.
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.
- 004Isabella Color · Red Violet
- 023Cinnamon Buff · Light Mauve
- 034Eosine Pink · Neutral Gray
- 037Brick Red · Red Violet
- 059Eosine Pink · Citron Yellow
- 080Sulphur Yellow · Light Mauve
- 090Eosine Pink · Aconite Violet
- 108Eosine Pink · Brick Red
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.