Lemon
#F7EBC5
YellowColor Codes
All color formats for development
HEX
#F7EBC5RGB
rgb(247, 235, 197)HSL
hsl(46, 76%, 87%)OKLCH
oklch(0.94 0.051 92.6)CMYK
cmyk(0%, 5%, 20%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F2DE9E
2#ECD177
3#E7C450
4#E2B728
5#C39C1B
6#9C7D15
7#755E10
8#4E3E0B
9#271F05
Tints
Lighter variations
1#F8EDCA
2#F9EFD0
3#F9F1D6
4#FAF3DC
5#FBF5E2
6#FCF7E8
7#FDF9ED
8#FDFBF3
9#FEFDF9
Tones
Muted variations
1#F5EAC7
2#F2E9CA
3#EFE7CC
4#EDE6CF
5#EAE5D1
6#E8E3D4
7#E5E2D6
8#E3E1D9
9#E0DFDB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFA #FDFAF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF4 #FBF4E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7EB #F7EBC5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1DC #F1DC98 | BordersInactive statesPlaceholder text |
| 400 | EACA #EACA62 | Disabled statesSecondary iconsMuted text |
| 500 | E3BB #E3BB35 | Primary brand colorCTAsActive elementsLinks |
| 600 | C59E #C59E1B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D7D #9D7D15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 705A #705A0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4839 #48390A | Primary textHigh emphasis contentDark headings |
| 950 | 2D24 #2D2406 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FDFAF2;
--lemon-100: #FBF4E0;
--lemon-200: #F7EBC5;
--lemon-300: #F1DC98;
--lemon-400: #EACA62;
--lemon-500: #E3BB35;
--lemon-600: #C59E1B;
--lemon-700: #9D7D15;
--lemon-800: #705A0F;
--lemon-900: #48390A;
--lemon-950: #2D2406;
}