Lemon
#FBF4C1
YellowColor Codes
All color formats for development
HEX
#FBF4C1RGB
rgb(251, 244, 193)HSL
hsl(53, 88%, 87%)OKLCH
oklch(0.96 0.066 101)CMYK
cmyk(0%, 3%, 23%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F8ED97
2#F6E66D
3#F3DF44
4#F0D71A
5#D1BA0D
6#A7950B
7#7D6F08
8#534A05
9#2A2503
Tints
Lighter variations
1#FBF5C7
2#FCF6CD
3#FCF7D3
4#FDF9DA
5#FDFAE0
6#FDFBE6
7#FEFCEC
8#FEFDF3
9#FFFEF9
Tones
Muted variations
1#F8F2C4
2#F5F0C7
3#F2EEC9
4#EFEBCC
5#ECE9CF
6#EAE7D2
7#E7E5D5
8#E4E2D8
9#E1E0DB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF9 #FDF9DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBF4 #FBF4C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8EC #F8EC91 | BordersInactive statesPlaceholder text |
| 400 | F4E2 #F4E257 | Disabled statesSecondary iconsMuted text |
| 500 | F1DA #F1DA27 | Primary brand colorCTAsActive elementsLinks |
| 600 | D3BC #D3BC0D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A895 #A8950B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 786B #786B08 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D44 #4D4405 | Primary textHigh emphasis contentDark headings |
| 950 | 302B #302B03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FEFDF1;
--lemon-100: #FDF9DD;
--lemon-200: #FBF4C1;
--lemon-300: #F8EC91;
--lemon-400: #F4E257;
--lemon-500: #F1DA27;
--lemon-600: #D3BC0D;
--lemon-700: #A8950B;
--lemon-800: #786B08;
--lemon-900: #4D4405;
--lemon-950: #302B03;
}