Gray Sky
#DDE5E5Clean and delicate, this white holds neutral undertones that prevent it from feeling sterile.
Spec Sheet
Hex#DDE5E5
RGB221, 229, 229
HSL180°, 13%, 88%
On White 1.28:1 Fail
On Black 16.41:1 AAA
For AI Tools
Copy this snippet and paste it into any AI tool
Use these colors for all components: Background: #EDF2F2 Text: #132525 Accent: #DDE5E5 Support: #865656 Neutral: #B0BDC9 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 Gray Sky Palettes are free. Exports aren't.
CSS Variables
:root {
--palette-background: #EDF2F2;
--palette-ink: #132525;
--palette-accent: #DDE5E5;
--palette-support: #865656;
--palette-neutral: #B0BDC9;
}Tailwind Config
{
"palette-background": "#EDF2F2",
"palette-ink": "#132525",
"palette-accent": "#DDE5E5",
"palette-support": "#865656",
"palette-neutral": "#B0BDC9"
}Color Blindness Simulation
#E4E4E5
Protanopia#E2E3E5
Deuteranopia#DBE6E5
TritanopiaBuild a design system around Gray Sky.