Lemon
#F6F2C6
YellowColor Codes
All color formats for development
HEX
#F6F2C6RGB
rgb(246, 242, 198)HSL
hsl(55, 73%, 87%)OKLCH
oklch(0.953 0.057 103.1)CMYK
cmyk(0%, 2%, 20%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F0E99F
2#EAE179
3#E4D853
4#DECF2C
5#C0B21E
6#9A8F18
7#736B12
8#4D470C
9#262406
Tints
Lighter variations
1#F7F3CB
2#F8F5D1
3#F9F6D7
4#FAF7DD
5#FBF9E2
6#FBFAE8
7#FCFBEE
8#FDFCF4
9#FEFEF9
Tones
Muted variations
1#F4F0C8
2#F1EECA
3#EFECCD
4#ECEACF
5#EAE8D2
6#E8E6D4
7#E5E4D7
8#E3E2D9
9#E0E0DB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFC #FDFCF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAF8 #FAF8E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6F2 #F6F2C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFE8 #EFE89A | BordersInactive statesPlaceholder text |
| 400 | E7DC #E7DC65 | Disabled statesSecondary iconsMuted text |
| 500 | E0D2 #E0D238 | Primary brand colorCTAsActive elementsLinks |
| 600 | C2B4 #C2B41E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A90 #9A9018 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E67 #6E6711 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4742 #47420B | Primary textHigh emphasis contentDark headings |
| 950 | 2C29 #2C2907 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FDFCF2;
--lemon-100: #FAF8E0;
--lemon-200: #F6F2C6;
--lemon-300: #EFE89A;
--lemon-400: #E7DC65;
--lemon-500: #E0D238;
--lemon-600: #C2B41E;
--lemon-700: #9A9018;
--lemon-800: #6E6711;
--lemon-900: #47420B;
--lemon-950: #2C2907;
}