Lemon
#F9F4C3
YellowColor Codes
All color formats for development
HEX
#F9F4C3RGB
rgb(249, 244, 195)HSL
hsl(54, 82%, 87%)OKLCH
oklch(0.959 0.063 102.7)CMYK
cmyk(0%, 2%, 22%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F5EC9A
2#F1E472
3#EDDD4A
4#E9D521
5#CAB814
6#A29310
7#796E0C
8#514908
9#282504
Tints
Lighter variations
1#FAF5C9
2#FAF6CF
3#FBF7D5
4#FBF8DB
5#FCF9E1
6#FDFAE7
7#FDFCED
8#FEFDF3
9#FEFEF9
Tones
Muted variations
1#F6F1C5
2#F4EFC8
3#F1EDCB
4#EEEBCE
5#EBE9D0
6#E9E7D3
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 | FCF9 #FCF9DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9F4 #F9F4C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4EB #F4EB94 | BordersInactive statesPlaceholder text |
| 400 | EFE0 #EFE05D | Disabled statesSecondary iconsMuted text |
| 500 | EAD8 #EAD82E | Primary brand colorCTAsActive elementsLinks |
| 600 | CCBA #CCBA14 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A294 #A29410 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 746A #746A0B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A44 #4A4407 | 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: #FCF9DF;
--lemon-200: #F9F4C3;
--lemon-300: #F4EB94;
--lemon-400: #EFE05D;
--lemon-500: #EAD82E;
--lemon-600: #CCBA14;
--lemon-700: #A29410;
--lemon-800: #746A0B;
--lemon-900: #4A4407;
--lemon-950: #2E2A05;
}