Lemon
#FCE7C0
OrangeColor Codes
All color formats for development
HEX
#FCE7C0RGB
rgb(252, 231, 192)HSL
hsl(39, 91%, 87%)OKLCH
oklch(0.935 0.056 82.9)CMYK
cmyk(0%, 8%, 24%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FAD795
2#F8C76B
3#F6B741
4#F4A616
5#D48D0A
6#A97108
7#7F5506
8#553804
9#2A1C02
Tints
Lighter variations
1#FCE9C6
2#FDECCC
3#FDEED3
4#FDF1D9
5#FEF3DF
6#FEF5E6
7#FEF8EC
8#FEFAF2
9#FFFDF9
Tones
Muted variations
1#F9E6C3
2#F6E5C6
3#F3E4C9
4#F0E3CC
5#EDE2CF
6#EAE1D2
7#E7E1D5
8#E4E0D8
9#E1DFDB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF9 #FEF9F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF2 #FDF2DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCE7 #FCE7C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FAD4 #FAD48F | BordersInactive statesPlaceholder text |
| 400 | F7BE #F7BE55 | Disabled statesSecondary iconsMuted text |
| 500 | F5AC #F5AC24 | Primary brand colorCTAsActive elementsLinks |
| 600 | D68F #D68F0A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA72 #AA7208 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A51 #7A5106 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E34 #4E3404 | Primary textHigh emphasis contentDark headings |
| 950 | 3120 #312002 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FEF9F0;
--lemon-100: #FDF2DD;
--lemon-200: #FCE7C0;
--lemon-300: #FAD48F;
--lemon-400: #F7BE55;
--lemon-500: #F5AC24;
--lemon-600: #D68F0A;
--lemon-700: #AA7208;
--lemon-800: #7A5106;
--lemon-900: #4E3404;
--lemon-950: #312002;
}