Lemon
#FBF1C0
YellowColor Codes
All color formats for development
HEX
#FBF1C0RGB
rgb(251, 241, 192)HSL
hsl(50, 88%, 87%)OKLCH
oklch(0.954 0.064 97.8)CMYK
cmyk(0%, 4%, 24%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F8E897
2#F6DF6D
3#F3D644
4#F0CD1A
5#D1B00D
6#A78D0B
7#7D6A08
8#534605
9#2A2303
Tints
Lighter variations
1#FBF3C7
2#FCF4CD
3#FCF5D3
4#FDF7DA
5#FDF8E0
6#FDFAE6
7#FEFBEC
8#FEFCF3
9#FFFEF9
Tones
Muted variations
1#F8EFC4
2#F5EDC7
3#F2EBC9
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 | FBF1 #FBF1C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8E7 #F8E791 | BordersInactive statesPlaceholder text |
| 400 | F4DA #F4DA57 | Disabled statesSecondary iconsMuted text |
| 500 | F1D0 #F1D027 | Primary brand colorCTAsActive elementsLinks |
| 600 | D3B2 #D3B20D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A88E #A88E0B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7865 #786508 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D41 #4D4105 | Primary textHigh emphasis contentDark headings |
| 950 | 3028 #302803 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FEFCF1;
--lemon-100: #FDF8DD;
--lemon-200: #FBF1C1;
--lemon-300: #F8E791;
--lemon-400: #F4DA57;
--lemon-500: #F1D027;
--lemon-600: #D3B20D;
--lemon-700: #A88E0B;
--lemon-800: #786508;
--lemon-900: #4D4105;
--lemon-950: #302803;
}