Lemon
#FAEFC2
YellowColor Codes
All color formats for development
HEX
#FAEFC2RGB
rgb(250, 239, 194)HSL
hsl(48, 85%, 87%)OKLCH
oklch(0.95 0.059 95.9)CMYK
cmyk(0%, 4%, 22%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F7E499
2#F3D970
3#F0CE47
4#EDC31E
5#CDA711
6#A4860D
7#7B640A
8#524307
9#292103
Tints
Lighter variations
1#FBF0C8
2#FBF2CE
3#FCF4D4
4#FCF5DA
5#FDF7E0
6#FDF9E6
7#FEFAED
8#FEFCF3
9#FFFDF9
Tones
Muted variations
1#F7EDC4
2#F4EBC7
3#F2EACA
4#EFE8CD
5#ECE6D0
6#E9E5D3
7#E6E3D5
8#E3E1D8
9#E1E0DB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFB #FEFBF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF6 #FCF6DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAEF #FAEFC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6E2 #F6E292 | BordersInactive statesPlaceholder text |
| 400 | F2D3 #F2D35A | Disabled statesSecondary iconsMuted text |
| 500 | EEC7 #EEC72B | Primary brand colorCTAsActive elementsLinks |
| 600 | D0A9 #D0A911 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A587 #A5870D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7660 #76600A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B3E #4B3E06 | Primary textHigh emphasis contentDark headings |
| 950 | 2F27 #2F2704 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FEFBF1;
--lemon-100: #FCF6DE;
--lemon-200: #FAEFC2;
--lemon-300: #F6E292;
--lemon-400: #F2D35A;
--lemon-500: #EEC72B;
--lemon-600: #D0A911;
--lemon-700: #A5870D;
--lemon-800: #76600A;
--lemon-900: #4B3E06;
--lemon-950: #2F2704;
}