Color Fetch
GalleryMy Palettes

Gallery / Color palette

zcsi-foundation.org color palette

The brand palette extracted from zcsi-foundation.org — primary, accent, neutral, background, and text colors with copy-ready hex codes and one-click export to CSS, Tailwind, and design tokens. Last updated June 12, 2026.

Primary

#1a3cb9

rgb(26, 60, 185)

hsl(227, 75%, 41%)

Accent

#637cd4

rgb(99, 124, 212)

hsl(227, 57%, 61%)

Background

#f7faff

rgb(247, 250, 255)

hsl(218, 100%, 98%)

Text

#cbd6e7

rgb(203, 214, 231)

hsl(216, 37%, 85%)

Neutral

#e6edf8

rgb(230, 237, 248)

hsl(217, 56%, 94%)

CSS variables
:root {
  --color-primary: #1a3cb9;
  --color-accent: #637cd4;
  --color-background: #f7faff;
  --color-text: #cbd6e7;
  --color-neutral: #e6edf8;
}
Tailwind v4
@theme {
  --color-primary: #1a3cb9;
  --color-accent: #637cd4;
  --color-background: #f7faff;
  --color-text: #cbd6e7;
  --color-neutral: #e6edf8;
}

Want a palette from your own site?

Fetch a palette

More palettes