Reflection
#D3D5D3An urbane, whisper-quiet grey tone subtle enough for large surfaces yet interesting up close.
Spec Sheet
Hex#D3D5D3
RGB211, 213, 211
HSL120°, 2%, 83%
On White 1.48:1 Fail
On Black 14.23:1 AAA
For AI Tools
Copy this snippet and paste it into any AI tool
Use these colors for all components: Background: #E4ECE4 Text: #172617 Accent: #D3D5D3 Support: #C26BC2 Neutral: #B3D0C2 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 Reflection Palettes are free. Exports aren't.
CSS Variables
:root {
--palette-background: #E4ECE4;
--palette-ink: #172617;
--palette-accent: #D3D5D3;
--palette-support: #C26BC2;
--palette-neutral: #B3D0C2;
}Tailwind Config
{
"palette-background": "#E4ECE4",
"palette-ink": "#172617",
"palette-accent": "#D3D5D3",
"palette-support": "#C26BC2",
"palette-neutral": "#B3D0C2"
}Color Blindness Simulation
#D5D5D3
Protanopia#D5D4D3
Deuteranopia#D3D5D4
TritanopiaBuild a design system around Reflection.