Skip to content
色譜宝典 — Shikifu Codex

A Dictionary of Color Combinations

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

← All plates
346348

347A combination of 4 colorsVol.

Olive Yellow

苔色こけいろ

Sea Green

若竹色わかたけいろ

Helvetia Blue

活色[勝色]かついろ

Lilac

鳩羽紫はとばむらさき

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

Sea Green × Helvetia Blue2.78 : 1fails WCAG
Olive Yellow × Helvetia Blue2.73 : 1fails WCAG
Helvetia Blue × Lilac2.42 : 1fails WCAG
Sea Green × Lilac1.15 : 1fails WCAG
Olive Yellow × Lilac1.13 : 1fails WCAG
Olive Yellow × Sea Green1.02 : 1fails WCAG

Take the palette with you

:root {
  --olive-yellow: #a6a159;
  --sea-green: #00b49b;
  --helvetia-blue: #005b8d;
  --lilac: #b984af;
}