Shale
#C3BDB1A moderate, amber grey that serves as a refined backdrop for art and furnishings.
Spec Sheet
Hex#C3BDB1
RGB195, 189, 177
HSL40°, 13%, 73%
On White 1.87:1 Fail
On Black 11.23:1 AAA
For AI Tools
Copy this snippet and paste it into any AI tool
Use these colors for all components: Background: #F4F3F0 Text: #23201A Accent: #C3BDB1 Support: #4D6DAC Neutral: #D3D5C8 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 Shale Palettes are free. Exports aren't.
CSS Variables
:root {
--palette-background: #F4F3F0;
--palette-ink: #23201A;
--palette-accent: #C3BDB1;
--palette-support: #4D6DAC;
--palette-neutral: #D3D5C8;
}Tailwind Config
{
"palette-background": "#F4F3F0",
"palette-ink": "#23201A",
"palette-accent": "#C3BDB1",
"palette-support": "#4D6DAC",
"palette-neutral": "#D3D5C8"
}Color Blindness Simulation
#C0BDB0
Protanopia#C2BEB1
Deuteranopia#C6BBB9
TritanopiaBuild a design system around Shale.