Cameo Stone
#EEE3E5A clean, muted white with quiet undertones. Works as a foundational backdrop in both modern and traditional spaces.
Spec Sheet
Hex#EEE3E5
RGB238, 227, 229
HSL349°, 24%, 91%
On White 1.25:1 Fail
On Black 16.75:1 AAA
For AI Tools
Copy this snippet and paste it into any AI tool
Use these colors for all components: Background: #EFEBEC Text: #302124 Accent: #EEE3E5 Support: #509F91 Neutral: #C9B1A6 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 Cameo Stone Palettes are free. Exports aren't.
CSS Variables
:root {
--palette-background: #EFEBEC;
--palette-ink: #302124;
--palette-accent: #EEE3E5;
--palette-support: #509F91;
--palette-neutral: #C9B1A6;
}Tailwind Config
{
"palette-background": "#EFEBEC",
"palette-ink": "#302124",
"palette-accent": "#EEE3E5",
"palette-support": "#509F91",
"palette-neutral": "#C9B1A6"
}Color Blindness Simulation
#E4E4E5
Protanopia#E7E6E5
Deuteranopia#F0E2E4
TritanopiaBuild a design system around Cameo Stone.