Buttermilk
#F3EAD0A ethereal yellow with warm character, bringing measured warmth to walls and trim.
Spec Sheet
Hex#F3EAD0
RGB243, 234, 208
HSL45°, 59%, 88%
On White 1.2:1 Fail
On Black 17.49:1 AAA
For AI Tools
Copy this snippet and paste it into any AI tool
Use these colors for all components: Background: #F1EFEA Text: #272111 Accent: #F3EAD0 Support: #475990 Neutral: #C3C6B8 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 Buttermilk Palettes are free. Exports aren't.
CSS Variables
:root {
--palette-background: #F1EFEA;
--palette-ink: #272111;
--palette-accent: #F3EAD0;
--palette-support: #475990;
--palette-neutral: #C3C6B8;
}Tailwind Config
{
"palette-background": "#F1EFEA",
"palette-ink": "#272111",
"palette-accent": "#F3EAD0",
"palette-support": "#475990",
"palette-neutral": "#C3C6B8"
}Color Blindness Simulation
#F0E9CE
Protanopia#F3EBD1
Deuteranopia#F9E6E3
TritanopiaBuild a design system around Buttermilk.