Filtered Sunlight
#FAEBCCA light orange with warm warmth that envelops a room without overpowering it.
Spec Sheet
Hex#FAEBCC
RGB250, 235, 204
HSL40°, 82%, 89%
On White 1.18:1 Fail
On Black 17.82:1 AAA
For AI Tools
Copy this snippet and paste it into any AI tool
Use these colors for all components: Background: #EEECE7 Text: #342C1E Accent: #FAEBCC Support: #5D7EC0 Neutral: #C2C7AE 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 Filtered Sunlight Palettes are free. Exports aren't.
CSS Variables
:root {
--palette-background: #EEECE7;
--palette-ink: #342C1E;
--palette-accent: #FAEBCC;
--palette-support: #5D7EC0;
--palette-neutral: #C2C7AE;
}Tailwind Config
{
"palette-background": "#EEECE7",
"palette-ink": "#342C1E",
"palette-accent": "#FAEBCC",
"palette-support": "#5D7EC0",
"palette-neutral": "#C2C7AE"
}Color Blindness Simulation
#F3EACA
Protanopia#F7EECD
Deuteranopia#FFE6E2
TritanopiaBuild a design system around Filtered Sunlight.