Harvest Oak
#524A48A grounded dark neutral that reads warm in daylight. Complements natural materials like linen, wood, and stone.
Spec Sheet
Hex#524A48
RGB82, 74, 72
HSL12°, 6%, 30%
On White 8.64:1 AAA
On Black 2.43:1 Fail
For AI Tools
Copy this snippet and paste it into any AI tool
Use these colors for all components: Background: #F6F4F3 Text: #37201A Accent: #524A48 Support: #7099A4 Neutral: #D9D3C4 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 Harvest Oak Palettes are free. Exports aren't.
CSS Variables
:root {
--palette-background: #F6F4F3;
--palette-ink: #37201A;
--palette-accent: #524A48;
--palette-support: #7099A4;
--palette-neutral: #D9D3C4;
}Tailwind Config
{
"palette-background": "#F6F4F3",
"palette-ink": "#37201A",
"palette-accent": "#524A48",
"palette-support": "#7099A4",
"palette-neutral": "#D9D3C4"
}Color Blindness Simulation
#4C4B48
Protanopia#4D4C48
Deuteranopia#544949
TritanopiaBuild a design system around Harvest Oak.