Lemon
#F9F6C2
YellowColor Codes
All color formats for development
HEX
#F9F6C2RGB
rgb(249, 246, 194)HSL
hsl(57, 82%, 87%)OKLCH
oklch(0.963 0.067 104.8)CMYK
cmyk(0%, 1%, 22%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F5F19A
2#F1EB72
3#EDE54A
4#E9DF21
5#CAC114
6#A29A10
7#79740C
8#514D08
9#282704
Tints
Lighter variations
1#FAF7C9
2#FAF8CF
3#FBF9D5
4#FBFADB
5#FCFBE1
6#FDFCE7
7#FDFCED
8#FEFDF3
9#FEFEF9
Tones
Muted variations
1#F6F4C5
2#F4F1C8
3#F1EFCB
4#EEEDCE
5#EBEAD0
6#E9E8D3
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 | F9F6 #F9F6C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4F0 #F4F094 | BordersInactive statesPlaceholder text |
| 400 | EFE8 #EFE85D | Disabled statesSecondary iconsMuted text |
| 500 | EAE1 #EAE12E | Primary brand colorCTAsActive elementsLinks |
| 600 | CCC3 #CCC314 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A29B #A29B10 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 746F #746F0B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A47 #4A4707 | 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: #F9F6C3;
--lemon-300: #F4F094;
--lemon-400: #EFE85D;
--lemon-500: #EAE12E;
--lemon-600: #CCC314;
--lemon-700: #A29B10;
--lemon-800: #746F0B;
--lemon-900: #4A4707;
--lemon-950: #2E2C05;
}