Skip to content
色譜宝典 — Shikifu Codex

A Dictionary of Color Combinations

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

← All plates
104106

105A combination of 4 colorsVol. · Clothes, Accessories

Design by 木下茂

Salvia Blue

空色そらいろ

Olympic Blue

浅縹うすはなだ

Naples Yellow

淡黄蘗うすきはだ

White

白色しろいろ

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

Olympic Blue × White3.98 : 1large text only
Olympic Blue × Naples Yellow3.21 : 1large text only
Salvia Blue × White2.32 : 1fails WCAG
Salvia Blue × Naples Yellow1.87 : 1fails WCAG
Salvia Blue × Olympic Blue1.71 : 1fails WCAG
Naples Yellow × White1.24 : 1fails WCAG

Take the palette with you

:root {
  --salvia-blue: #97acc8;
  --olympic-blue: #5a82b3;
  --naples-yellow: #fbe6a0;
  --white: #ffffff;
}