Lemon
#FCF3BF
YellowColor Codes
All color formats for development
HEX
#FCF3BFRGB
rgb(252, 243, 191)HSL
hsl(51, 91%, 87%)OKLCH
oklch(0.959 0.067 99.3)CMYK
cmyk(0%, 4%, 24%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FAEB95
2#F8E36B
3#F6DB41
4#F4D316
5#D4B60A
6#A99108
7#7F6D06
8#554904
9#2A2402
Tints
Lighter variations
1#FCF4C6
2#FDF5CC
3#FDF7D3
4#FDF8D9
5#FEF9DF
6#FEFAE6
7#FEFBEC
8#FEFDF2
9#FFFEF9
Tones
Muted variations
1#F9F1C3
2#F6EFC6
3#F3EDC9
4#F0EBCC
5#EDE8CF
6#EAE6D2
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 | FCF3 #FCF3C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FAEA #FAEA8F | BordersInactive statesPlaceholder text |
| 400 | F7DF #F7DF55 | Disabled statesSecondary iconsMuted text |
| 500 | F5D5 #F5D524 | Primary brand colorCTAsActive elementsLinks |
| 600 | D6B8 #D6B80A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA92 #AA9208 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A68 #7A6806 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E43 #4E4304 | Primary textHigh emphasis contentDark headings |
| 950 | 312A #312A02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FEFCF0;
--lemon-100: #FDF9DD;
--lemon-200: #FCF3C0;
--lemon-300: #FAEA8F;
--lemon-400: #F7DF55;
--lemon-500: #F5D524;
--lemon-600: #D6B80A;
--lemon-700: #AA9208;
--lemon-800: #7A6806;
--lemon-900: #4E4304;
--lemon-950: #312A02;
}