Galactic Tint
#C2D2D6A light, subtle grey that bridges warm and cool schemes. Versatile enough for walls, trim, or cabinetry.
Spec Sheet
Hex#C2D2D6
RGB194, 210, 214
HSL192°, 20%, 80%
On White 1.56:1 Fail
On Black 13.48:1 AAA
For AI Tools
Copy this snippet and paste it into any AI tool
Use these colors for all components: Background: #EEF1F2 Text: #203237 Accent: #C2D2D6 Support: #995848 Neutral: #B9BECB 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 Galactic Tint Palettes are free. Exports aren't.
CSS Variables
:root {
--palette-background: #EEF1F2;
--palette-ink: #203237;
--palette-accent: #C2D2D6;
--palette-support: #995848;
--palette-neutral: #B9BECB;
}Tailwind Config
{
"palette-background": "#EEF1F2",
"palette-ink": "#203237",
"palette-accent": "#C2D2D6",
"palette-support": "#995848",
"palette-neutral": "#B9BECB"
}Color Blindness Simulation
#CFD1D6
Protanopia#CBCED6
Deuteranopia#BDD4D3
TritanopiaBuild a design system around Galactic Tint.