Skip to content
色譜宝典 — Shikifu Codex

A Dictionary of Color Combinations

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

← All plates
312314

313A combination of 4 colorsVol.

Carmine

臙脂色えんじいろ

Yellow

黄色きいろ

Diamine Green

常磐色ときわいろ

Black

黒色くろいろ

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

Yellow × Black15.93 : 1AAA
Yellow × Diamine Green4.95 : 1AA
Carmine × Yellow4.84 : 1AA
Carmine × Black3.29 : 1large text only
Diamine Green × Black3.22 : 1large text only
Carmine × Diamine Green1.02 : 1fails WCAG

Take the palette with you

:root {
  --carmine: #cc1236;
  --yellow: #fff200;
  --diamine-green: #1a7444;
  --black: #111314;
}