Skip to content
色譜宝典 — Shikifu Codex

A Dictionary of Color Combinations

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

← All plates
235237

236A combination of 3 colorsVol.

Khaki

黄茶きちゃ

Deep Lyons Blue

群青色ぐんじょういろ

Purple Drab

浅滅紫うすけしむらさき

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

Khaki × Deep Lyons Blue3.11 : 1large text only
Khaki × Purple Drab1.95 : 1fails WCAG
Deep Lyons Blue × Purple Drab1.59 : 1fails WCAG

Take the palette with you

:root {
  --khaki: #bc892b;
  --deep-lyons-blue: #1c4286;
  --purple-drab: #84565b;
}