Lemon
#F7E6C5
OrangeColor Codes
All color formats for development
HEX
#F7E6C5RGB
rgb(247, 230, 197)HSL
hsl(40, 76%, 87%)OKLCH
oklch(0.93 0.047 83.9)CMYK
cmyk(0%, 7%, 20%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F2D69E
2#ECC577
3#E7B550
4#E2A428
5#C38B1B
6#9C6F15
7#755310
8#4E380B
9#271C05
Tints
Lighter variations
1#F8E9CA
2#F9EBD0
3#F9EED6
4#FAF0DC
5#FBF3E2
6#FCF5E8
7#FDF8ED
8#FDFAF3
9#FEFDF9
Tones
Muted variations
1#F5E5C7
2#F2E5CA
3#EFE4CC
4#EDE3CF
5#EAE2D1
6#E8E1D4
7#E5E0D6
8#E3E0D9
9#E0DFDB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF9 #FDF9F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF2 #FBF2E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7E6 #F7E6C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1D3 #F1D398 | BordersInactive statesPlaceholder text |
| 400 | EABC #EABC62 | Disabled statesSecondary iconsMuted text |
| 500 | E3A9 #E3A935 | Primary brand colorCTAsActive elementsLinks |
| 600 | C58D #C58D1B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D70 #9D7015 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7050 #70500F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4833 #48330A | Primary textHigh emphasis contentDark headings |
| 950 | 2D20 #2D2006 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FDF9F2;
--lemon-100: #FBF2E0;
--lemon-200: #F7E6C5;
--lemon-300: #F1D398;
--lemon-400: #EABC62;
--lemon-500: #E3A935;
--lemon-600: #C58D1B;
--lemon-700: #9D7015;
--lemon-800: #70500F;
--lemon-900: #48330A;
--lemon-950: #2D2006;
}