Skip to content
色譜宝典 — Shikifu Codex

A Dictionary of Color Combinations

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

← All plates
327329

328A combination of 4 colorsVol.

Brick Red

柿色かきいろ

Apricot Orange

深支子こきくちなし

Vandyke Brown

焦茶色こげちゃいろ

Light Porcelain Green

老竹色おいたけいろ

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

Apricot Orange × Vandyke Brown4.92 : 1AA
Vandyke Brown × Light Porcelain Green3.00 : 1large text only
Brick Red × Apricot Orange2.53 : 1fails WCAG
Brick Red × Vandyke Brown1.94 : 1fails WCAG
Apricot Orange × Light Porcelain Green1.64 : 1fails WCAG
Brick Red × Light Porcelain Green1.54 : 1fails WCAG

Take the palette with you

:root {
  --brick-red: #a84222;
  --apricot-orange: #f68c50;
  --vandyke-brown: #4b3317;
  --light-porcelain-green: #00908a;
}