Skip to content
色譜宝典 — Shikifu Codex

A Dictionary of Color Combinations

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

← All plates
242244

243A combination of 4 colorsVol.

Raw Sienna

檜皮色ひわだいろ

Ivory Buff

白茶しらちゃ

Olive Green

海松茶みるちゃ

Slate Color

石板色せきばんいろ

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

Ivory Buff × Slate Color6.84 : 1AA
Ivory Buff × Olive Green3.54 : 1large text only
Raw Sienna × Slate Color2.62 : 1fails WCAG
Raw Sienna × Ivory Buff2.61 : 1fails WCAG
Olive Green × Slate Color1.93 : 1fails WCAG
Raw Sienna × Olive Green1.35 : 1fails WCAG

Take the palette with you

:root {
  --raw-sienna: #bb7125;
  --ivory-buff: #ebd3a2;
  --olive-green: #6b7140;
  --slate-color: #34454c;
}