Lemon
#FAF6C2
YellowColor Codes
All color formats for development
HEX
#FAF6C2RGB
rgb(250, 246, 194)HSL
hsl(56, 85%, 87%)OKLCH
oklch(0.964 0.067 103.9)CMYK
cmyk(0%, 2%, 22%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F7F099
2#F3EB70
3#F0E547
4#EDDF1E
5#CDC111
6#A49A0D
7#7B740A
8#524D07
9#292703
Tints
Lighter variations
1#FBF7C8
2#FBF8CE
3#FCF9D4
4#FCFADA
5#FDFBE0
6#FDFCE6
7#FEFCED
8#FEFDF3
9#FFFEF9
Tones
Muted variations
1#F7F4C4
2#F4F1C7
3#F2EFCA
4#EFEDCD
5#ECEAD0
6#E9E8D3
7#E6E5D5
8#E3E3D8
9#E1E0DB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCFA #FCFADE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAF6 #FAF6C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6F0 #F6F092 | BordersInactive statesPlaceholder text |
| 400 | F2E7 #F2E75A | Disabled statesSecondary iconsMuted text |
| 500 | EEE1 #EEE12B | Primary brand colorCTAsActive elementsLinks |
| 600 | D0C3 #D0C311 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A59B #A59B0D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 766F #766F0A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B47 #4B4706 | Primary textHigh emphasis contentDark headings |
| 950 | 2F2C #2F2C04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FEFDF1;
--lemon-100: #FCFADE;
--lemon-200: #FAF6C2;
--lemon-300: #F6F092;
--lemon-400: #F2E75A;
--lemon-500: #EEE12B;
--lemon-600: #D0C311;
--lemon-700: #A59B0D;
--lemon-800: #766F0A;
--lemon-900: #4B4706;
--lemon-950: #2F2C04;
}