Lemon
#FADEC2
OrangeColor Codes
All color formats for development
HEX
#FADEC2RGB
rgb(250, 222, 194)HSL
hsl(30, 85%, 87%)OKLCH
oklch(0.916 0.048 67.2)CMYK
cmyk(0%, 11%, 22%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F7C899
2#F3B170
3#F09B47
4#ED851E
5#CD6F11
6#A4590D
7#7B430A
8#522C07
9#291603
Tints
Lighter variations
1#FBE1C8
2#FBE4CE
3#FCE8D4
4#FCEBDA
5#FDEEE0
6#FDF2E6
7#FEF5ED
8#FEF8F3
9#FFFCF9
Tones
Muted variations
1#F7DEC4
2#F4DEC7
3#F2DECA
4#EFDECD
5#ECDED0
6#E9DED3
7#E6DED5
8#E3DED8
9#E1DEDB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF7 #FEF7F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCED #FCEDDE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FADE #FADEC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6C4 #F6C492 | BordersInactive statesPlaceholder text |
| 400 | F2A6 #F2A65A | Disabled statesSecondary iconsMuted text |
| 500 | EE8C #EE8C2B | Primary brand colorCTAsActive elementsLinks |
| 600 | D070 #D07011 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A559 #A5590D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7640 #76400A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B29 #4B2906 | Primary textHigh emphasis contentDark headings |
| 950 | 2F1A #2F1A04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FEF7F1;
--lemon-100: #FCEDDE;
--lemon-200: #FADEC2;
--lemon-300: #F6C492;
--lemon-400: #F2A65A;
--lemon-500: #EE8C2B;
--lemon-600: #D07011;
--lemon-700: #A5590D;
--lemon-800: #76400A;
--lemon-900: #4B2906;
--lemon-950: #2F1A04;
}