Lemon
#FAF5C2
YellowColor Codes
All color formats for development
HEX
#FAF5C2RGB
rgb(250, 245, 194)HSL
hsl(55, 85%, 87%)OKLCH
oklch(0.962 0.066 102.9)CMYK
cmyk(0%, 2%, 22%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F7EF99
2#F3E870
3#F0E247
4#EDDB1E
5#CDBD11
6#A4980D
7#7B720A
8#524C07
9#292603
Tints
Lighter variations
1#FBF6C8
2#FBF7CE
3#FCF8D4
4#FCF9DA
5#FDFAE0
6#FDFBE6
7#FEFCED
8#FEFDF3
9#FFFEF9
Tones
Muted variations
1#F7F3C4
2#F4F1C7
3#F2EECA
4#EFECCD
5#ECEAD0
6#E9E7D3
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 | FCFA #FCFADE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAF5 #FAF5C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6EE #F6EE92 | BordersInactive statesPlaceholder text |
| 400 | F2E5 #F2E55A | Disabled statesSecondary iconsMuted text |
| 500 | EEDE #EEDE2B | Primary brand colorCTAsActive elementsLinks |
| 600 | D0C0 #D0C011 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A598 #A5980D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 766D #766D0A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B46 #4B4606 | Primary textHigh emphasis contentDark headings |
| 950 | 2F2C #2F2C04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FEFDF1;
--lemon-100: #FCFADE;
--lemon-200: #FAF5C2;
--lemon-300: #F6EE92;
--lemon-400: #F2E55A;
--lemon-500: #EEDE2B;
--lemon-600: #D0C011;
--lemon-700: #A5980D;
--lemon-800: #766D0A;
--lemon-900: #4B4606;
--lemon-950: #2F2C04;
}