Skip to content
色譜宝典 — Shikifu Codex

A Dictionary of Color Combinations

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

← All plates
250252

251A combination of 4 colorsVol.

Red

茜色あかねいろ

Yellow

黄色きいろ

Diamine Green

常磐色ときわいろ

Slate Color

石板色せきばんいろ

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

Yellow × Slate Color8.54 : 1AAA
Red × Yellow6.10 : 1AA
Yellow × Diamine Green4.95 : 1AA
Diamine Green × Slate Color1.73 : 1fails WCAG
Red × Slate Color1.40 : 1fails WCAG
Red × Diamine Green1.23 : 1fails WCAG

Take the palette with you

:root {
  --red: #a72144;
  --yellow: #fff200;
  --diamine-green: #1a7444;
  --slate-color: #34454c;
}