Lemon
#F7EFC5
YellowColor Codes
All color formats for development
HEX
#F7EFC5RGB
rgb(247, 239, 197)HSL
hsl(50, 76%, 87%)OKLCH
oklch(0.948 0.055 98.4)CMYK
cmyk(0%, 3%, 20%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F2E49E
2#ECD977
3#E7CE50
4#E2C328
5#C3A71B
6#9C8615
7#756410
8#4E430B
9#272105
Tints
Lighter variations
1#F8F0CA
2#F9F2D0
3#F9F4D6
4#FAF5DC
5#FBF7E2
6#FCF8E8
7#FDFAED
8#FDFCF3
9#FEFDF9
Tones
Muted variations
1#F5EDC7
2#F2EBCA
3#EFEACC
4#EDE8CF
5#EAE6D1
6#E8E5D4
7#E5E3D6
8#E3E1D9
9#E0E0DB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFB #FDFBF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF6 #FBF6E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7EF #F7EFC5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1E2 #F1E298 | BordersInactive statesPlaceholder text |
| 400 | EAD3 #EAD362 | Disabled statesSecondary iconsMuted text |
| 500 | E3C6 #E3C635 | Primary brand colorCTAsActive elementsLinks |
| 600 | C5A9 #C5A91B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D86 #9D8615 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7060 #70600F | Text on light backgroundsHeadingsStrong borders |
| 900 | 483D #483D0A | Primary textHigh emphasis contentDark headings |
| 950 | 2D26 #2D2606 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FDFBF2;
--lemon-100: #FBF6E0;
--lemon-200: #F7EFC5;
--lemon-300: #F1E298;
--lemon-400: #EAD362;
--lemon-500: #E3C635;
--lemon-600: #C5A91B;
--lemon-700: #9D8615;
--lemon-800: #70600F;
--lemon-900: #483D0A;
--lemon-950: #2D2606;
}