Lemon
#F9F0C3
YellowColor Codes
All color formats for development
HEX
#F9F0C3RGB
rgb(249, 240, 195)HSL
hsl(50, 82%, 87%)OKLCH
oklch(0.951 0.059 98)CMYK
cmyk(0%, 4%, 22%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F5E69A
2#F1DC72
3#EDD24A
4#E9C821
5#CAAC14
6#A28910
7#79670C
8#514508
9#282204
Tints
Lighter variations
1#FAF1C9
2#FAF3CF
3#FBF4D5
4#FBF6DB
5#FCF7E1
6#FDF9E7
7#FDFAED
8#FEFCF3
9#FEFDF9
Tones
Muted variations
1#F6EEC5
2#F4ECC8
3#F1EBCB
4#EEE9CE
5#EBE7D0
6#E9E5D3
7#E6E3D6
8#E3E1D8
9#E1E0DB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF7 #FCF7DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9F0 #F9F0C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4E4 #F4E494 | BordersInactive statesPlaceholder text |
| 400 | EFD7 #EFD75D | Disabled statesSecondary iconsMuted text |
| 500 | EACB #EACB2E | Primary brand colorCTAsActive elementsLinks |
| 600 | CCAE #CCAE14 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A28A #A28A10 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7463 #74630B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A3F #4A3F07 | 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: #FEFCF1;
--lemon-100: #FCF7DF;
--lemon-200: #F9F0C3;
--lemon-300: #F4E494;
--lemon-400: #EFD75D;
--lemon-500: #EACB2E;
--lemon-600: #CCAE14;
--lemon-700: #A28A10;
--lemon-800: #74630B;
--lemon-900: #4A3F07;
--lemon-950: #2E2705;
}