Lemon
#F7E8C4
OrangeColor Codes
All color formats for development
HEX
#F7E8C4RGB
rgb(247, 232, 196)HSL
hsl(42, 76%, 87%)OKLCH
oklch(0.934 0.05 88.1)CMYK
cmyk(0%, 6%, 21%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F2D89E
2#ECC977
3#E7BA50
4#E2AA28
5#C3911B
6#9C7415
7#755710
8#4E3A0B
9#271D05
Tints
Lighter variations
1#F8EACA
2#F9EDD0
3#F9EFD6
4#FAF1DC
5#FBF3E2
6#FCF6E8
7#FDF8ED
8#FDFAF3
9#FEFDF9
Tones
Muted variations
1#F5E7C7
2#F2E6CA
3#EFE5CC
4#EDE4CF
5#EAE3D1
6#E8E2D4
7#E5E1D6
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 | FBF3 #FBF3E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7E8 #F7E8C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1D6 #F1D698 | BordersInactive statesPlaceholder text |
| 400 | EAC1 #EAC162 | Disabled statesSecondary iconsMuted text |
| 500 | E3AF #E3AF35 | Primary brand colorCTAsActive elementsLinks |
| 600 | C592 #C5921B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D74 #9D7415 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7053 #70530F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4835 #48350A | Primary textHigh emphasis contentDark headings |
| 950 | 2D21 #2D2106 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FDFAF2;
--lemon-100: #FBF3E0;
--lemon-200: #F7E8C5;
--lemon-300: #F1D698;
--lemon-400: #EAC162;
--lemon-500: #E3AF35;
--lemon-600: #C5921B;
--lemon-700: #9D7415;
--lemon-800: #70530F;
--lemon-900: #48350A;
--lemon-950: #2D2106;
}