Lemon
#FAF7C2
YellowColor Codes
All color formats for development
HEX
#FAF7C2RGB
rgb(250, 247, 194)HSL
hsl(57, 85%, 87%)OKLCH
oklch(0.966 0.068 104.9)CMYK
cmyk(0%, 1%, 22%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F7F299
2#F3ED70
3#F0E847
4#EDE21E
5#CDC411
6#A49D0D
7#7B750A
8#524E07
9#292703
Tints
Lighter variations
1#FBF8C8
2#FBF9CE
3#FCFAD4
4#FCFADA
5#FDFBE0
6#FDFCE6
7#FEFDED
8#FEFDF3
9#FFFEF9
Tones
Muted variations
1#F7F5C4
2#F4F2C7
3#F2F0CA
4#EFEDCD
5#ECEBD0
6#E9E8D3
7#E6E5D5
8#E3E3D8
9#E1E0DB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCFB #FCFBDE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAF7 #FAF7C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6F1 #F6F192 | BordersInactive statesPlaceholder text |
| 400 | F2EA #F2EA5A | Disabled statesSecondary iconsMuted text |
| 500 | EEE4 #EEE42B | Primary brand colorCTAsActive elementsLinks |
| 600 | D0C6 #D0C611 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A59E #A59E0D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7671 #76710A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B48 #4B4806 | Primary textHigh emphasis contentDark headings |
| 950 | 2F2D #2F2D04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FEFDF1;
--lemon-100: #FCFBDE;
--lemon-200: #FAF7C2;
--lemon-300: #F6F192;
--lemon-400: #F2EA5A;
--lemon-500: #EEE42B;
--lemon-600: #D0C611;
--lemon-700: #A59E0D;
--lemon-800: #76710A;
--lemon-900: #4B4806;
--lemon-950: #2F2D04;
}