Lemon
#F7E5C4
OrangeColor Codes
All color formats for development
HEX
#F7E5C4RGB
rgb(247, 229, 196)HSL
hsl(39, 76%, 87%)OKLCH
oklch(0.928 0.048 82.7)CMYK
cmyk(0%, 7%, 21%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F2D49E
2#ECC377
3#E7B250
4#E2A128
5#C3881B
6#9C6D15
7#755210
8#4E360B
9#271B05
Tints
Lighter variations
1#F8E8CA
2#F9EBD0
3#F9EDD6
4#FAF0DC
5#FBF2E2
6#FCF5E8
7#FDF7ED
8#FDFAF3
9#FEFCF9
Tones
Muted variations
1#F5E5C7
2#F2E4CA
3#EFE3CC
4#EDE2CF
5#EAE2D1
6#E8E1D4
7#E5E0D6
8#E3DFD9
9#E0DFDB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF9 #FDF9F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF1 #FBF1E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7E5 #F7E5C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1D2 #F1D298 | BordersInactive statesPlaceholder text |
| 400 | EABA #EABA62 | Disabled statesSecondary iconsMuted text |
| 500 | E3A6 #E3A635 | Primary brand colorCTAsActive elementsLinks |
| 600 | C58A #C58A1B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D6E #9D6E15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 704E #704E0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4832 #48320A | Primary textHigh emphasis contentDark headings |
| 950 | 2D1F #2D1F06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FDF9F2;
--lemon-100: #FBF1E0;
--lemon-200: #F7E5C5;
--lemon-300: #F1D298;
--lemon-400: #EABA62;
--lemon-500: #E3A635;
--lemon-600: #C58A1B;
--lemon-700: #9D6E15;
--lemon-800: #704E0F;
--lemon-900: #48320A;
--lemon-950: #2D1F06;
}