Lemon
#FBF3C0
YellowColor Codes
All color formats for development
HEX
#FBF3C0RGB
rgb(251, 243, 192)HSL
hsl(52, 88%, 87%)OKLCH
oklch(0.958 0.066 100.1)CMYK
cmyk(0%, 3%, 24%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F8EB97
2#F6E46D
3#F3DC44
4#F0D41A
5#D1B70D
6#A7920B
7#7D6E08
8#534905
9#2A2503
Tints
Lighter variations
1#FBF4C7
2#FCF6CD
3#FCF7D3
4#FDF8DA
5#FDF9E0
6#FDFAE6
7#FEFBEC
8#FEFDF3
9#FFFEF9
Tones
Muted variations
1#F8F1C4
2#F5EFC7
3#F2EDC9
4#EFEBCC
5#ECE9CF
6#EAE6D2
7#E7E4D5
8#E4E2D8
9#E1E0DB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF9 #FDF9DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBF3 #FBF3C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8EA #F8EA91 | BordersInactive statesPlaceholder text |
| 400 | F4DF #F4DF57 | Disabled statesSecondary iconsMuted text |
| 500 | F1D6 #F1D627 | Primary brand colorCTAsActive elementsLinks |
| 600 | D3B9 #D3B90D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A893 #A8930B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7869 #786908 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D43 #4D4305 | Primary textHigh emphasis contentDark headings |
| 950 | 302A #302A03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FEFCF1;
--lemon-100: #FDF9DD;
--lemon-200: #FBF3C1;
--lemon-300: #F8EA91;
--lemon-400: #F4DF57;
--lemon-500: #F1D627;
--lemon-600: #D3B90D;
--lemon-700: #A8930B;
--lemon-800: #786908;
--lemon-900: #4D4305;
--lemon-950: #302A03;
}