Lemon
#FBF7C1
YellowColor Codes
All color formats for development
HEX
#FBF7C1RGB
rgb(251, 247, 193)HSL
hsl(56, 88%, 87%)OKLCH
oklch(0.966 0.069 104.1)CMYK
cmyk(0%, 2%, 23%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F8F297
2#F6ED6D
3#F3E744
4#F0E21A
5#D1C40D
6#A79C0B
7#7D7508
8#534E05
9#2A2703
Tints
Lighter variations
1#FBF8C7
2#FCF9CD
3#FCF9D3
4#FDFADA
5#FDFBE0
6#FDFCE6
7#FEFDEC
8#FEFDF3
9#FFFEF9
Tones
Muted variations
1#F8F5C4
2#F5F2C7
3#F2F0C9
4#EFEDCC
5#ECEACF
6#EAE8D2
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 | FDFB #FDFBDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBF7 #FBF7C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8F1 #F8F191 | BordersInactive statesPlaceholder text |
| 400 | F4EA #F4EA57 | Disabled statesSecondary iconsMuted text |
| 500 | F1E4 #F1E427 | Primary brand colorCTAsActive elementsLinks |
| 600 | D3C6 #D3C60D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A89D #A89D0B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7870 #787008 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D48 #4D4805 | Primary textHigh emphasis contentDark headings |
| 950 | 302D #302D03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FEFDF1;
--lemon-100: #FDFBDD;
--lemon-200: #FBF7C1;
--lemon-300: #F8F191;
--lemon-400: #F4EA57;
--lemon-500: #F1E427;
--lemon-600: #D3C60D;
--lemon-700: #A89D0B;
--lemon-800: #787008;
--lemon-900: #4D4805;
--lemon-950: #302D03;
}