Lemon
#FEEEBE
YellowColor Codes
All color formats for development
HEX
#FEEEBERGB
rgb(254, 238, 190)HSL
hsl(45, 97%, 87%)OKLCH
oklch(0.95 0.064 91.8)CMYK
cmyk(0%, 6%, 25%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FDE392
2#FDD766
3#FCCC3B
4#FBC00F
5#DBA503
6#AF8403
7#836302
8#574201
9#2C2101
Tints
Lighter variations
1#FEF0C4
2#FEF1CB
3#FEF3D1
4#FEF5D8
5#FFF6DE
6#FFF8E5
7#FFFAEB
8#FFFCF2
9#FFFDF8
Tones
Muted variations
1#FBECC1
2#F8EBC4
3#F4E9C7
4#F1E7CB
5#EEE6CE
6#EBE4D1
7#E7E3D4
8#E4E1D7
9#E1DFDB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFB #FFFBF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF6 #FEF6DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEEE #FEEEBE | Secondary backgroundsInput backgroundsDividers |
| 300 | FDE1 #FDE18B | BordersInactive statesPlaceholder text |
| 400 | FCD1 #FCD14F | Disabled statesSecondary iconsMuted text |
| 500 | FCC4 #FCC41D | Primary brand colorCTAsActive elementsLinks |
| 600 | DDA7 #DDA703 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B085 #B08503 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E5F #7E5F02 | Text on light backgroundsHeadingsStrong borders |
| 900 | 503D #503D01 | Primary textHigh emphasis contentDark headings |
| 950 | 3226 #322601 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FFFBF0;
--lemon-100: #FEF6DC;
--lemon-200: #FEEEBE;
--lemon-300: #FDE18B;
--lemon-400: #FCD14F;
--lemon-500: #FCC41D;
--lemon-600: #DDA703;
--lemon-700: #B08503;
--lemon-800: #7E5F02;
--lemon-900: #503D01;
--lemon-950: #322601;
}