Skip to content
色譜宝典 — Shikifu Codex

A Dictionary of Color Combinations

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

← All plates
287289

288A combination of 4 colorsVol.

Yellow Orange

柑子色こうじいろ

Sepia

憲法色けんぽういろ

Taupe Brown

濃色こきいろ

Black

黒色くろいろ

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

Yellow Orange × Black8.75 : 1AAA
Yellow Orange × Sepia3.84 : 1large text only
Yellow Orange × Taupe Brown3.54 : 1large text only
Taupe Brown × Black2.47 : 1fails WCAG
Sepia × Black2.28 : 1fails WCAG
Sepia × Taupe Brown1.09 : 1fails WCAG

Take the palette with you

:root {
  --yellow-orange: #f99d1b;
  --sepia: #644b1e;
  --taupe-brown: #7a4456;
  --black: #111314;
}