Skip to content
色譜宝典 — Shikifu Codex

A Dictionary of Color Combinations

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

← All plates
331333

332A combination of 4 colorsVol.

Coral Red

珊瑚珠色さんごしゅいろ

Scarlet

くれない

Deep Slate Olive

千斎茶せんさいちゃ

Dusky Green

海松藍みるあい

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

Coral Red × Deep Slate Olive5.90 : 1AA
Coral Red × Dusky Green4.12 : 1large text only
Scarlet × Deep Slate Olive2.61 : 1fails WCAG
Coral Red × Scarlet2.26 : 1fails WCAG
Scarlet × Dusky Green1.82 : 1fails WCAG
Deep Slate Olive × Dusky Green1.43 : 1fails WCAG

Take the palette with you

:root {
  --coral-red: #f58e84;
  --scarlet: #cb2f43;
  --deep-slate-olive: #253122;
  --dusky-green: #004f46;
}