Lemon
#FDF3BE
YellowColor Codes
All color formats for development
HEX
#FDF3BERGB
rgb(253, 243, 190)HSL
hsl(50, 94%, 87%)OKLCH
oklch(0.959 0.069 98.6)CMYK
cmyk(0%, 4%, 25%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FCEA94
2#FAE269
3#F9DA3E
4#F8D113
5#D7B407
6#AC9005
7#816C04
8#564803
9#2B2401
Tints
Lighter variations
1#FDF4C5
2#FDF5CC
3#FEF6D2
4#FEF8D8
5#FEF9DF
6#FEFAE5
7#FEFBEC
8#FFFDF2
9#FFFEF9
Tones
Muted variations
1#FAF1C2
2#F7EEC5
3#F4ECC8
4#F1EACB
5#EDE8CE
6#EAE6D1
7#E7E4D5
8#E4E2D8
9#E1E0DB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFC #FFFCF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF8 #FEF8DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDF3 #FDF3BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBE9 #FBE98D | BordersInactive statesPlaceholder text |
| 400 | FADE #FADE52 | Disabled statesSecondary iconsMuted text |
| 500 | F8D4 #F8D420 | Primary brand colorCTAsActive elementsLinks |
| 600 | DAB7 #DAB707 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD91 #AD9105 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C68 #7C6804 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F42 #4F4202 | Primary textHigh emphasis contentDark headings |
| 950 | 3129 #312902 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FFFCF0;
--lemon-100: #FEF8DC;
--lemon-200: #FDF3BF;
--lemon-300: #FBE98D;
--lemon-400: #FADE52;
--lemon-500: #F8D420;
--lemon-600: #DAB707;
--lemon-700: #AD9105;
--lemon-800: #7C6804;
--lemon-900: #4F4202;
--lemon-950: #312902;
}