Lemon
#F9E8C3
OrangeColor Codes
All color formats for development
HEX
#F9E8C3RGB
rgb(249, 232, 195)HSL
hsl(41, 82%, 87%)OKLCH
oklch(0.935 0.052 86.2)CMYK
cmyk(0%, 7%, 22%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F5D89A
2#F1C972
3#EDB94A
4#E9AA21
5#CA9014
6#A27310
7#79570C
8#513A08
9#281D04
Tints
Lighter variations
1#FAEAC9
2#FAECCF
3#FBEFD5
4#FBF1DB
5#FCF3E1
6#FDF6E7
7#FDF8ED
8#FEFAF3
9#FEFDF9
Tones
Muted variations
1#F6E7C5
2#F4E6C8
3#F1E5CB
4#EEE4CE
5#EBE3D0
6#E9E2D3
7#E6E1D6
8#E3E0D8
9#E1DFDB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFA #FEFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF3 #FCF3DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9E8 #F9E8C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4D6 #F4D694 | BordersInactive statesPlaceholder text |
| 400 | EFC1 #EFC15D | Disabled statesSecondary iconsMuted text |
| 500 | EAAF #EAAF2E | Primary brand colorCTAsActive elementsLinks |
| 600 | CC92 #CC9214 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A274 #A27410 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7453 #74530B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A35 #4A3507 | Primary textHigh emphasis contentDark headings |
| 950 | 2E21 #2E2105 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FEFAF1;
--lemon-100: #FCF3DF;
--lemon-200: #F9E8C3;
--lemon-300: #F4D694;
--lemon-400: #EFC15D;
--lemon-500: #EAAF2E;
--lemon-600: #CC9214;
--lemon-700: #A27410;
--lemon-800: #74530B;
--lemon-900: #4A3507;
--lemon-950: #2E2105;
}