Lemon
#FAEEC2
YellowColor Codes
All color formats for development
HEX
#FAEEC2RGB
rgb(250, 238, 194)HSL
hsl(47, 85%, 87%)OKLCH
oklch(0.948 0.058 94.6)CMYK
cmyk(0%, 5%, 22%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F7E299
2#F3D770
3#F0CB47
4#EDC01E
5#CDA411
6#A4830D
7#7B630A
8#524207
9#292103
Tints
Lighter variations
1#FBF0C8
2#FBF1CE
3#FCF3D4
4#FCF5DA
5#FDF6E0
6#FDF8E6
7#FEFAED
8#FEFCF3
9#FFFDF9
Tones
Muted variations
1#F7ECC4
2#F4EBC7
3#F2E9CA
4#EFE7CD
5#ECE6D0
6#E9E4D3
7#E6E3D5
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 | FCF6 #FCF6DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAEE #FAEEC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6E1 #F6E192 | BordersInactive statesPlaceholder text |
| 400 | F2D1 #F2D15A | Disabled statesSecondary iconsMuted text |
| 500 | EEC4 #EEC42B | Primary brand colorCTAsActive elementsLinks |
| 600 | D0A6 #D0A611 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A584 #A5840D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 765E #765E0A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B3C #4B3C06 | Primary textHigh emphasis contentDark headings |
| 950 | 2F26 #2F2604 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FEFBF1;
--lemon-100: #FCF6DE;
--lemon-200: #FAEEC2;
--lemon-300: #F6E192;
--lemon-400: #F2D15A;
--lemon-500: #EEC42B;
--lemon-600: #D0A611;
--lemon-700: #A5840D;
--lemon-800: #765E0A;
--lemon-900: #4B3C06;
--lemon-950: #2F2604;
}