Lemon
#FCEFBF
YellowColor Codes
All color formats for development
HEX
#FCEFBFRGB
rgb(252, 239, 191)HSL
hsl(47, 91%, 87%)OKLCH
oklch(0.951 0.063 94.7)CMYK
cmyk(0%, 5%, 24%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FAE495
2#F8D96B
3#F6CF41
4#F4C416
5#D4A80A
6#A98708
7#7F6506
8#554304
9#2A2202
Tints
Lighter variations
1#FCF1C6
2#FDF2CC
3#FDF4D3
4#FDF5D9
5#FEF7DF
6#FEF9E6
7#FEFAEC
8#FEFCF2
9#FFFDF9
Tones
Muted variations
1#F9EDC3
2#F6ECC6
3#F3EAC9
4#F0E8CC
5#EDE6CF
6#EAE5D2
7#E7E3D5
8#E4E1D8
9#E1E0DB
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 | FCEF #FCEFC0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FAE3 #FAE38F | BordersInactive statesPlaceholder text |
| 400 | F7D4 #F7D455 | Disabled statesSecondary iconsMuted text |
| 500 | F5C7 #F5C724 | Primary brand colorCTAsActive elementsLinks |
| 600 | D6AA #D6AA0A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA87 #AA8708 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A61 #7A6106 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E3E #4E3E04 | Primary textHigh emphasis contentDark headings |
| 950 | 3127 #312702 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FEFBF0;
--lemon-100: #FDF6DD;
--lemon-200: #FCEFC0;
--lemon-300: #FAE38F;
--lemon-400: #F7D455;
--lemon-500: #F5C724;
--lemon-600: #D6AA0A;
--lemon-700: #AA8708;
--lemon-800: #7A6106;
--lemon-900: #4E3E04;
--lemon-950: #312702;
}