Lemon
#FAEDC2
YellowColor Codes
All color formats for development
HEX
#FAEDC2RGB
rgb(250, 237, 194)HSL
hsl(46, 85%, 87%)OKLCH
oklch(0.946 0.057 93.2)CMYK
cmyk(0%, 5%, 22%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F7E199
2#F3D570
3#F0C847
4#EDBC1E
5#CDA111
6#A4810D
7#7B610A
8#524007
9#292003
Tints
Lighter variations
1#FBEFC8
2#FBF1CE
3#FCF2D4
4#FCF4DA
5#FDF6E0
6#FDF8E6
7#FEFAED
8#FEFBF3
9#FFFDF9
Tones
Muted variations
1#F7EBC4
2#F4EAC7
3#F2E8CA
4#EFE7CD
5#ECE5D0
6#E9E4D3
7#E6E2D5
8#E3E1D8
9#E1DFDB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFB #FEFBF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF5 #FCF5DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAED #FAEDC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6DF #F6DF92 | BordersInactive statesPlaceholder text |
| 400 | F2CE #F2CE5A | Disabled statesSecondary iconsMuted text |
| 500 | EEC0 #EEC02B | Primary brand colorCTAsActive elementsLinks |
| 600 | D0A3 #D0A311 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A582 #A5820D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 765D #765D0A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B3B #4B3B06 | Primary textHigh emphasis contentDark headings |
| 950 | 2F25 #2F2504 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FEFBF1;
--lemon-100: #FCF5DE;
--lemon-200: #FAEDC2;
--lemon-300: #F6DF92;
--lemon-400: #F2CE5A;
--lemon-500: #EEC02B;
--lemon-600: #D0A311;
--lemon-700: #A5820D;
--lemon-800: #765D0A;
--lemon-900: #4B3B06;
--lemon-950: #2F2504;
}