Wind Chime
#C7CAB6Rooted and mid-toned, this green holds verdant complexity beneath its organic appearance.
Spec Sheet
Hex#C7CAB6
RGB199, 202, 182
HSL69°, 16%, 75%
On White 1.67:1 Fail
On Black 12.55:1 AAA
For AI Tools
Copy this snippet and paste it into any AI tool
Use these colors for all components: Background: #F1F1EE Text: #1D200E Accent: #C7CAB6 Support: #7D75AE Neutral: #BBCCB3 Rules: - Use Background for surfaces and canvas - Use Ink for body text and icons - Never use Accent as body text — contrast is too low - Maintain 4.5:1 minimum contrast for normal text
Design System from Wind Chime Palettes are free. Exports aren't.
CSS Variables
:root {
--palette-background: #F1F1EE;
--palette-ink: #1D200E;
--palette-accent: #C7CAB6;
--palette-support: #7D75AE;
--palette-neutral: #BBCCB3;
}Tailwind Config
{
"palette-background": "#F1F1EE",
"palette-ink": "#1D200E",
"palette-accent": "#C7CAB6",
"palette-support": "#7D75AE",
"palette-neutral": "#BBCCB3"
}Color Blindness Simulation
#CDC8B5
Protanopia#CDC8B7
Deuteranopia#CAC7C4
TritanopiaBuild a design system around Wind Chime.