Lemon
#F7F0C4
YellowColor Codes
All color formats for development
HEX
#F7F0C4RGB
rgb(247, 240, 196)HSL
hsl(52, 76%, 87%)OKLCH
oklch(0.95 0.058 99.9)CMYK
cmyk(0%, 3%, 21%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F2E79E
2#ECDD77
3#E7D350
4#E2C928
5#C3AD1B
6#9C8A15
7#756810
8#4E450B
9#272305
Tints
Lighter variations
1#F8F2CA
2#F9F3D0
3#F9F5D6
4#FAF6DC
5#FBF8E2
6#FCF9E8
7#FDFBED
8#FDFCF3
9#FEFEF9
Tones
Muted variations
1#F5EEC7
2#F2EDCA
3#EFEBCC
4#EDE9CF
5#EAE7D1
6#E8E5D4
7#E5E3D6
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 | FBF7 #FBF7E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7F0 #F7F0C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1E5 #F1E598 | BordersInactive statesPlaceholder text |
| 400 | EAD7 #EAD762 | Disabled statesSecondary iconsMuted text |
| 500 | E3CC #E3CC35 | Primary brand colorCTAsActive elementsLinks |
| 600 | C5AF #C5AF1B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D8B #9D8B15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7063 #70630F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4840 #48400A | Primary textHigh emphasis contentDark headings |
| 950 | 2D28 #2D2806 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FDFCF2;
--lemon-100: #FBF7E0;
--lemon-200: #F7F0C5;
--lemon-300: #F1E598;
--lemon-400: #EAD762;
--lemon-500: #E3CC35;
--lemon-600: #C5AF1B;
--lemon-700: #9D8B15;
--lemon-800: #70630F;
--lemon-900: #48400A;
--lemon-950: #2D2806;
}