Lemon
#F9F9C2
YellowColor Codes
All color formats for development
HEX
#F9F9C2RGB
rgb(249, 249, 194)HSL
hsl(60, 82%, 87%)OKLCH
oklch(0.969 0.071 107.6)CMYK
cmyk(0%, 0%, 22%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F5F59A
2#F1F172
3#EDED4A
4#E9E921
5#CACA14
6#A2A210
7#79790C
8#515108
9#282804
Tints
Lighter variations
1#FAFAC9
2#FAFACF
3#FBFBD5
4#FBFBDB
5#FCFCE1
6#FDFDE7
7#FDFDED
8#FEFEF3
9#FEFEF9
Tones
Muted variations
1#F6F6C5
2#F4F4C8
3#F1F1CB
4#EEEECE
5#EBEBD0
6#E9E9D3
7#E6E6D6
8#E3E3D8
9#E1E1DB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFE #FEFEF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCFC #FCFCDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9F9 #F9F9C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4F4 #F4F494 | BordersInactive statesPlaceholder text |
| 400 | EFEF #EFEF5D | Disabled statesSecondary iconsMuted text |
| 500 | EAEA #EAEA2E | Primary brand colorCTAsActive elementsLinks |
| 600 | CCCC #CCCC14 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A2A2 #A2A210 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7474 #74740B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A4A #4A4A07 | 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: #FEFEF1;
--lemon-100: #FCFCDF;
--lemon-200: #F9F9C3;
--lemon-300: #F4F494;
--lemon-400: #EFEF5D;
--lemon-500: #EAEA2E;
--lemon-600: #CCCC14;
--lemon-700: #A2A210;
--lemon-800: #74740B;
--lemon-900: #4A4A07;
--lemon-950: #2E2E05;
}