Good Vibrations
#FDE9B5A soft yellow with warm character, bringing measured warmth to walls and trim.
Spec Sheet
Hex#FDE9B5
RGB253, 233, 181
HSL43°, 95%, 85%
On White 1.2:1 Fail
On Black 17.5:1 AAA
For AI Tools
Copy this snippet and paste it into any AI tool
Use these colors for all components: Background: #EBE9E6 Text: #2E2714 Accent: #FDE9B5 Support: #576A98 Neutral: #C7CDB2 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 Good Vibrations Palettes are free. Exports aren't.
CSS Variables
:root {
--palette-background: #EBE9E6;
--palette-ink: #2E2714;
--palette-accent: #FDE9B5;
--palette-support: #576A98;
--palette-neutral: #C7CDB2;
}Tailwind Config
{
"palette-background": "#EBE9E6",
"palette-ink": "#2E2714",
"palette-accent": "#FDE9B5",
"palette-support": "#576A98",
"palette-neutral": "#C7CDB2"
}Color Blindness Simulation
#F5E7B2
Protanopia#FAEDB7
Deuteranopia#FFE1DB
TritanopiaBuild a design system around Good Vibrations.