Lemon
#F9EEC3
YellowColor Codes
All color formats for development
HEX
#F9EEC3RGB
rgb(249, 238, 195)HSL
hsl(48, 82%, 87%)OKLCH
oklch(0.947 0.057 95.3)CMYK
cmyk(0%, 4%, 22%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F5E39A
2#F1D872
3#EDCC4A
4#E9C121
5#CAA614
6#A28410
7#79630C
8#514208
9#282104
Tints
Lighter variations
1#FAF0C9
2#FAF2CF
3#FBF3D5
4#FBF5DB
5#FCF7E1
6#FDF8E7
7#FDFAED
8#FEFCF3
9#FEFDF9
Tones
Muted variations
1#F6EDC5
2#F4EBC8
3#F1E9CB
4#EEE8CE
5#EBE6D0
6#E9E4D3
7#E6E3D6
8#E3E1D8
9#E1DFDB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFB #FEFBF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF6 #FCF6DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9EE #F9EEC3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4E1 #F4E194 | BordersInactive statesPlaceholder text |
| 400 | EFD2 #EFD25D | Disabled statesSecondary iconsMuted text |
| 500 | EAC5 #EAC52E | Primary brand colorCTAsActive elementsLinks |
| 600 | CCA7 #CCA714 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A285 #A28510 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 745F #745F0B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A3D #4A3D07 | Primary textHigh emphasis contentDark headings |
| 950 | 2E26 #2E2605 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FEFBF1;
--lemon-100: #FCF6DF;
--lemon-200: #F9EEC3;
--lemon-300: #F4E194;
--lemon-400: #EFD25D;
--lemon-500: #EAC52E;
--lemon-600: #CCA714;
--lemon-700: #A28510;
--lemon-800: #745F0B;
--lemon-900: #4A3D07;
--lemon-950: #2E2605;
}