Lemon
#F9F5C2
YellowColor Codes
All color formats for development
HEX
#F9F5C2RGB
rgb(249, 245, 194)HSL
hsl(56, 82%, 87%)OKLCH
oklch(0.961 0.066 103.8)CMYK
cmyk(0%, 2%, 22%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F5EF9A
2#F1E972
3#EDE24A
4#E9DC21
5#CABE14
6#A29810
7#79720C
8#514C08
9#282604
Tints
Lighter variations
1#FAF6C9
2#FAF7CF
3#FBF8D5
4#FBF9DB
5#FCFAE1
6#FDFBE7
7#FDFCED
8#FEFDF3
9#FEFEF9
Tones
Muted variations
1#F6F3C5
2#F4F1C8
3#F1EECB
4#EEECCE
5#EBEAD0
6#E9E7D3
7#E6E5D6
8#E3E3D8
9#E1E0DB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCFA #FCFADF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9F5 #F9F5C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4EE #F4EE94 | BordersInactive statesPlaceholder text |
| 400 | EFE5 #EFE55D | Disabled statesSecondary iconsMuted text |
| 500 | EADE #EADE2E | Primary brand colorCTAsActive elementsLinks |
| 600 | CCC0 #CCC014 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A299 #A29910 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 746D #746D0B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A46 #4A4607 | Primary textHigh emphasis contentDark headings |
| 950 | 2E2C #2E2C05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FEFDF1;
--lemon-100: #FCFADF;
--lemon-200: #F9F5C3;
--lemon-300: #F4EE94;
--lemon-400: #EFE55D;
--lemon-500: #EADE2E;
--lemon-600: #CCC014;
--lemon-700: #A29910;
--lemon-800: #746D0B;
--lemon-900: #4A4607;
--lemon-950: #2E2C05;
}