Skip to content
色譜宝典 — Shikifu Codex

A Dictionary of Color Combinations

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

← All plates
063065

064A combination of 4 colorsVol. · November

Red Orange

朱色しゅいろ

Black

黒色くろいろ

Dark Medici Blue

藍鼠あいねずみ

Ivory Buff

白茶しらちゃ

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

Black × Ivory Buff12.75 : 1AAA
Red Orange × Black4.29 : 1large text only
Dark Medici Blue × Ivory Buff3.63 : 1large text only
Black × Dark Medici Blue3.51 : 1large text only
Red Orange × Ivory Buff2.97 : 1fails WCAG
Red Orange × Dark Medici Blue1.22 : 1fails WCAG

Take the palette with you

:root {
  --red-orange: #dd4027;
  --black: #111314;
  --dark-medici-blue: #547076;
  --ivory-buff: #ebd3a2;
}