Lemon
#F9DFC2
OrangeColor Codes
All color formats for development
HEX
#F9DFC2RGB
rgb(249, 223, 194)HSL
hsl(32, 82%, 87%)OKLCH
oklch(0.918 0.048 70.2)CMYK
cmyk(0%, 10%, 22%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F5CB9A
2#F1B672
3#EDA14A
4#E98C21
5#CA7514
6#A25E10
7#79460C
8#512F08
9#281704
Tints
Lighter variations
1#FAE3C9
2#FAE6CF
3#FBE9D5
4#FBECDB
5#FCEFE1
6#FDF2E7
7#FDF6ED
8#FEF9F3
9#FEFCF9
Tones
Muted variations
1#F6DFC5
2#F4DFC8
3#F1DFCB
4#EEDFCE
5#EBDFD0
6#E9DFD3
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 | F9E0 #F9E0C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4C8 #F4C894 | BordersInactive statesPlaceholder text |
| 400 | EFAB #EFAB5D | Disabled statesSecondary iconsMuted text |
| 500 | EA93 #EA932E | Primary brand colorCTAsActive elementsLinks |
| 600 | CC76 #CC7614 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A25E #A25E10 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7443 #74430B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A2B #4A2B07 | Primary textHigh emphasis contentDark headings |
| 950 | 2E1B #2E1B05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FEF8F1;
--lemon-100: #FCEEDF;
--lemon-200: #F9E0C3;
--lemon-300: #F4C894;
--lemon-400: #EFAB5D;
--lemon-500: #EA932E;
--lemon-600: #CC7614;
--lemon-700: #A25E10;
--lemon-800: #74430B;
--lemon-900: #4A2B07;
--lemon-950: #2E1B05;
}