Window Pane
#E2FFE7A very light green that breathes life into any room. Pairs naturally with wood, brass, and earthy textiles.
Spec Sheet
Hex#E2FFE7
RGB226, 255, 231
HSL130°, 100%, 94%
On White 1.07:1 Fail
On Black 19.69:1 AAA
For AI Tools
Copy this snippet and paste it into any AI tool
Use these colors for all components: Background: #EEF2EE Text: #1D2A1F Accent: #E2FFE7 Support: #B44BA2 Neutral: #B9D0C8 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 Window Pane Palettes are free. Exports aren't.
CSS Variables
:root {
--palette-background: #EEF2EE;
--palette-ink: #1D2A1F;
--palette-accent: #E2FFE7;
--palette-support: #B44BA2;
--palette-neutral: #B9D0C8;
}Tailwind Config
{
"palette-background": "#EEF2EE",
"palette-ink": "#1D2A1F",
"palette-accent": "#E2FFE7",
"palette-support": "#B44BA2",
"palette-neutral": "#B9D0C8"
}Color Blindness Simulation
#FFFAE6
Protanopia#FAF6E8
Deuteranopia#DFFEF8
TritanopiaBuild a design system around Window Pane.