Fun in the Sun
#F9F1B8Warm and gentle, this yellow brings amber energy without overwhelming a room.
Spec Sheet
Hex#F9F1B8
RGB249, 241, 184
HSL53°, 84%, 85%
On White 1.15:1 Fail
On Black 18.3:1 AAA
For AI Tools
Copy this snippet and paste it into any AI tool
Use these colors for all components: Background: #F6F6F3 Text: #353321 Accent: #F9F1B8 Support: #4953A2 Neutral: #C6CBBD 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 Fun in the Sun Palettes are free. Exports aren't.
CSS Variables
:root {
--palette-background: #F6F6F3;
--palette-ink: #353321;
--palette-accent: #F9F1B8;
--palette-support: #4953A2;
--palette-neutral: #C6CBBD;
}Tailwind Config
{
"palette-background": "#F6F6F3",
"palette-ink": "#353321",
"palette-accent": "#F9F1B8",
"palette-support": "#4953A2",
"palette-neutral": "#C6CBBD"
}Color Blindness Simulation
#FCEDB4
Protanopia#FFF1BA
Deuteranopia#FFE9E2
TritanopiaBuild a design system around Fun in the Sun.