Etude Lilac
#D9DCEAA clean, muted white with quiet undertones. Works as a foundational backdrop in both modern and traditional spaces.
Spec Sheet
Hex#D9DCEA
RGB217, 220, 234
HSL229°, 29%, 88%
On White 1.37:1 Fail
On Black 15.38:1 AAA
For AI Tools
Copy this snippet and paste it into any AI tool
Use these colors for all components: Background: #F1F2F3 Text: #20253C Accent: #D9DCEA Support: #ACA277 Neutral: #B4AEC2 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 Etude Lilac Palettes are free. Exports aren't.
CSS Variables
:root {
--palette-background: #F1F2F3;
--palette-ink: #20253C;
--palette-accent: #D9DCEA;
--palette-support: #ACA277;
--palette-neutral: #B4AEC2;
}Tailwind Config
{
"palette-background": "#F1F2F3",
"palette-ink": "#20253C",
"palette-accent": "#D9DCEA",
"palette-support": "#ACA277",
"palette-neutral": "#B4AEC2"
}Color Blindness Simulation
#D9DDEB
Protanopia#D8DCEA
Deuteranopia#D6DEE0
TritanopiaBuild a design system around Etude Lilac.