Lemon
#FAF2C1
YellowColor Codes
All color formats for development
HEX
#FAF2C1RGB
rgb(250, 242, 193)HSL
hsl(52, 85%, 87%)OKLCH
oklch(0.955 0.064 99.8)CMYK
cmyk(0%, 3%, 23%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F7EA99
2#F3E270
3#F0D947
4#EDD11E
5#CDB411
6#A4900D
7#7B6C0A
8#524807
9#292403
Tints
Lighter variations
1#FBF4C8
2#FBF5CE
3#FCF6D4
4#FCF8DA
5#FDF9E0
6#FDFAE6
7#FEFBED
8#FEFDF3
9#FFFEF9
Tones
Muted variations
1#F7F0C4
2#F4EEC7
3#F2ECCA
4#EFEACD
5#ECE8D0
6#E9E6D3
7#E6E4D5
8#E3E2D8
9#E1E0DB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF8 #FCF8DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAF3 #FAF3C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6E9 #F6E992 | BordersInactive statesPlaceholder text |
| 400 | F2DD #F2DD5A | Disabled statesSecondary iconsMuted text |
| 500 | EED4 #EED42B | Primary brand colorCTAsActive elementsLinks |
| 600 | D0B6 #D0B611 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A591 #A5910D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7667 #76670A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B42 #4B4206 | Primary textHigh emphasis contentDark headings |
| 950 | 2F29 #2F2904 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FEFCF1;
--lemon-100: #FCF8DE;
--lemon-200: #FAF3C2;
--lemon-300: #F6E992;
--lemon-400: #F2DD5A;
--lemon-500: #EED42B;
--lemon-600: #D0B611;
--lemon-700: #A5910D;
--lemon-800: #76670A;
--lemon-900: #4B4206;
--lemon-950: #2F2904;
}