Lemon
#FCE0BF
OrangeColor Codes
All color formats for development
HEX
#FCE0BFRGB
rgb(252, 224, 191)HSL
hsl(32, 91%, 87%)OKLCH
oklch(0.921 0.053 71.7)CMYK
cmyk(0%, 11%, 24%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FACB95
2#F8B66B
3#F6A141
4#F48D16
5#D4760A
6#A95E08
7#7F4706
8#552F04
9#2A1802
Tints
Lighter variations
1#FCE3C6
2#FDE6CC
3#FDE9D3
4#FDECD9
5#FEEFDF
6#FEF3E6
7#FEF6EC
8#FEF9F2
9#FFFCF9
Tones
Muted variations
1#F9E0C3
2#F6DFC6
3#F3DFC9
4#F0DFCC
5#EDDFCF
6#EADFD2
7#E7DED5
8#E4DED8
9#E1DEDB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF8 #FEF8F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDEE #FDEEDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCE0 #FCE0C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FAC8 #FAC88F | BordersInactive statesPlaceholder text |
| 400 | F7AB #F7AB55 | Disabled statesSecondary iconsMuted text |
| 500 | F593 #F59324 | Primary brand colorCTAsActive elementsLinks |
| 600 | D677 #D6770A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA5F #AA5F08 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A44 #7A4406 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E2B #4E2B04 | Primary textHigh emphasis contentDark headings |
| 950 | 311B #311B02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FEF8F0;
--lemon-100: #FDEEDD;
--lemon-200: #FCE0C0;
--lemon-300: #FAC88F;
--lemon-400: #F7AB55;
--lemon-500: #F59324;
--lemon-600: #D6770A;
--lemon-700: #AA5F08;
--lemon-800: #7A4406;
--lemon-900: #4E2B04;
--lemon-950: #311B02;
}