Spring Green Color Palette
Spring Green Color Palette built around #00FF7F, a light neutral green anchor (WCAG contrast 1.35:1 against white). The set combines a light tint + a deep shade + a softened complement + a neutral ground so any palette position has a text-safe pairing.
Semantic roles
Assigned deterministically: lightest = background, darkest = text, most saturated = primary.
| background | #B7FFC7 | |
| surface | #00FF7F | |
| text | #00822F | |
| text-muted | #C63980 | |
| primary | #00FF7F | |
| secondary | #C63980 | |
| accent | #18DD6F |
CSS variables
:root {
--background: #b7ffc7;
--surface: #00ff7f;
--text: #00822f;
--text-muted: #c63980;
--primary: #00ff7f;
--secondary: #c63980;
--accent: #18dd6f;
}Accessibility matrix
Text color (rows) on background (columns). Green = WCAG AA pass for normal text (≥4.5:1).
| Text \ BG | #00FF7F | #B7FFC7 | #00822F | #C63980 | #18DD6F |
|---|---|---|---|---|---|
| #00FF7F | 1.0 | 1.2 | 3.7 | 3.6 | 1.3 |
| #B7FFC7 | 1.2 | 1.0 | 4.3 | 4.2 | 1.6 |
| #00822F | 3.7 | 4.3 | 1.0 | 1.0 | 2.7 |
| #C63980 | 3.6 | 4.2 | 1.0 | 1.0 | 2.7 |
| #18DD6F | 1.3 | 1.6 | 2.7 | 2.7 | 1.0 |
Under deuteranopia
Machado et al. (2009) simulation, severity 1.0 — approximation, not a medical tool.
Colors in this palette
Similar palettes
FAQ
How do I use the spring green color palette in CSS?
Copy the CSS variables below into :root and use var(--primary), var(--background) etc. Full palette: #00FF7F, #B7FFC7, #00822F, #C63980, #18DD6F.
Do these colors pass accessibility checks?
See the WCAG matrix on this page: every text-on-background pairing with ratio ≥ 4.5 passes AA for normal text; ≥ 3 passes AA for large text and UI components.