Lemon
#FCF2BF
YellowColor Codes
All color formats for development
HEX
#FCF2BFRGB
rgb(252, 242, 191)HSL
hsl(50, 91%, 87%)OKLCH
oklch(0.957 0.066 98.2)CMYK
cmyk(0%, 4%, 24%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FAE995
2#F8E16B
3#F6D841
4#F4CF16
5#D4B20A
6#A98F08
7#7F6B06
8#554704
9#2A2402
Tints
Lighter variations
1#FCF3C6
2#FDF5CC
3#FDF6D3
4#FDF7D9
5#FEF8DF
6#FEFAE6
7#FEFBEC
8#FEFCF2
9#FFFEF9
Tones
Muted variations
1#F9F0C3
2#F6EEC6
3#F3ECC9
4#F0EACC
5#EDE8CF
6#EAE6D2
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 | FDF8 #FDF8DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCF2 #FCF2C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FAE8 #FAE88F | BordersInactive statesPlaceholder text |
| 400 | F7DC #F7DC55 | Disabled statesSecondary iconsMuted text |
| 500 | F5D2 #F5D224 | Primary brand colorCTAsActive elementsLinks |
| 600 | D6B4 #D6B40A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA8F #AA8F08 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A66 #7A6606 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E42 #4E4204 | Primary textHigh emphasis contentDark headings |
| 950 | 3129 #312902 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FEFCF0;
--lemon-100: #FDF8DD;
--lemon-200: #FCF2C0;
--lemon-300: #FAE88F;
--lemon-400: #F7DC55;
--lemon-500: #F5D224;
--lemon-600: #D6B40A;
--lemon-700: #AA8F08;
--lemon-800: #7A6606;
--lemon-900: #4E4204;
--lemon-950: #312902;
}