Skip to content
色譜宝典 — Shikifu Codex

A Dictionary of Color Combinations

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

← All plates
244246

245A combination of 4 colorsVol.

Carmine Red

紅色べにいろ

Oil Green

麹塵きくじん

Dark Tyrian Blue

深縹こきはなだ

Slate Color

石板色せきばんいろ

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

Oil Green × Dark Tyrian Blue3.71 : 1large text only
Oil Green × Slate Color2.90 : 1fails WCAG
Carmine Red × Oil Green2.01 : 1fails WCAG
Carmine Red × Dark Tyrian Blue1.85 : 1fails WCAG
Carmine Red × Slate Color1.44 : 1fails WCAG
Dark Tyrian Blue × Slate Color1.28 : 1fails WCAG

Take the palette with you

:root {
  --carmine-red: #a62c37;
  --oil-green: #819238;
  --dark-tyrian-blue: #12354e;
  --slate-color: #34454c;
}