Lemon
#F7EDC5
YellowColor Codes
All color formats for development
HEX
#F7EDC5RGB
rgb(247, 237, 197)HSL
hsl(48, 76%, 87%)OKLCH
oklch(0.944 0.053 95.6)CMYK
cmyk(0%, 4%, 20%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F2E19E
2#ECD577
3#E7C950
4#E2BD28
5#C3A21B
6#9C8115
7#756110
8#4E410B
9#272005
Tints
Lighter variations
1#F8EFCA
2#F9F1D0
3#F9F2D6
4#FAF4DC
5#FBF6E2
6#FCF8E8
7#FDFAED
8#FDFBF3
9#FEFDF9
Tones
Muted variations
1#F5EBC7
2#F2EACA
3#EFE8CC
4#EDE7CF
5#EAE5D1
6#E8E4D4
7#E5E2D6
8#E3E1D9
9#E0DFDB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFB #FDFBF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF5 #FBF5E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7ED #F7EDC5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1DF #F1DF98 | BordersInactive statesPlaceholder text |
| 400 | EACE #EACE62 | Disabled statesSecondary iconsMuted text |
| 500 | E3C1 #E3C135 | Primary brand colorCTAsActive elementsLinks |
| 600 | C5A3 #C5A31B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D82 #9D8215 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 705D #705D0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 483B #483B0A | Primary textHigh emphasis contentDark headings |
| 950 | 2D25 #2D2506 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FDFBF2;
--lemon-100: #FBF5E0;
--lemon-200: #F7EDC5;
--lemon-300: #F1DF98;
--lemon-400: #EACE62;
--lemon-500: #E3C135;
--lemon-600: #C5A31B;
--lemon-700: #9D8215;
--lemon-800: #705D0F;
--lemon-900: #483B0A;
--lemon-950: #2D2506;
}