Lemon
#F7E0C5
OrangeColor Codes
All color formats for development
HEX
#F7E0C5RGB
rgb(247, 224, 197)HSL
hsl(32, 76%, 87%)OKLCH
oklch(0.918 0.044 71.7)CMYK
cmyk(0%, 9%, 20%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F2CA9E
2#ECB577
3#E7A050
4#E28B28
5#C3751B
6#9C5D15
7#754610
8#4E2F0B
9#271705
Tints
Lighter variations
1#F8E3CA
2#F9E6D0
3#F9E9D6
4#FAECDC
5#FBEFE2
6#FCF2E8
7#FDF6ED
8#FDF9F3
9#FEFCF9
Tones
Muted variations
1#F5DFC7
2#F2DFCA
3#EFDFCC
4#EDDFCF
5#EADFD1
6#E8DFD4
7#E5DED6
8#E3DED9
9#E0DEDB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF8 #FDF8F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBEE #FBEEE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7E0 #F7E0C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1C7 #F1C798 | BordersInactive statesPlaceholder text |
| 400 | EAAA #EAAA62 | Disabled statesSecondary iconsMuted text |
| 500 | E392 #E39235 | Primary brand colorCTAsActive elementsLinks |
| 600 | C576 #C5761B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D5E #9D5E15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7043 #70430F | Text on light backgroundsHeadingsStrong borders |
| 900 | 482B #482B0A | Primary textHigh emphasis contentDark headings |
| 950 | 2D1B #2D1B06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FDF8F2;
--lemon-100: #FBEEE0;
--lemon-200: #F7E0C5;
--lemon-300: #F1C798;
--lemon-400: #EAAA62;
--lemon-500: #E39235;
--lemon-600: #C5761B;
--lemon-700: #9D5E15;
--lemon-800: #70430F;
--lemon-900: #482B0A;
--lemon-950: #2D1B06;
}