Lemon
#FCF4BF
YellowColor Codes
All color formats for development
HEX
#FCF4BFRGB
rgb(252, 244, 191)HSL
hsl(52, 91%, 87%)OKLCH
oklch(0.961 0.069 100.4)CMYK
cmyk(0%, 3%, 24%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FAED95
2#F8E56B
3#F6DE41
4#F4D616
5#D4B90A
6#A99408
7#7F6F06
8#554A04
9#2A2502
Tints
Lighter variations
1#FCF5C6
2#FDF6CC
3#FDF7D3
4#FDF8D9
5#FEF9DF
6#FEFBE6
7#FEFCEC
8#FEFDF2
9#FFFEF9
Tones
Muted variations
1#F9F2C3
2#F6F0C6
3#F3EDC9
4#F0EBCC
5#EDE9CF
6#EAE7D2
7#E7E4D5
8#E4E2D8
9#E1E0DB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF9 #FDF9DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCF4 #FCF4C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FAEB #FAEB8F | BordersInactive statesPlaceholder text |
| 400 | F7E1 #F7E155 | Disabled statesSecondary iconsMuted text |
| 500 | F5D9 #F5D924 | Primary brand colorCTAsActive elementsLinks |
| 600 | D6BB #D6BB0A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA95 #AA9508 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A6A #7A6A06 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E44 #4E4404 | Primary textHigh emphasis contentDark headings |
| 950 | 312B #312B02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FEFCF0;
--lemon-100: #FDF9DD;
--lemon-200: #FCF4C0;
--lemon-300: #FAEB8F;
--lemon-400: #F7E155;
--lemon-500: #F5D924;
--lemon-600: #D6BB0A;
--lemon-700: #AA9508;
--lemon-800: #7A6A06;
--lemon-900: #4E4404;
--lemon-950: #312B02;
}