Lemon
#F9F3C2
YellowColor Codes
All color formats for development
HEX
#F9F3C2RGB
rgb(249, 243, 194)HSL
hsl(53, 82%, 87%)OKLCH
oklch(0.957 0.064 101.7)CMYK
cmyk(0%, 2%, 22%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F5EA9A
2#F1E272
3#EDDA4A
4#E9D221
5#CAB514
6#A29110
7#796C0C
8#514808
9#282404
Tints
Lighter variations
1#FAF4C9
2#FAF5CF
3#FBF6D5
4#FBF8DB
5#FCF9E1
6#FDFAE7
7#FDFBED
8#FEFDF3
9#FEFEF9
Tones
Muted variations
1#F6F1C5
2#F4EFC8
3#F1ECCB
4#EEEACE
5#EBE8D0
6#E9E6D3
7#E6E4D6
8#E3E2D8
9#E1E0DB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF8 #FCF8DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9F3 #F9F3C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4E9 #F4E994 | BordersInactive statesPlaceholder text |
| 400 | EFDE #EFDE5D | Disabled statesSecondary iconsMuted text |
| 500 | EAD4 #EAD42E | Primary brand colorCTAsActive elementsLinks |
| 600 | CCB7 #CCB714 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A291 #A29110 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7468 #74680B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A42 #4A4207 | Primary textHigh emphasis contentDark headings |
| 950 | 2E2A #2E2A05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FEFCF1;
--lemon-100: #FCF8DF;
--lemon-200: #F9F3C3;
--lemon-300: #F4E994;
--lemon-400: #EFDE5D;
--lemon-500: #EAD42E;
--lemon-600: #CCB714;
--lemon-700: #A29110;
--lemon-800: #74680B;
--lemon-900: #4A4207;
--lemon-950: #2E2A05;
}