Lemon
#F9E5C3
OrangeColor Codes
All color formats for development
HEX
#F9E5C3RGB
rgb(249, 229, 195)HSL
hsl(38, 82%, 87%)OKLCH
oklch(0.929 0.05 81)CMYK
cmyk(0%, 8%, 22%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F5D49A
2#F1C272
3#EDB14A
4#E9A021
5#CA8714
6#A26C10
7#79510C
8#513608
9#281B04
Tints
Lighter variations
1#FAE8C9
2#FAEACF
3#FBEDD5
4#FBEFDB
5#FCF2E1
6#FDF5E7
7#FDF7ED
8#FEFAF3
9#FEFCF9
Tones
Muted variations
1#F6E4C5
2#F4E4C8
3#F1E3CB
4#EEE2CE
5#EBE1D0
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 | FCF1 #FCF1DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9E5 #F9E5C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4D1 #F4D194 | BordersInactive statesPlaceholder text |
| 400 | EFB9 #EFB95D | Disabled statesSecondary iconsMuted text |
| 500 | EAA5 #EAA52E | Primary brand colorCTAsActive elementsLinks |
| 600 | CC89 #CC8914 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A26D #A26D10 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 744E #744E0B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A32 #4A3207 | Primary textHigh emphasis contentDark headings |
| 950 | 2E1F #2E1F05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FEF9F1;
--lemon-100: #FCF1DF;
--lemon-200: #F9E5C3;
--lemon-300: #F4D194;
--lemon-400: #EFB95D;
--lemon-500: #EAA52E;
--lemon-600: #CC8914;
--lemon-700: #A26D10;
--lemon-800: #744E0B;
--lemon-900: #4A3207;
--lemon-950: #2E1F05;
}