Pale Lime
#E4E0C0A very pale lime-yellow with a green tinge, fresh and optimistic in south-facing rooms.
Spec Sheet
Hex#E4E0C0
RGB228, 224, 192
HSL53°, 40%, 82%
On White 1.34:1 Fail
On Black 15.72:1 AAA
For AI Tools
Copy this snippet and paste it into any AI tool
Use these colors for all components: Background: #F1F0EA Text: #1D1C11 Accent: #E4E0C0 Support: #3C479A Neutral: #C1C6B9 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 Pale Lime Palettes are free. Exports aren't.
CSS Variables
:root {
--palette-background: #F1F0EA;
--palette-ink: #1D1C11;
--palette-accent: #E4E0C0;
--palette-support: #3C479A;
--palette-neutral: #C1C6B9;
}Tailwind Config
{
"palette-background": "#F1F0EA",
"palette-ink": "#1D1C11",
"palette-accent": "#E4E0C0",
"palette-support": "#3C479A",
"palette-neutral": "#C1C6B9"
}Color Blindness Simulation
#E6DEBE
Protanopia#E8E0C1
Deuteranopia#EADBD7
TritanopiaBuild a design system around Pale Lime.