Lemon
#F9E6C3
OrangeColor Codes
All color formats for development
HEX
#F9E6C3RGB
rgb(249, 230, 195)HSL
hsl(39, 82%, 87%)OKLCH
oklch(0.931 0.05 82.8)CMYK
cmyk(0%, 8%, 22%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F5D59A
2#F1C572
3#EDB44A
4#E9A321
5#CA8A14
6#A26F10
7#79530C
8#513708
9#281C04
Tints
Lighter variations
1#FAE9C9
2#FAEBCF
3#FBEED5
4#FBF0DB
5#FCF3E1
6#FDF5E7
7#FDF8ED
8#FEFAF3
9#FEFDF9
Tones
Muted variations
1#F6E5C5
2#F4E4C8
3#F1E4CB
4#EEE3CE
5#EBE2D0
6#E9E1D3
7#E6E0D6
8#E3DFD8
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 | F9E6 #F9E6C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4D3 #F4D394 | BordersInactive statesPlaceholder text |
| 400 | EFBC #EFBC5D | Disabled statesSecondary iconsMuted text |
| 500 | EAA8 #EAA82E | Primary brand colorCTAsActive elementsLinks |
| 600 | CC8C #CC8C14 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A26F #A26F10 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 744F #744F0B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A33 #4A3307 | 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: #F9E6C3;
--lemon-300: #F4D394;
--lemon-400: #EFBC5D;
--lemon-500: #EAA82E;
--lemon-600: #CC8C14;
--lemon-700: #A26F10;
--lemon-800: #744F0B;
--lemon-900: #4A3307;
--lemon-950: #2E2005;
}