Lemon
#FCF6BF
YellowColor Codes
All color formats for development
HEX
#FCF6BFRGB
rgb(252, 246, 191)HSL
hsl(54, 91%, 87%)OKLCH
oklch(0.965 0.071 102.4)CMYK
cmyk(0%, 2%, 24%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FAF095
2#F8EA6B
3#F6E441
4#F4DE16
5#D4C00A
6#A99908
7#7F7306
8#554D04
9#2A2602
Tints
Lighter variations
1#FCF7C6
2#FDF8CC
3#FDF9D3
4#FDFAD9
5#FEFADF
6#FEFBE6
7#FEFCEC
8#FEFDF2
9#FFFEF9
Tones
Muted variations
1#F9F4C3
2#F6F1C6
3#F3EFC9
4#F0ECCC
5#EDEACF
6#EAE8D2
7#E7E5D5
8#E4E3D8
9#E1E0DB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDFA #FDFADD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCF6 #FCF6C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FAEF #FAEF8F | BordersInactive statesPlaceholder text |
| 400 | F7E7 #F7E755 | Disabled statesSecondary iconsMuted text |
| 500 | F5E0 #F5E024 | Primary brand colorCTAsActive elementsLinks |
| 600 | D6C2 #D6C20A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA9A #AA9A08 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A6E #7A6E06 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E47 #4E4704 | Primary textHigh emphasis contentDark headings |
| 950 | 312C #312C02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FEFDF0;
--lemon-100: #FDFADD;
--lemon-200: #FCF6C0;
--lemon-300: #FAEF8F;
--lemon-400: #F7E755;
--lemon-500: #F5E024;
--lemon-600: #D6C20A;
--lemon-700: #AA9A08;
--lemon-800: #7A6E06;
--lemon-900: #4E4704;
--lemon-950: #312C02;
}