Lemon
#F7DEC5
OrangeColor Codes
All color formats for development
HEX
#F7DEC5RGB
rgb(247, 222, 197)HSL
hsl(30, 76%, 87%)OKLCH
oklch(0.915 0.043 67.2)CMYK
cmyk(0%, 10%, 20%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F2C89E
2#ECB177
3#E79B50
4#E28528
5#C36F1B
6#9C5915
7#754310
8#4E2C0B
9#271605
Tints
Lighter variations
1#F8E1CA
2#F9E4D0
3#F9E8D6
4#FAEBDC
5#FBEEE2
6#FCF2E8
7#FDF5ED
8#FDF8F3
9#FEFCF9
Tones
Muted variations
1#F5DEC7
2#F2DECA
3#EFDECC
4#EDDECF
5#EADED1
6#E8DED4
7#E5DED6
8#E3DED9
9#E0DEDB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF7 #FDF7F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBED #FBEDE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7DE #F7DEC5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1C4 #F1C498 | BordersInactive statesPlaceholder text |
| 400 | EAA6 #EAA662 | Disabled statesSecondary iconsMuted text |
| 500 | E38C #E38C35 | Primary brand colorCTAsActive elementsLinks |
| 600 | C570 #C5701B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D59 #9D5915 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7040 #70400F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4829 #48290A | Primary textHigh emphasis contentDark headings |
| 950 | 2D1A #2D1A06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FDF7F2;
--lemon-100: #FBEDE0;
--lemon-200: #F7DEC5;
--lemon-300: #F1C498;
--lemon-400: #EAA662;
--lemon-500: #E38C35;
--lemon-600: #C5701B;
--lemon-700: #9D5915;
--lemon-800: #70400F;
--lemon-900: #48290A;
--lemon-950: #2D1A06;
}