Lemon
#FCEEBF
YellowColor Codes
All color formats for development
HEX
#FCEEBFRGB
rgb(252, 238, 191)HSL
hsl(46, 91%, 87%)OKLCH
oklch(0.949 0.062 93.4)CMYK
cmyk(0%, 6%, 24%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FAE395
2#F8D76B
3#F6CC41
4#F4C016
5#D4A50A
6#A98408
7#7F6306
8#554204
9#2A2102
Tints
Lighter variations
1#FCF0C6
2#FDF1CC
3#FDF3D3
4#FDF5D9
5#FEF6DF
6#FEF8E6
7#FEFAEC
8#FEFCF2
9#FFFDF9
Tones
Muted variations
1#F9ECC3
2#F6EBC6
3#F3E9C9
4#F0E8CC
5#EDE6CF
6#EAE4D2
7#E7E3D5
8#E4E1D8
9#E1DFDB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFB #FEFBF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF6 #FDF6DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCEE #FCEEC0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FAE1 #FAE18F | BordersInactive statesPlaceholder text |
| 400 | F7D1 #F7D155 | Disabled statesSecondary iconsMuted text |
| 500 | F5C4 #F5C424 | Primary brand colorCTAsActive elementsLinks |
| 600 | D6A7 #D6A70A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA85 #AA8508 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A5F #7A5F06 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E3D #4E3D04 | Primary textHigh emphasis contentDark headings |
| 950 | 3126 #312602 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FEFBF0;
--lemon-100: #FDF6DD;
--lemon-200: #FCEEC0;
--lemon-300: #FAE18F;
--lemon-400: #F7D155;
--lemon-500: #F5C424;
--lemon-600: #D6A70A;
--lemon-700: #AA8508;
--lemon-800: #7A5F06;
--lemon-900: #4E3D04;
--lemon-950: #312602;
}