Glacier Lake
#D3DEDCA soft, mineral blue that reads as both calm and architectural.
Spec Sheet
Hex#D3DEDC
RGB211, 222, 220
HSL169°, 14%, 85%
On White 1.38:1 Fail
On Black 15.25:1 AAA
For AI Tools
Copy this snippet and paste it into any AI tool
Use these colors for all components: Background: #EBEFEE Text: #243834 Accent: #D3DEDC Support: #954B59 Neutral: #B5BFC4 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 Glacier Lake Palettes are free. Exports aren't.
CSS Variables
:root {
--palette-background: #EBEFEE;
--palette-ink: #243834;
--palette-accent: #D3DEDC;
--palette-support: #954B59;
--palette-neutral: #B5BFC4;
}Tailwind Config
{
"palette-background": "#EBEFEE",
"palette-ink": "#243834",
"palette-accent": "#D3DEDC",
"palette-support": "#954B59",
"palette-neutral": "#B5BFC4"
}Color Blindness Simulation
#DDDDDC
Protanopia#DBDBDC
Deuteranopia#D0DFDD
TritanopiaBuild a design system around Glacier Lake.