Helping Hand
A complete five-role scheme. optimistic and trustworthy in character — tagged for nonprofit, education.
primary
#0369a1 secondary
#7dd3fc accent
#f59e0b background
#f7fbfd text
#0c2836 AcmeSign up
Ship your next idea faster
Everything you need to launch, in one place.
Get started Learn moreOpen this scheme in the Studio →
Color values
| Role | Hex | RGB | HSL |
|---|---|---|---|
| primary | #0369a1 | 3, 105, 161 | 201°, 96%, 32% |
| secondary | #7dd3fc | 125, 211, 252 | 199°, 95%, 74% |
| accent | #f59e0b | 245, 158, 11 | 38°, 92%, 50% |
| background | #f7fbfd | 247, 251, 253 | 200°, 60%, 98% |
| text | #0c2836 | 12, 40, 54 | 200°, 64%, 13% |
Contrast (WCAG)
| Pair | Ratio | Level |
|---|---|---|
| text on background | 14.70 | AAA |
| primary on background | 5.70 | AA |
| secondary on background | 1.60 | fail |
| accent on background | 2.06 | fail |
| background on primary | 5.70 | AA |
| background on accent | 2.06 | fail |
CSS variables
:root {
--color-primary: #0369a1;
--color-secondary: #7dd3fc;
--color-accent: #f59e0b;
--color-bg: #f7fbfd;
--color-text: #0c2836;
} Tailwind
colors: {
primary: '#0369a1',
secondary: '#7dd3fc',
accent: '#f59e0b',
background: '#f7fbfd',
text: '#0c2836',
}