Lemon
#FBF2C0
YellowColor Codes
All color formats for development
HEX
#FBF2C0RGB
rgb(251, 242, 192)HSL
hsl(51, 88%, 87%)OKLCH
oklch(0.956 0.065 99)CMYK
cmyk(0%, 4%, 24%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F8EA97
2#F6E16D
3#F3D944
4#F0D01A
5#D1B30D
6#A78F0B
7#7D6C08
8#534805
9#2A2403
Tints
Lighter variations
1#FBF4C7
2#FCF5CD
3#FCF6D3
4#FDF7DA
5#FDF9E0
6#FDFAE6
7#FEFBEC
8#FEFCF3
9#FFFEF9
Tones
Muted variations
1#F8F0C4
2#F5EEC7
3#F2ECC9
4#EFEACC
5#ECE8CF
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 | FDF8 #FDF8DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBF2 #FBF2C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8E8 #F8E891 | BordersInactive statesPlaceholder text |
| 400 | F4DD #F4DD57 | Disabled statesSecondary iconsMuted text |
| 500 | F1D3 #F1D327 | Primary brand colorCTAsActive elementsLinks |
| 600 | D3B5 #D3B50D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A890 #A8900B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7867 #786708 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D42 #4D4205 | Primary textHigh emphasis contentDark headings |
| 950 | 3029 #302903 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FEFCF1;
--lemon-100: #FDF8DD;
--lemon-200: #FBF2C1;
--lemon-300: #F8E891;
--lemon-400: #F4DD57;
--lemon-500: #F1D327;
--lemon-600: #D3B50D;
--lemon-700: #A8900B;
--lemon-800: #786708;
--lemon-900: #4D4205;
--lemon-950: #302903;
}