Lemon
#F6F6C6
YellowColor Codes
All color formats for development
HEX
#F6F6C6RGB
rgb(246, 246, 198)HSL
hsl(60, 73%, 87%)OKLCH
oklch(0.961 0.062 107.5)CMYK
cmyk(0%, 0%, 20%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F0F09F
2#EAEA79
3#E4E453
4#DEDE2C
5#C0C01E
6#9A9A18
7#737312
8#4D4D0C
9#262606
Tints
Lighter variations
1#F7F7CB
2#F8F8D1
3#F9F9D7
4#FAFADD
5#FBFBE2
6#FBFBE8
7#FCFCEE
8#FDFDF4
9#FEFEF9
Tones
Muted variations
1#F4F4C8
2#F1F1CA
3#EFEFCD
4#ECECCF
5#EAEAD2
6#E8E8D4
7#E5E5D7
8#E3E3D9
9#E0E0DB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFD #FDFDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAFA #FAFAE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6F6 #F6F6C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFEF #EFEF9A | BordersInactive statesPlaceholder text |
| 400 | E7E7 #E7E765 | Disabled statesSecondary iconsMuted text |
| 500 | E0E0 #E0E038 | Primary brand colorCTAsActive elementsLinks |
| 600 | C2C2 #C2C21E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A9A #9A9A18 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E6E #6E6E11 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4747 #47470B | Primary textHigh emphasis contentDark headings |
| 950 | 2C2C #2C2C07 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FDFDF2;
--lemon-100: #FAFAE0;
--lemon-200: #F6F6C6;
--lemon-300: #EFEF9A;
--lemon-400: #E7E765;
--lemon-500: #E0E038;
--lemon-600: #C2C21E;
--lemon-700: #9A9A18;
--lemon-800: #6E6E11;
--lemon-900: #47470B;
--lemon-950: #2C2C07;
}