Lemon
#FAF2C2
YellowColor Codes
All color formats for development
HEX
#FAF2C2RGB
rgb(250, 242, 194)HSL
hsl(51, 85%, 87%)OKLCH
oklch(0.956 0.063 99.6)CMYK
cmyk(0%, 3%, 22%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F7E999
2#F3E070
3#F0D747
4#EDCE1E
5#CDB111
6#A48E0D
7#7B6A0A
8#524707
9#292303
Tints
Lighter variations
1#FBF3C8
2#FBF4CE
3#FCF6D4
4#FCF7DA
5#FDF8E0
6#FDFAE6
7#FEFBED
8#FEFCF3
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 | FAF2 #FAF2C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6E7 #F6E792 | BordersInactive statesPlaceholder text |
| 400 | F2DB #F2DB5A | Disabled statesSecondary iconsMuted text |
| 500 | EED1 #EED12B | Primary brand colorCTAsActive elementsLinks |
| 600 | D0B3 #D0B311 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A58E #A58E0D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7666 #76660A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B41 #4B4106 | 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: #FAF2C2;
--lemon-300: #F6E792;
--lemon-400: #F2DB5A;
--lemon-500: #EED12B;
--lemon-600: #D0B311;
--lemon-700: #A58E0D;
--lemon-800: #76660A;
--lemon-900: #4B4106;
--lemon-950: #2F2904;
}