Lemon
#F7E5C5
OrangeColor Codes
All color formats for development
HEX
#F7E5C5RGB
rgb(247, 229, 197)HSL
hsl(38, 76%, 87%)OKLCH
oklch(0.928 0.046 82)CMYK
cmyk(0%, 7%, 20%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F2D39E
2#ECC177
3#E7B050
4#E29E28
5#C3851B
6#9C6B15
7#755010
8#4E350B
9#271B05
Tints
Lighter variations
1#F8E7CA
2#F9EAD0
3#F9ECD6
4#FAEFDC
5#FBF2E2
6#FCF4E8
7#FDF7ED
8#FDFAF3
9#FEFCF9
Tones
Muted variations
1#F5E4C7
2#F2E3CA
3#EFE3CC
4#EDE2CF
5#EAE1D1
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 | F1D0 #F1D098 | BordersInactive statesPlaceholder text |
| 400 | EAB8 #EAB862 | Disabled statesSecondary iconsMuted text |
| 500 | E3A4 #E3A435 | Primary brand colorCTAsActive elementsLinks |
| 600 | C587 #C5871B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D6B #9D6B15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 704D #704D0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4831 #48310A | 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: #F1D098;
--lemon-400: #EAB862;
--lemon-500: #E3A435;
--lemon-600: #C5871B;
--lemon-700: #9D6B15;
--lemon-800: #704D0F;
--lemon-900: #48310A;
--lemon-950: #2D1F06;
}