Lemon
#FAF1C2
YellowColor Codes
All color formats for development
HEX
#FAF1C2RGB
rgb(250, 241, 194)HSL
hsl(50, 85%, 87%)OKLCH
oklch(0.954 0.061 98.4)CMYK
cmyk(0%, 4%, 22%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F7E799
2#F3DD70
3#F0D447
4#EDCA1E
5#CDAE11
6#A48B0D
7#7B680A
8#524607
9#292303
Tints
Lighter variations
1#FBF2C8
2#FBF4CE
3#FCF5D4
4#FCF6DA
5#FDF8E0
6#FDF9E6
7#FEFBED
8#FEFCF3
9#FFFEF9
Tones
Muted variations
1#F7EFC4
2#F4EDC7
3#F2EBCA
4#EFE9CD
5#ECE7D0
6#E9E5D3
7#E6E3D5
8#E3E2D8
9#E1E0DB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF7 #FCF7DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAF1 #FAF1C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6E6 #F6E692 | BordersInactive statesPlaceholder text |
| 400 | F2D8 #F2D85A | Disabled statesSecondary iconsMuted text |
| 500 | EECD #EECD2B | Primary brand colorCTAsActive elementsLinks |
| 600 | D0B0 #D0B011 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A58C #A58C0D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7664 #76640A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B40 #4B4006 | Primary textHigh emphasis contentDark headings |
| 950 | 2F28 #2F2804 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FEFCF1;
--lemon-100: #FCF7DE;
--lemon-200: #FAF1C2;
--lemon-300: #F6E692;
--lemon-400: #F2D85A;
--lemon-500: #EECD2B;
--lemon-600: #D0B011;
--lemon-700: #A58C0D;
--lemon-800: #76640A;
--lemon-900: #4B4006;
--lemon-950: #2F2804;
}