076A combination of 5 colorsVol. Ⅱ· Kimono
Design by 八島進
Pair contrastWCAG 2 — can one color carry text on the other?
Cobalt Green × Black10.64 : 1AAA
Apricot Orange × Black7.80 : 1AAA
Black × Olympic Blue4.68 : 1AA
Cobalt Green × Red4.08 : 1large text only
Apricot Orange × Red2.98 : 1fails WCAG
Red × Black2.61 : 1fails WCAG
Cobalt Green × Olympic Blue2.27 : 1fails WCAG
Red × Olympic Blue1.79 : 1fails WCAG
Apricot Orange × Olympic Blue1.66 : 1fails WCAG
Cobalt Green × Apricot Orange1.37 : 1fails WCAG
Take the palette with you
:root {
--cobalt-green: #96d1aa;
--apricot-orange: #f68c50;
--red: #a72144;
--black: #111314;
--olympic-blue: #5a82b3;
}