Skip to content
色譜宝典 — Shikifu Codex

A Dictionary of Color Combinations

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

← All plates
337339

338A combination of 4 colorsVol.

Carmine Red

紅色べにいろ

Orange Yellow

山吹色やまぶきいろ

Dusky Green

海松藍みるあい

Grayish Lavender - B

薄色うすいろ

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

Orange Yellow × Dusky Green5.26 : 1AA
Dusky Green × Grayish Lavender - B4.34 : 1large text only
Carmine Red × Orange Yellow3.82 : 1large text only
Carmine Red × Grayish Lavender - B3.15 : 1large text only
Carmine Red × Dusky Green1.38 : 1fails WCAG
Orange Yellow × Grayish Lavender - B1.21 : 1fails WCAG

Take the palette with you

:root {
  --carmine-red: #a62c37;
  --orange-yellow: #fcb315;
  --dusky-green: #004f46;
  --grayish-lavender-b: #c0a9b3;
}