Lemon
#F7E1C5
OrangeColor Codes
All color formats for development
HEX
#F7E1C5RGB
rgb(247, 225, 197)HSL
hsl(34, 76%, 87%)OKLCH
oklch(0.92 0.044 73.9)CMYK
cmyk(0%, 9%, 20%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F2CD9E
2#ECB977
3#E7A550
4#E29128
5#C37A1B
6#9C6215
7#754910
8#4E310B
9#271805
Tints
Lighter variations
1#F8E4CA
2#F9E7D0
3#F9EAD6
4#FAEDDC
5#FBF0E2
6#FCF3E8
7#FDF6ED
8#FDF9F3
9#FEFCF9
Tones
Muted variations
1#F5E1C7
2#F2E1CA
3#EFE0CC
4#EDE0CF
5#EAE0D1
6#E8DFD4
7#E5DFD6
8#E3DFD9
9#E0DEDB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF8 #FDF8F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBEF #FBEFE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7E1 #F7E1C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1CA #F1CA98 | BordersInactive statesPlaceholder text |
| 400 | EAAF #EAAF62 | Disabled statesSecondary iconsMuted text |
| 500 | E398 #E39835 | Primary brand colorCTAsActive elementsLinks |
| 600 | C57C #C57C1B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D62 #9D6215 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7046 #70460F | Text on light backgroundsHeadingsStrong borders |
| 900 | 482D #482D0A | Primary textHigh emphasis contentDark headings |
| 950 | 2D1C #2D1C06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FDF8F2;
--lemon-100: #FBEFE0;
--lemon-200: #F7E1C5;
--lemon-300: #F1CA98;
--lemon-400: #EAAF62;
--lemon-500: #E39835;
--lemon-600: #C57C1B;
--lemon-700: #9D6215;
--lemon-800: #70460F;
--lemon-900: #482D0A;
--lemon-950: #2D1C06;
}