Happy Valley
#F4E8C4A delicate, vivid yellow that reads as sunshine filtered through linen.
Spec Sheet
Hex#F4E8C4
RGB244, 232, 196
HSL45°, 69%, 86%
On White 1.22:1 Fail
On Black 17.19:1 AAA
For AI Tools
Copy this snippet and paste it into any AI tool
Use these colors for all components: Background: #F2F1ED Text: #2D2A1F Accent: #F4E8C4 Support: #6980C3 Neutral: #BABFAB 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 Happy Valley Palettes are free. Exports aren't.
CSS Variables
:root {
--palette-background: #F2F1ED;
--palette-ink: #2D2A1F;
--palette-accent: #F4E8C4;
--palette-support: #6980C3;
--palette-neutral: #BABFAB;
}Tailwind Config
{
"palette-background": "#F2F1ED",
"palette-ink": "#2D2A1F",
"palette-accent": "#F4E8C4",
"palette-support": "#6980C3",
"palette-neutral": "#BABFAB"
}Color Blindness Simulation
#F0E6C2
Protanopia#F4EAC5
Deuteranopia#FCE2DE
TritanopiaBuild a design system around Happy Valley.