Lemon
#FDF0BF
YellowColor Codes
All color formats for development
HEX
#FDF0BFRGB
rgb(253, 240, 191)HSL
hsl(47, 94%, 87%)OKLCH
oklch(0.953 0.065 94.9)CMYK
cmyk(0%, 5%, 25%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FCE594
2#FADB69
3#F9D03E
4#F8C613
5#D7AA07
6#AC8805
7#816604
8#564403
9#2B2201
Tints
Lighter variations
1#FDF1C5
2#FDF3CC
3#FEF4D2
4#FEF6D8
5#FEF7DF
6#FEF9E5
7#FEFAEC
8#FFFCF2
9#FFFDF9
Tones
Muted variations
1#FAEEC2
2#F7ECC5
3#F4EAC8
4#F1E8CB
5#EDE7CE
6#EAE5D1
7#E7E3D5
8#E4E1D8
9#E1E0DB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFB #FFFBF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF7 #FEF7DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDF0 #FDF0BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBE4 #FBE48D | BordersInactive statesPlaceholder text |
| 400 | FAD5 #FAD552 | Disabled statesSecondary iconsMuted text |
| 500 | F8C9 #F8C920 | Primary brand colorCTAsActive elementsLinks |
| 600 | DAAC #DAAC07 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD89 #AD8905 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C62 #7C6204 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F3F #4F3F02 | Primary textHigh emphasis contentDark headings |
| 950 | 3127 #312702 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FFFBF0;
--lemon-100: #FEF7DC;
--lemon-200: #FDF0BF;
--lemon-300: #FBE48D;
--lemon-400: #FAD552;
--lemon-500: #F8C920;
--lemon-600: #DAAC07;
--lemon-700: #AD8905;
--lemon-800: #7C6204;
--lemon-900: #4F3F02;
--lemon-950: #312702;
}