Lemon
#F9F8C3
YellowColor Codes
All color formats for development
HEX
#F9F8C3RGB
rgb(249, 248, 195)HSL
hsl(59, 82%, 87%)OKLCH
oklch(0.967 0.068 106.7)CMYK
cmyk(0%, 0%, 22%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F5F49A
2#F1EF72
3#EDEA4A
4#E9E621
5#CAC714
6#A29F10
7#79770C
8#515008
9#282804
Tints
Lighter variations
1#FAF9C9
2#FAFACF
3#FBFAD5
4#FBFBDB
5#FCFCE1
6#FDFCE7
7#FDFDED
8#FEFEF3
9#FEFEF9
Tones
Muted variations
1#F6F5C5
2#F4F3C8
3#F1F0CB
4#EEEECE
5#EBEBD0
6#E9E8D3
7#E6E6D6
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 | F9F8 #F9F8C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4F3 #F4F394 | BordersInactive statesPlaceholder text |
| 400 | EFEC #EFEC5D | Disabled statesSecondary iconsMuted text |
| 500 | EAE7 #EAE72E | Primary brand colorCTAsActive elementsLinks |
| 600 | CCC9 #CCC914 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A2A0 #A2A010 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7472 #74720B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A49 #4A4907 | Primary textHigh emphasis contentDark headings |
| 950 | 2E2E #2E2E05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FEFDF1;
--lemon-100: #FCFBDF;
--lemon-200: #F9F8C3;
--lemon-300: #F4F394;
--lemon-400: #EFEC5D;
--lemon-500: #EAE72E;
--lemon-600: #CCC914;
--lemon-700: #A2A010;
--lemon-800: #74720B;
--lemon-900: #4A4907;
--lemon-950: #2E2E05;
}