Skip to content
色譜宝典 — Shikifu Codex

A Dictionary of Color Combinations

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

← All plates
253255

254A combination of 4 colorsVol.

Corinthian Pink

肉色にくいろ

Sulpher Yellow

蒸栗色むしくりいろ

Olive

橄欖色オリーブ

Laelia Pink

紅藤べにふじ

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

Sulpher Yellow × Olive3.54 : 1large text only
Corinthian Pink × Olive2.48 : 1fails WCAG
Sulpher Yellow × Laelia Pink2.16 : 1fails WCAG
Olive × Laelia Pink1.64 : 1fails WCAG
Corinthian Pink × Laelia Pink1.51 : 1fails WCAG
Corinthian Pink × Sulpher Yellow1.43 : 1fails WCAG

Take the palette with you

:root {
  --corinthian-pink: #f8b6ba;
  --sulpher-yellow: #f5ecc2;
  --olive: #837e31;
  --laelia-pink: #ca92a8;
}