Lemon
#FBF5C0
YellowColor Codes
All color formats for development
HEX
#FBF5C0RGB
rgb(251, 245, 192)HSL
hsl(54, 88%, 87%)OKLCH
oklch(0.962 0.068 102.2)CMYK
cmyk(0%, 2%, 24%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F8EF97
2#F6E86D
3#F3E144
4#F0DB1A
5#D1BD0D
6#A7970B
7#7D7108
8#534C05
9#2A2603
Tints
Lighter variations
1#FBF6C7
2#FCF7CD
3#FCF8D3
4#FDF9DA
5#FDFAE0
6#FDFBE6
7#FEFCEC
8#FEFDF3
9#FFFEF9
Tones
Muted variations
1#F8F3C4
2#F5F1C7
3#F2EEC9
4#EFECCC
5#ECEACF
6#EAE7D2
7#E7E5D5
8#E4E3D8
9#E1E0DB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDFA #FDFADD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBF5 #FBF5C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8EE #F8EE91 | BordersInactive statesPlaceholder text |
| 400 | F4E5 #F4E557 | Disabled statesSecondary iconsMuted text |
| 500 | F1DD #F1DD27 | Primary brand colorCTAsActive elementsLinks |
| 600 | D3BF #D3BF0D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A898 #A8980B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 786D #786D08 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D46 #4D4605 | 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: #FDFADD;
--lemon-200: #FBF5C1;
--lemon-300: #F8EE91;
--lemon-400: #F4E557;
--lemon-500: #F1DD27;
--lemon-600: #D3BF0D;
--lemon-700: #A8980B;
--lemon-800: #786D08;
--lemon-900: #4D4605;
--lemon-950: #302B03;
}