Lemon
#F9F4C2
YellowColor Codes
All color formats for development
HEX
#F9F4C2RGB
rgb(249, 244, 194)HSL
hsl(55, 82%, 87%)OKLCH
oklch(0.959 0.065 102.8)CMYK
cmyk(0%, 2%, 22%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F5ED9A
2#F1E672
3#EDDF4A
4#E9D821
5#CABB14
6#A29510
7#79700C
8#514B08
9#282504
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#F6F2C5
2#F4F0C8
3#F1EECB
4#EEEBCE
5#EBE9D0
6#E9E7D3
7#E6E5D6
8#E3E2D8
9#E1E0DB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF9 #FCF9DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9F5 #F9F5C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4EC #F4EC94 | BordersInactive statesPlaceholder text |
| 400 | EFE3 #EFE35D | Disabled statesSecondary iconsMuted text |
| 500 | EADB #EADB2E | Primary brand colorCTAsActive elementsLinks |
| 600 | CCBD #CCBD14 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A296 #A29610 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 746B #746B0B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A45 #4A4507 | Primary textHigh emphasis contentDark headings |
| 950 | 2E2B #2E2B05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FEFDF1;
--lemon-100: #FCF9DF;
--lemon-200: #F9F5C3;
--lemon-300: #F4EC94;
--lemon-400: #EFE35D;
--lemon-500: #EADB2E;
--lemon-600: #CCBD14;
--lemon-700: #A29610;
--lemon-800: #746B0B;
--lemon-900: #4A4507;
--lemon-950: #2E2B05;
}