Cascade White
#EDF9F3A clean, rich white with quiet undertones. Works as a foundational backdrop in both modern and traditional spaces.
Spec Sheet
Hex#EDF9F3
RGB237, 249, 243
HSL150°, 50%, 95%
On White 1.08:1 Fail
On Black 19.45:1 AAA
For AI Tools
Copy this snippet and paste it into any AI tool
Use these colors for all components: Background: #E5EBE8 Text: #17261F Accent: #EDF9F3 Support: #B95587 Neutral: #AEC1C1 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 Cascade White Palettes are free. Exports aren't.
CSS Variables
:root {
--palette-background: #E5EBE8;
--palette-ink: #17261F;
--palette-accent: #EDF9F3;
--palette-support: #B95587;
--palette-neutral: #AEC1C1;
}Tailwind Config
{
"palette-background": "#E5EBE8",
"palette-ink": "#17261F",
"palette-accent": "#EDF9F3",
"palette-support": "#B95587",
"palette-neutral": "#AEC1C1"
}Color Blindness Simulation
#F8F7F3
Protanopia#F6F5F3
Deuteranopia#EBF9F7
TritanopiaBuild a design system around Cascade White.