Lemon
#F9E3C2
OrangeColor Codes
All color formats for development
HEX
#F9E3C2RGB
rgb(249, 227, 194)HSL
hsl(36, 82%, 87%)OKLCH
oklch(0.925 0.05 78)CMYK
cmyk(0%, 9%, 22%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F5D19A
2#F1BE72
3#EDAC4A
4#E99921
5#CA8114
6#A26710
7#794D0C
8#513408
9#281A04
Tints
Lighter variations
1#FAE6C9
2#FAE9CF
3#FBECD5
4#FBEEDB
5#FCF1E1
6#FDF4E7
7#FDF7ED
8#FEF9F3
9#FEFCF9
Tones
Muted variations
1#F6E3C5
2#F4E2C8
3#F1E2CB
4#EEE1CE
5#EBE1D0
6#E9E0D3
7#E6DFD6
8#E3DFD8
9#E1DEDB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF9 #FEF9F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF0 #FCF0DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9E3 #F9E3C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4CE #F4CE94 | BordersInactive statesPlaceholder text |
| 400 | EFB4 #EFB45D | Disabled statesSecondary iconsMuted text |
| 500 | EA9F #EA9F2E | Primary brand colorCTAsActive elementsLinks |
| 600 | CC83 #CC8314 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A268 #A26810 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 744A #744A0B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A2F #4A2F07 | Primary textHigh emphasis contentDark headings |
| 950 | 2E1E #2E1E05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FEF9F1;
--lemon-100: #FCF0DF;
--lemon-200: #F9E3C3;
--lemon-300: #F4CE94;
--lemon-400: #EFB45D;
--lemon-500: #EA9F2E;
--lemon-600: #CC8314;
--lemon-700: #A26810;
--lemon-800: #744A0B;
--lemon-900: #4A2F07;
--lemon-950: #2E1E05;
}