Skip to content
色譜宝典 — Shikifu Codex

A Dictionary of Color Combinations

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

← All plates
188190

189A combination of 5 colorsVol. · Book Design, Poster, Wrapping Paper

Design by 木下茂

Salvia Blue

空色そらいろ

Pyrite Yellow

淡青朽葉うすあおくちば

White

白色しろいろ

Black

黒色くろいろ

Pomegranite Purple

苺色いちごいろ

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

White × Black18.63 : 1AAA
Pyrite Yellow × Black8.96 : 1AAA
Salvia Blue × Black8.03 : 1AAA
White × Pomegranite Purple6.27 : 1AA
Pyrite Yellow × Pomegranite Purple3.02 : 1large text only
Black × Pomegranite Purple2.97 : 1fails WCAG
Salvia Blue × Pomegranite Purple2.70 : 1fails WCAG
Salvia Blue × White2.32 : 1fails WCAG
Pyrite Yellow × White2.08 : 1fails WCAG
Salvia Blue × Pyrite Yellow1.12 : 1fails WCAG

Take the palette with you

:root {
  --salvia-blue: #97acc8;
  --pyrite-yellow: #cab356;
  --white: #ffffff;
  --black: #111314;
  --pomegranite-purple: #b71f57;
}