Lemon
#F9EFC3
YellowColor Codes
All color formats for development
HEX
#F9EFC3RGB
rgb(249, 239, 195)HSL
hsl(49, 82%, 87%)OKLCH
oklch(0.949 0.058 96.7)CMYK
cmyk(0%, 4%, 22%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F5E49A
2#F1DA72
3#EDCF4A
4#E9C421
5#CAA914
6#A28710
7#79650C
8#514308
9#282204
Tints
Lighter variations
1#FAF1C9
2#FAF2CF
3#FBF4D5
4#FBF5DB
5#FCF7E1
6#FDF9E7
7#FDFAED
8#FEFCF3
9#FEFDF9
Tones
Muted variations
1#F6EDC5
2#F4ECC8
3#F1EACB
4#EEE8CE
5#EBE6D0
6#E9E5D3
7#E6E3D6
8#E3E1D8
9#E1E0DB
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 | F9EF #F9EFC3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4E3 #F4E394 | BordersInactive statesPlaceholder text |
| 400 | EFD4 #EFD45D | Disabled statesSecondary iconsMuted text |
| 500 | EAC8 #EAC82E | Primary brand colorCTAsActive elementsLinks |
| 600 | CCAA #CCAA14 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A288 #A28810 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7461 #74610B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A3E #4A3E07 | Primary textHigh emphasis contentDark headings |
| 950 | 2E27 #2E2705 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FEFBF1;
--lemon-100: #FCF6DF;
--lemon-200: #F9EFC3;
--lemon-300: #F4E394;
--lemon-400: #EFD45D;
--lemon-500: #EAC82E;
--lemon-600: #CCAA14;
--lemon-700: #A28810;
--lemon-800: #74610B;
--lemon-900: #4A3E07;
--lemon-950: #2E2705;
}