Lemon
#F9DFC3
OrangeColor Codes
All color formats for development
HEX
#F9DFC3RGB
rgb(249, 223, 195)HSL
hsl(31, 82%, 87%)OKLCH
oklch(0.918 0.047 69.3)CMYK
cmyk(0%, 10%, 22%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F5C99A
2#F1B472
3#ED9E4A
4#E98821
5#CA7214
6#A25B10
7#79440C
8#512E08
9#281704
Tints
Lighter variations
1#FAE2C9
2#FAE5CF
3#FBE8D5
4#FBECDB
5#FCEFE1
6#FDF2E7
7#FDF5ED
8#FEF9F3
9#FEFCF9
Tones
Muted variations
1#F6DFC5
2#F4DFC8
3#F1DECB
4#EEDECE
5#EBDED0
6#E9DED3
7#E6DED6
8#E3DED8
9#E1DEDB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF8 #FEF8F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCEE #FCEEDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9DF #F9DFC3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4C6 #F4C694 | BordersInactive statesPlaceholder text |
| 400 | EFA8 #EFA85D | Disabled statesSecondary iconsMuted text |
| 500 | EA8F #EA8F2E | Primary brand colorCTAsActive elementsLinks |
| 600 | CC73 #CC7314 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A25C #A25C10 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7441 #74410B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A2A #4A2A07 | Primary textHigh emphasis contentDark headings |
| 950 | 2E1A #2E1A05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FEF8F1;
--lemon-100: #FCEEDF;
--lemon-200: #F9DFC3;
--lemon-300: #F4C694;
--lemon-400: #EFA85D;
--lemon-500: #EA8F2E;
--lemon-600: #CC7314;
--lemon-700: #A25C10;
--lemon-800: #74410B;
--lemon-900: #4A2A07;
--lemon-950: #2E1A05;
}