Lemon
#F9E7C2
OrangeColor Codes
All color formats for development
HEX
#F9E7C2RGB
rgb(249, 231, 194)HSL
hsl(40, 82%, 87%)OKLCH
oklch(0.933 0.052 85.1)CMYK
cmyk(0%, 7%, 22%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F5D79A
2#F1C772
3#EDB74A
4#E9A621
5#CA8D14
6#A27110
7#79550C
8#513808
9#281C04
Tints
Lighter variations
1#FAE9C9
2#FAECCF
3#FBEED5
4#FBF1DB
5#FCF3E1
6#FDF5E7
7#FDF8ED
8#FEFAF3
9#FEFDF9
Tones
Muted variations
1#F6E6C5
2#F4E5C8
3#F1E4CB
4#EEE3CE
5#EBE2D0
6#E9E1D3
7#E6E1D6
8#E3E0D8
9#E1DFDB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF9 #FEF9F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF2 #FCF2DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9E7 #F9E7C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4D4 #F4D494 | BordersInactive statesPlaceholder text |
| 400 | EFBE #EFBE5D | Disabled statesSecondary iconsMuted text |
| 500 | EAAC #EAAC2E | Primary brand colorCTAsActive elementsLinks |
| 600 | CC8F #CC8F14 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A272 #A27210 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7451 #74510B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A34 #4A3407 | Primary textHigh emphasis contentDark headings |
| 950 | 2E20 #2E2005 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FEF9F1;
--lemon-100: #FCF2DF;
--lemon-200: #F9E7C3;
--lemon-300: #F4D494;
--lemon-400: #EFBE5D;
--lemon-500: #EAAC2E;
--lemon-600: #CC8F14;
--lemon-700: #A27210;
--lemon-800: #74510B;
--lemon-900: #4A3407;
--lemon-950: #2E2005;
}