Study Hall
A complete five-role scheme. calming and grounded in character — tagged for education, consulting.
primary
#4a5d82 secondary
#9dabc4 accent
#c98d3c background
#faf6ec text
#232b3a 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 | #4a5d82 | 74, 93, 130 | 220°, 27%, 40% |
| secondary | #9dabc4 | 157, 171, 196 | 218°, 25%, 69% |
| accent | #c98d3c | 201, 141, 60 | 34°, 57%, 51% |
| background | #faf6ec | 250, 246, 236 | 43°, 58%, 95% |
| text | #232b3a | 35, 43, 58 | 219°, 25%, 18% |
Contrast (WCAG)
| Pair | Ratio | Level |
|---|---|---|
| text on background | 13.16 | AAA |
| primary on background | 6.12 | AA |
| secondary on background | 2.15 | fail |
| accent on background | 2.64 | fail |
| background on primary | 6.12 | AA |
| background on accent | 2.64 | fail |
CSS variables
:root {
--color-primary: #4a5d82;
--color-secondary: #9dabc4;
--color-accent: #c98d3c;
--color-bg: #faf6ec;
--color-text: #232b3a;
} Tailwind
colors: {
primary: '#4a5d82',
secondary: '#9dabc4',
accent: '#c98d3c',
background: '#faf6ec',
text: '#232b3a',
}