Lemon
#F9F7C2
YellowColor Codes
All color formats for development
HEX
#F9F7C2RGB
rgb(249, 247, 194)HSL
hsl(58, 82%, 87%)OKLCH
oklch(0.965 0.068 105.8)CMYK
cmyk(0%, 1%, 22%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F5F29A
2#F1ED72
3#EDE84A
4#E9E221
5#CAC414
6#A29D10
7#79750C
8#514E08
9#282704
Tints
Lighter variations
1#FAF8C9
2#FAF9CF
3#FBFAD5
4#FBFADB
5#FCFBE1
6#FDFCE7
7#FDFDED
8#FEFDF3
9#FEFEF9
Tones
Muted variations
1#F6F5C5
2#F4F2C8
3#F1F0CB
4#EEEDCE
5#EBEBD0
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 | FCFB #FCFBDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9F7 #F9F7C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4F1 #F4F194 | BordersInactive statesPlaceholder text |
| 400 | EFEA #EFEA5D | Disabled statesSecondary iconsMuted text |
| 500 | EAE4 #EAE42E | Primary brand colorCTAsActive elementsLinks |
| 600 | CCC6 #CCC614 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A29E #A29E10 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7471 #74710B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A48 #4A4807 | Primary textHigh emphasis contentDark headings |
| 950 | 2E2D #2E2D05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FEFDF1;
--lemon-100: #FCFBDF;
--lemon-200: #F9F7C3;
--lemon-300: #F4F194;
--lemon-400: #EFEA5D;
--lemon-500: #EAE42E;
--lemon-600: #CCC614;
--lemon-700: #A29E10;
--lemon-800: #74710B;
--lemon-900: #4A4807;
--lemon-950: #2E2D05;
}