Lemon
#FAFAC2
YellowColor Codes
All color formats for development
HEX
#FAFAC2RGB
rgb(250, 250, 194)HSL
hsl(60, 85%, 87%)OKLCH
oklch(0.972 0.072 107.7)CMYK
cmyk(0%, 0%, 22%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F7F799
2#F3F370
3#F0F047
4#EDED1E
5#CDCD11
6#A4A40D
7#7B7B0A
8#525207
9#292903
Tints
Lighter variations
1#FBFBC8
2#FBFBCE
3#FCFCD4
4#FCFCDA
5#FDFDE0
6#FDFDE6
7#FEFEED
8#FEFEF3
9#FFFFF9
Tones
Muted variations
1#F7F7C4
2#F4F4C7
3#F2F2CA
4#EFEFCD
5#ECECD0
6#E9E9D3
7#E6E6D5
8#E3E3D8
9#E1E1DB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFE #FEFEF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCFC #FCFCDE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAFA #FAFAC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6F6 #F6F692 | BordersInactive statesPlaceholder text |
| 400 | F2F2 #F2F25A | Disabled statesSecondary iconsMuted text |
| 500 | EEEE #EEEE2B | Primary brand colorCTAsActive elementsLinks |
| 600 | D0D0 #D0D011 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A5A5 #A5A50D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7676 #76760A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B4B #4B4B06 | Primary textHigh emphasis contentDark headings |
| 950 | 2F2F #2F2F04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FEFEF1;
--lemon-100: #FCFCDE;
--lemon-200: #FAFAC2;
--lemon-300: #F6F692;
--lemon-400: #F2F25A;
--lemon-500: #EEEE2B;
--lemon-600: #D0D011;
--lemon-700: #A5A50D;
--lemon-800: #76760A;
--lemon-900: #4B4B06;
--lemon-950: #2F2F04;
}