Lemon Lime
#E4C000A deep, vivid yellow that captures natural light. Lifts kitchens, entryways, and sunrooms with optimistic energy.
Spec Sheet
Hex#E4C000
RGB228, 192, 0
HSL51°, 100%, 45%
On White 1.77:1 Fail
On Black 11.84:1 AAA
For AI Tools
Copy this snippet and paste it into any AI tool
Use these colors for all components: Background: #EDECE8 Text: #262312 Accent: #E4C000 Support: #6371BF Neutral: #C4CABA 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 Lemon Lime Palettes are free. Exports aren't.
CSS Variables
:root {
--palette-background: #EDECE8;
--palette-ink: #262312;
--palette-accent: #E4C000;
--palette-support: #6371BF;
--palette-neutral: #C4CABA;
}Tailwind Config
{
"palette-background": "#EDECE8",
"palette-ink": "#262312",
"palette-accent": "#E4C000",
"palette-support": "#6371BF",
"palette-neutral": "#C4CABA"
}Color Blindness Simulation
#D6BC00
Protanopia#DFC71F
Deuteranopia#F7AFA3
TritanopiaBuild a design system around Lemon Lime.