Skip to content
色譜宝典 — Shikifu Codex

A Dictionary of Color Combinations

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

← All plates
240242

241A combination of 4 colorsVol.

Red Orange

朱色しゅいろ

Pale Lemon Yellow

淡卵色うすたまごいろ

Isabella Color

落葉色おちばいろ

Dark Medici Blue

藍鼠あいねずみ

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

Pale Lemon Yellow × Dark Medici Blue4.60 : 1AA
Red Orange × Pale Lemon Yellow3.76 : 1large text only
Isabella Color × Dark Medici Blue2.27 : 1fails WCAG
Pale Lemon Yellow × Isabella Color2.03 : 1fails WCAG
Red Orange × Isabella Color1.86 : 1fails WCAG
Red Orange × Dark Medici Blue1.22 : 1fails WCAG

Take the palette with you

:root {
  --red-orange: #dd4027;
  --pale-lemon-yellow: #ffefae;
  --isabella-color: #c5a56e;
  --dark-medici-blue: #547076;
}