Mt. Rainier Gray
#C1CDD3A gentle, cool blue that reads as both calm and architectural.
Spec Sheet
Hex#C1CDD3
RGB193, 205, 211
HSL200°, 17%, 79%
On White 1.62:1 Fail
On Black 12.94:1 AAA
For AI Tools
Copy this snippet and paste it into any AI tool
Use these colors for all components: Background: #E6E9EA Text: #1D262A Accent: #C1CDD3 Support: #AD8571 Neutral: #C2C6DB 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 Mt. Rainier Gray Palettes are free. Exports aren't.
CSS Variables
:root {
--palette-background: #E6E9EA;
--palette-ink: #1D262A;
--palette-accent: #C1CDD3;
--palette-support: #AD8571;
--palette-neutral: #C2C6DB;
}Tailwind Config
{
"palette-background": "#E6E9EA",
"palette-ink": "#1D262A",
"palette-accent": "#C1CDD3",
"palette-support": "#AD8571",
"palette-neutral": "#C2C6DB"
}Color Blindness Simulation
#CACCD3
Protanopia#C7CAD3
Deuteranopia#BDCFCF
TritanopiaBuild a design system around Mt. Rainier Gray.