Lemon
#FAF9C2
YellowColor Codes
All color formats for development
HEX
#FAF9C2RGB
rgb(250, 249, 194)HSL
hsl(59, 85%, 87%)OKLCH
oklch(0.97 0.071 106.8)CMYK
cmyk(0%, 0%, 22%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F7F599
2#F3F170
3#F0ED47
4#EDE91E
5#CDCA11
6#A4A20D
7#7B790A
8#525107
9#292803
Tints
Lighter variations
1#FBFAC8
2#FBFACE
3#FCFBD4
4#FCFBDA
5#FDFCE0
6#FDFDE6
7#FEFDED
8#FEFEF3
9#FFFEF9
Tones
Muted variations
1#F7F6C4
2#F4F4C7
3#F2F1CA
4#EFEECD
5#ECEBD0
6#E9E9D3
7#E6E6D5
8#E3E3D8
9#E1E1DB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFE #FEFEF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCFC #FCFCDE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAF9 #FAF9C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6F5 #F6F592 | BordersInactive statesPlaceholder text |
| 400 | F2EF #F2EF5A | Disabled statesSecondary iconsMuted text |
| 500 | EEEB #EEEB2B | Primary brand colorCTAsActive elementsLinks |
| 600 | D0CC #D0CC11 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A5A3 #A5A30D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7674 #76740A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B4A #4B4A06 | Primary textHigh emphasis contentDark headings |
| 950 | 2F2E #2F2E04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FEFEF1;
--lemon-100: #FCFCDE;
--lemon-200: #FAF9C2;
--lemon-300: #F6F592;
--lemon-400: #F2EF5A;
--lemon-500: #EEEB2B;
--lemon-600: #D0CC11;
--lemon-700: #A5A30D;
--lemon-800: #76740A;
--lemon-900: #4B4A06;
--lemon-950: #2F2E04;
}