River Rocks
#6E585BA grounded deep neutral that reads warm in daylight. Complements natural materials like linen, wood, and stone.
Spec Sheet
Hex#6E585B
RGB110, 88, 91
HSL352°, 11%, 39%
On White 6.54:1 AA
On Black 3.21:1 AA Large
For AI Tools
Copy this snippet and paste it into any AI tool
Use these colors for all components: Background: #EFEBEC Text: #321B1E Accent: #6E585B Support: #50A59A Neutral: #C4B4AB 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 River Rocks Palettes are free. Exports aren't.
CSS Variables
:root {
--palette-background: #EFEBEC;
--palette-ink: #321B1E;
--palette-accent: #6E585B;
--palette-support: #50A59A;
--palette-neutral: #C4B4AB;
}Tailwind Config
{
"palette-background": "#EFEBEC",
"palette-ink": "#321B1E",
"palette-accent": "#6E585B",
"palette-support": "#50A59A",
"palette-neutral": "#C4B4AB"
}Color Blindness Simulation
#5B5B5B
Protanopia#605F5B
Deuteranopia#725659
TritanopiaBuild a design system around River Rocks.