Skip to content
色譜宝典 — Shikifu Codex

A Dictionary of Color Combinations

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

← All plates
142144

143A combination of 3 colorsVol.

Blue

青色あおいろ

Lilac

鳩羽紫はとばむらさき

Warm Gray

灰色はいいろ

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

Blue × Warm Gray2.10 : 1fails WCAG
Blue × Lilac1.78 : 1fails WCAG
Lilac × Warm Gray1.18 : 1fails WCAG

Take the palette with you

:root {
  --blue: #006eb8;
  --lilac: #b984af;
  --warm-gray: #a1a39a;
}