Skip to content
色譜宝典 — Shikifu Codex

A Dictionary of Color Combinations

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

← All plates
296298

297A combination of 4 colorsVol.

Burnt Sienna

栗梅くりうめ

Yellow Orange

柑子色こうじいろ

Olive Green

海松茶みるちゃ

Violet Blue

花色はないろ

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

Yellow Orange × Violet Blue4.33 : 1large text only
Burnt Sienna × Yellow Orange2.45 : 1fails WCAG
Yellow Orange × Olive Green2.43 : 1fails WCAG
Olive Green × Violet Blue1.78 : 1fails WCAG
Burnt Sienna × Violet Blue1.77 : 1fails WCAG
Burnt Sienna × Olive Green1.01 : 1fails WCAG

Take the palette with you

:root {
  --burnt-sienna: #ae5224;
  --yellow-orange: #f99d1b;
  --olive-green: #6b7140;
  --violet-blue: #40456a;
}