Lemon
#F7F3C5
YellowColor Codes
All color formats for development
HEX
#F7F3C5RGB
rgb(247, 243, 197)HSL
hsl(55, 76%, 87%)OKLCH
oklch(0.956 0.06 103.3)CMYK
cmyk(0%, 2%, 20%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F2EB9E
2#ECE377
3#E7DA50
4#E2D228
5#C3B51B
6#9C9115
7#756D10
8#4E480B
9#272405
Tints
Lighter variations
1#F8F4CA
2#F9F5D0
3#F9F6D6
4#FAF8DC
5#FBF9E2
6#FCFAE8
7#FDFBED
8#FDFDF3
9#FEFEF9
Tones
Muted variations
1#F5F1C7
2#F2EFCA
3#EFEDCC
4#EDEACF
5#EAE8D1
6#E8E6D4
7#E5E4D6
8#E3E2D9
9#E0E0DB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFC #FDFCF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF8 #FBF8E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7F3 #F7F3C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1E9 #F1E998 | BordersInactive statesPlaceholder text |
| 400 | EADE #EADE62 | Disabled statesSecondary iconsMuted text |
| 500 | E3D5 #E3D535 | Primary brand colorCTAsActive elementsLinks |
| 600 | C5B7 #C5B71B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D92 #9D9215 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7068 #70680F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4843 #48430A | Primary textHigh emphasis contentDark headings |
| 950 | 2D2A #2D2A06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FDFCF2;
--lemon-100: #FBF8E0;
--lemon-200: #F7F3C5;
--lemon-300: #F1E998;
--lemon-400: #EADE62;
--lemon-500: #E3D535;
--lemon-600: #C5B71B;
--lemon-700: #9D9215;
--lemon-800: #70680F;
--lemon-900: #48430A;
--lemon-950: #2D2A06;
}