Lemon
#F7DFC5
OrangeColor Codes
All color formats for development
HEX
#F7DFC5RGB
rgb(247, 223, 197)HSL
hsl(31, 76%, 87%)OKLCH
oklch(0.917 0.043 69.5)CMYK
cmyk(0%, 10%, 20%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F2C99E
2#ECB377
3#E79E50
4#E28828
5#C3721B
6#9C5B15
7#754410
8#4E2D0B
9#271705
Tints
Lighter variations
1#F8E2CA
2#F9E5D0
3#F9E8D6
4#FAECDC
5#FBEFE2
6#FCF2E8
7#FDF5ED
8#FDF9F3
9#FEFCF9
Tones
Muted variations
1#F5DFC7
2#F2DFCA
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 | FDF8 #FDF8F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBEE #FBEEE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7DF #F7DFC5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1C6 #F1C698 | BordersInactive statesPlaceholder text |
| 400 | EAA8 #EAA862 | Disabled statesSecondary iconsMuted text |
| 500 | E38F #E38F35 | Primary brand colorCTAsActive elementsLinks |
| 600 | C573 #C5731B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D5C #9D5C15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7041 #70410F | Text on light backgroundsHeadingsStrong borders |
| 900 | 482A #482A0A | 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: #FDF8F2;
--lemon-100: #FBEEE0;
--lemon-200: #F7DFC5;
--lemon-300: #F1C698;
--lemon-400: #EAA862;
--lemon-500: #E38F35;
--lemon-600: #C5731B;
--lemon-700: #9D5C15;
--lemon-800: #70410F;
--lemon-900: #482A0A;
--lemon-950: #2D1A06;
}