Skip to content
色譜宝典 — Shikifu Codex

A Dictionary of Color Combinations

Sanzo Wada, 1933–38 · 171 colors · 581 combinations

← All plates
272274

273A combination of 4 colorsVol.

Hermosa Pink

鴇色ときいろ

Pansy Purple

蘇芳色すおういろ

Sudan Brown

丁字茶ちょうじちゃ

Neutral Gray

銀鼠ぎんねず

Pair contrastWCAG 2 — can one color carry text on the other?

Hermosa Pink × Pansy Purple6.69 : 1AA
Pansy Purple × Neutral Gray5.53 : 1AA
Hermosa Pink × Sudan Brown2.93 : 1fails WCAG
Sudan Brown × Neutral Gray2.43 : 1fails WCAG
Pansy Purple × Sudan Brown2.28 : 1fails WCAG
Hermosa Pink × Neutral Gray1.21 : 1fails WCAG

Take the palette with you

:root {
  --hermosa-pink: #f9c1ce;
  --pansy-purple: #7d133a;
  --sudan-brown: #a36752;
  --neutral-gray: #b6bfc1;
}