North Cascades
#C3C2D0This quiet purple carries cool depth, shifting between moody and regal in different light.
Spec Sheet
Hex#C3C2D0
RGB195, 194, 208
HSL244°, 13%, 79%
On White 1.76:1 Fail
On Black 11.95:1 AAA
For AI Tools
Copy this snippet and paste it into any AI tool
Use these colors for all components: Background: #E5E4EC Text: #212037 Accent: #C3C2D0 Support: #A1A843 Neutral: #C8C1CD 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 North Cascades Palettes are free. Exports aren't.
CSS Variables
:root {
--palette-background: #E5E4EC;
--palette-ink: #212037;
--palette-accent: #C3C2D0;
--palette-support: #A1A843;
--palette-neutral: #C8C1CD;
}Tailwind Config
{
"palette-background": "#E5E4EC",
"palette-ink": "#212037",
"palette-accent": "#C3C2D0",
"palette-support": "#A1A843",
"palette-neutral": "#C8C1CD"
}Color Blindness Simulation
#BFC4D1
Protanopia#BFC3D0
Deuteranopia#C1C4C6
TritanopiaBuild a design system around North Cascades.