Lemon
#FCF1C0
YellowColor Codes
All color formats for development
HEX
#FCF1C0RGB
rgb(252, 241, 192)HSL
hsl(49, 91%, 87%)OKLCH
oklch(0.955 0.064 96.9)CMYK
cmyk(0%, 4%, 24%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FAE895
2#F8DE6B
3#F6D541
4#F4CB16
5#D4AF0A
6#A98C08
7#7F6906
8#554604
9#2A2302
Tints
Lighter variations
1#FCF2C6
2#FDF4CC
3#FDF5D3
4#FDF7D9
5#FEF8DF
6#FEF9E6
7#FEFBEC
8#FEFCF2
9#FFFEF9
Tones
Muted variations
1#F9EFC3
2#F6EDC6
3#F3EBC9
4#F0E9CC
5#EDE7CF
6#EAE5D2
7#E7E4D5
8#E4E2D8
9#E1E0DB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF7 #FDF7DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCF1 #FCF1C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FAE6 #FAE68F | BordersInactive statesPlaceholder text |
| 400 | F7D9 #F7D955 | Disabled statesSecondary iconsMuted text |
| 500 | F5CE #F5CE24 | Primary brand colorCTAsActive elementsLinks |
| 600 | D6B1 #D6B10A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA8D #AA8D08 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A64 #7A6406 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E40 #4E4004 | Primary textHigh emphasis contentDark headings |
| 950 | 3128 #312802 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FEFCF0;
--lemon-100: #FDF7DD;
--lemon-200: #FCF1C0;
--lemon-300: #FAE68F;
--lemon-400: #F7D955;
--lemon-500: #F5CE24;
--lemon-600: #D6B10A;
--lemon-700: #AA8D08;
--lemon-800: #7A6406;
--lemon-900: #4E4004;
--lemon-950: #312802;
}