Chartreuse
#C1B400A rich green with amber undertones that connects interiors to the natural world.
Spec Sheet
Hex#C1B400
RGB193, 180, 0
HSL56°, 100%, 38%
On White 2.14:1 Fail
On Black 9.8:1 AAA
For AI Tools
Copy this snippet and paste it into any AI tool
Use these colors for all components: Background: #EBEBE5 Text: #2C2A17 Accent: #C1B400 Support: #5158B8 Neutral: #B7C1A9 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 Chartreuse Palettes are free. Exports aren't.
CSS Variables
:root {
--palette-background: #EBEBE5;
--palette-ink: #2C2A17;
--palette-accent: #C1B400;
--palette-support: #5158B8;
--palette-neutral: #B7C1A9;
}Tailwind Config
{
"palette-background": "#EBEBE5",
"palette-ink": "#2C2A17",
"palette-accent": "#C1B400",
"palette-support": "#5158B8",
"palette-neutral": "#B7C1A9"
}Color Blindness Simulation
#C6AD00
Protanopia#CAB41E
Deuteranopia#D1A699
TritanopiaBuild a design system around Chartreuse.