Lemon
#F7F4C5
YellowColor Codes
All color formats for development
HEX
#F7F4C5RGB
rgb(247, 244, 197)HSL
hsl(56, 76%, 87%)OKLCH
oklch(0.958 0.061 104.5)CMYK
cmyk(0%, 1%, 20%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F2EC9E
2#ECE577
3#E7DD50
4#E2D528
5#C3B81B
6#9C9315
7#756E10
8#4E4A0B
9#272505
Tints
Lighter variations
1#F8F5CA
2#F9F6D0
3#F9F7D6
4#FAF8DC
5#FBF9E2
6#FCFAE8
7#FDFCED
8#FDFDF3
9#FEFEF9
Tones
Muted variations
1#F5F2C7
2#F2EFCA
3#EFEDCC
4#EDEBCF
5#EAE9D1
6#E8E7D4
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 | FBF9 #FBF9E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7F4 #F7F4C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1EB #F1EB98 | BordersInactive statesPlaceholder text |
| 400 | EAE1 #EAE162 | Disabled statesSecondary iconsMuted text |
| 500 | E3D8 #E3D835 | Primary brand colorCTAsActive elementsLinks |
| 600 | C5BA #C5BA1B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D94 #9D9415 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 706A #706A0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4844 #48440A | 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: #FBF9E0;
--lemon-200: #F7F4C5;
--lemon-300: #F1EB98;
--lemon-400: #EAE162;
--lemon-500: #E3D835;
--lemon-600: #C5BA1B;
--lemon-700: #9D9415;
--lemon-800: #706A0F;
--lemon-900: #48440A;
--lemon-950: #2D2A06;
}