Lemon
#FAECC2
YellowColor Codes
All color formats for development
HEX
#FAECC2RGB
rgb(250, 236, 194)HSL
hsl(45, 85%, 87%)OKLCH
oklch(0.944 0.057 91.8)CMYK
cmyk(0%, 6%, 22%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F7DF99
2#F3D270
3#F0C647
4#EDB91E
5#CD9E11
6#A47E0D
7#7B5F0A
8#523F07
9#292003
Tints
Lighter variations
1#FBEEC8
2#FBF0CE
3#FCF2D4
4#FCF4DA
5#FDF5E0
6#FDF7E6
7#FEF9ED
8#FEFBF3
9#FFFDF9
Tones
Muted variations
1#F7EBC4
2#F4E9C7
3#F2E8CA
4#EFE6CD
5#ECE5D0
6#E9E3D3
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 | FAEC #FAECC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6DD #F6DD92 | BordersInactive statesPlaceholder text |
| 400 | F2CC #F2CC5A | Disabled statesSecondary iconsMuted text |
| 500 | EEBD #EEBD2B | Primary brand colorCTAsActive elementsLinks |
| 600 | D0A0 #D0A011 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A57F #A57F0D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 765B #765B0A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B3A #4B3A06 | Primary textHigh emphasis contentDark headings |
| 950 | 2F24 #2F2404 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FEFBF1;
--lemon-100: #FCF5DE;
--lemon-200: #FAECC2;
--lemon-300: #F6DD92;
--lemon-400: #F2CC5A;
--lemon-500: #EEBD2B;
--lemon-600: #D0A011;
--lemon-700: #A57F0D;
--lemon-800: #765B0A;
--lemon-900: #4B3A06;
--lemon-950: #2F2404;
}