Lemon
#F7EAC4
YellowColor Codes
All color formats for development
HEX
#F7EAC4RGB
rgb(247, 234, 196)HSL
hsl(45, 76%, 87%)OKLCH
oklch(0.938 0.052 91.4)CMYK
cmyk(0%, 5%, 21%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F2DD9E
2#ECCF77
3#E7C150
4#E2B328
5#C3991B
6#9C7A15
7#755C10
8#4E3D0B
9#271F05
Tints
Lighter variations
1#F8EDCA
2#F9EFD0
3#F9F1D6
4#FAF3DC
5#FBF5E2
6#FCF7E8
7#FDF9ED
8#FDFBF3
9#FEFDF9
Tones
Muted variations
1#F5E9C7
2#F2E8CA
3#EFE7CC
4#EDE5CF
5#EAE4D1
6#E8E3D4
7#E5E2D6
8#E3E0D9
9#E0DFDB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFA #FDFAF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF4 #FBF4E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7EA #F7EAC5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1DB #F1DB98 | BordersInactive statesPlaceholder text |
| 400 | EAC8 #EAC862 | Disabled statesSecondary iconsMuted text |
| 500 | E3B8 #E3B835 | Primary brand colorCTAsActive elementsLinks |
| 600 | C59B #C59B1B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D7B #9D7B15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7058 #70580F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4838 #48380A | Primary textHigh emphasis contentDark headings |
| 950 | 2D23 #2D2306 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FDFAF2;
--lemon-100: #FBF4E0;
--lemon-200: #F7EAC5;
--lemon-300: #F1DB98;
--lemon-400: #EAC862;
--lemon-500: #E3B835;
--lemon-600: #C59B1B;
--lemon-700: #9D7B15;
--lemon-800: #70580F;
--lemon-900: #48380A;
--lemon-950: #2D2306;
}