Skip to content
色譜宝典 — Shikifu Codex

A Dictionary of Color Combinations

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

← All plates
040042

041A combination of 4 colorsVol. · July

Cobalt Green

青磁色せいじいろ

Peacock Blue

浅葱色あさぎいろ

Sepia

憲法色けんぽういろ

White

白色しろいろ

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

Sepia × White8.18 : 1AAA
Cobalt Green × Sepia4.67 : 1AA
Peacock Blue × White3.72 : 1large text only
Peacock Blue × Sepia2.20 : 1fails WCAG
Cobalt Green × Peacock Blue2.12 : 1fails WCAG
Cobalt Green × White1.75 : 1fails WCAG

Take the palette with you

:root {
  --cobalt-green: #96d1aa;
  --peacock-blue: #00939b;
  --sepia: #644b1e;
  --white: #ffffff;
}