Casual Gray
#99A8A3A composed medium grey with balanced undertones. Reads as modern and pairs cleanly with both wood and metal.
Spec Sheet
Hex#99A8A3
RGB153, 168, 163
HSL160°, 8%, 63%
On White 2.48:1 Fail
On Black 8.48:1 AAA
For AI Tools
Copy this snippet and paste it into any AI tool
Use these colors for all components: Background: #F0F4F3 Text: #11221C Accent: #99A8A3 Support: #A3667A Neutral: #B2C0C2 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 Casual Gray Palettes are free. Exports aren't.
CSS Variables
:root {
--palette-background: #F0F4F3;
--palette-ink: #11221C;
--palette-accent: #99A8A3;
--palette-support: #A3667A;
--palette-neutral: #B2C0C2;
}Tailwind Config
{
"palette-background": "#F0F4F3",
"palette-ink": "#11221C",
"palette-accent": "#99A8A3",
"palette-support": "#A3667A",
"palette-neutral": "#B2C0C2"
}Color Blindness Simulation
#A7A6A3
Protanopia#A4A4A3
Deuteranopia#96A8A6
TritanopiaBuild a design system around Casual Gray.