Skip to content
色譜宝典 — Shikifu Codex

A Dictionary of Color Combinations

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

← All plates
290292

291A combination of 4 colorsVol.

Light Green Yellow

鶸色ひわいろ

Sea Green

若竹色わかたけいろ

Cobalt Green

青磁色せいじいろ

Calamine Blue

淡浅葱うすあさぎ

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

Light Green Yellow × Sea Green1.58 : 1fails WCAG
Sea Green × Cobalt Green1.50 : 1fails WCAG
Sea Green × Calamine Blue1.43 : 1fails WCAG
Light Green Yellow × Calamine Blue1.11 : 1fails WCAG
Light Green Yellow × Cobalt Green1.06 : 1fails WCAG
Cobalt Green × Calamine Blue1.05 : 1fails WCAG

Take the palette with you

:root {
  --light-green-yellow: #c7d14f;
  --sea-green: #00b49b;
  --cobalt-green: #96d1aa;
  --calamine-blue: #78cdd0;
}