Lemon
#FEFEBE
YellowColor Codes
All color formats for development
HEX
#FEFEBERGB
rgb(254, 254, 190)HSL
hsl(60, 97%, 87%)OKLCH
oklch(0.982 0.081 107.8)CMYK
cmyk(0%, 0%, 25%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FDFD92
2#FDFD66
3#FCFC3B
4#FBFB0F
5#DBDB03
6#AFAF03
7#838302
8#575701
9#2C2C01
Tints
Lighter variations
1#FEFEC4
2#FEFECB
3#FEFED1
4#FEFED8
5#FFFFDE
6#FFFFE5
7#FFFFEB
8#FFFFF2
9#FFFFF8
Tones
Muted variations
1#FBFBC1
2#F8F8C4
3#F4F4C7
4#F1F1CB
5#EEEECE
6#EBEBD1
7#E7E7D4
8#E4E4D7
9#E1E1DB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFF #FFFFF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEFE #FEFEDC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEFE #FEFEBE | Secondary backgroundsInput backgroundsDividers |
| 300 | FDFD #FDFD8B | BordersInactive statesPlaceholder text |
| 400 | FCFC #FCFC4F | Disabled statesSecondary iconsMuted text |
| 500 | FCFC #FCFC1D | Primary brand colorCTAsActive elementsLinks |
| 600 | DDDD #DDDD03 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B0B0 #B0B003 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E7E #7E7E02 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5050 #505001 | Primary textHigh emphasis contentDark headings |
| 950 | 3232 #323201 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FFFFF0;
--lemon-100: #FEFEDC;
--lemon-200: #FEFEBE;
--lemon-300: #FDFD8B;
--lemon-400: #FCFC4F;
--lemon-500: #FCFC1D;
--lemon-600: #DDDD03;
--lemon-700: #B0B003;
--lemon-800: #7E7E02;
--lemon-900: #505001;
--lemon-950: #323201;
}