Lemon
#F7F5C5
YellowColor Codes
All color formats for development
HEX
#F7F5C5RGB
rgb(247, 245, 197)HSL
hsl(58, 76%, 87%)OKLCH
oklch(0.96 0.062 105.5)CMYK
cmyk(0%, 1%, 20%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F2EF9E
2#ECE877
3#E7E250
4#E2DC28
5#C3BE1B
6#9C9815
7#757210
8#4E4C0B
9#272605
Tints
Lighter variations
1#F8F6CA
2#F9F7D0
3#F9F8D6
4#FAF9DC
5#FBFAE2
6#FCFBE8
7#FDFCED
8#FDFDF3
9#FEFEF9
Tones
Muted variations
1#F5F3C7
2#F2F1CA
3#EFEECC
4#EDECCF
5#EAEAD1
6#E8E7D4
7#E5E5D6
8#E3E3D9
9#E0E0DB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFD #FDFDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBFA #FBFAE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7F5 #F7F5C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1EE #F1EE98 | BordersInactive statesPlaceholder text |
| 400 | EAE5 #EAE562 | Disabled statesSecondary iconsMuted text |
| 500 | E3DE #E3DE35 | Primary brand colorCTAsActive elementsLinks |
| 600 | C5C0 #C5C01B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D99 #9D9915 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 706D #706D0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4846 #48460A | Primary textHigh emphasis contentDark headings |
| 950 | 2D2C #2D2C06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FDFDF2;
--lemon-100: #FBFAE0;
--lemon-200: #F7F5C5;
--lemon-300: #F1EE98;
--lemon-400: #EAE562;
--lemon-500: #E3DE35;
--lemon-600: #C5C01B;
--lemon-700: #9D9915;
--lemon-800: #706D0F;
--lemon-900: #48460A;
--lemon-950: #2D2C06;
}