Lemon
#FCF7C0
YellowColor Codes
All color formats for development
HEX
#FCF7C0RGB
rgb(252, 247, 192)HSL
hsl(55, 91%, 87%)OKLCH
oklch(0.967 0.071 103.3)CMYK
cmyk(0%, 2%, 24%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FAF295
2#F8EC6B
3#F6E741
4#F4E216
5#D4C30A
6#A99C08
7#7F7506
8#554E04
9#2A2702
Tints
Lighter variations
1#FCF8C6
2#FDF9CC
3#FDF9D3
4#FDFAD9
5#FEFBDF
6#FEFCE6
7#FEFDEC
8#FEFDF2
9#FFFEF9
Tones
Muted variations
1#F9F4C3
2#F6F2C6
3#F3EFC9
4#F0EDCC
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 | FDFB #FDFBDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCF7 #FCF7C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FAF1 #FAF18F | BordersInactive statesPlaceholder text |
| 400 | F7E9 #F7E955 | Disabled statesSecondary iconsMuted text |
| 500 | F5E3 #F5E324 | Primary brand colorCTAsActive elementsLinks |
| 600 | D6C5 #D6C50A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA9D #AA9D08 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A70 #7A7006 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E48 #4E4804 | Primary textHigh emphasis contentDark headings |
| 950 | 312D #312D02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FEFDF0;
--lemon-100: #FDFBDD;
--lemon-200: #FCF7C0;
--lemon-300: #FAF18F;
--lemon-400: #F7E955;
--lemon-500: #F5E324;
--lemon-600: #D6C50A;
--lemon-700: #AA9D08;
--lemon-800: #7A7006;
--lemon-900: #4E4804;
--lemon-950: #312D02;
}