Lemon
#F6EDC6
YellowColor Codes
All color formats for development
HEX
#F6EDC6RGB
rgb(246, 237, 198)HSL
hsl(49, 73%, 87%)OKLCH
oklch(0.943 0.052 96.5)CMYK
cmyk(0%, 4%, 20%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F0E19F
2#EAD579
3#E4C953
4#DEBD2C
5#C0A21E
6#9A8218
7#736112
8#4D410C
9#262006
Tints
Lighter variations
1#F7EFCB
2#F8F1D1
3#F9F3D7
4#FAF4DD
5#FBF6E2
6#FBF8E8
7#FCFAEE
8#FDFBF4
9#FEFDF9
Tones
Muted variations
1#F4ECC8
2#F1EACA
3#EFE9CD
4#ECE7CF
5#EAE6D2
6#E8E4D4
7#E5E2D7
8#E3E1D9
9#E0DFDB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFB #FDFBF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAF5 #FAF5E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6ED #F6EDC6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFDF #EFDF9A | BordersInactive statesPlaceholder text |
| 400 | E7CF #E7CF65 | Disabled statesSecondary iconsMuted text |
| 500 | E0C1 #E0C138 | Primary brand colorCTAsActive elementsLinks |
| 600 | C2A4 #C2A41E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A83 #9A8318 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E5D #6E5D11 | Text on light backgroundsHeadingsStrong borders |
| 900 | 473C #473C0B | Primary textHigh emphasis contentDark headings |
| 950 | 2C25 #2C2507 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FDFBF2;
--lemon-100: #FAF5E0;
--lemon-200: #F6EDC6;
--lemon-300: #EFDF9A;
--lemon-400: #E7CF65;
--lemon-500: #E0C138;
--lemon-600: #C2A41E;
--lemon-700: #9A8318;
--lemon-800: #6E5D11;
--lemon-900: #473C0B;
--lemon-950: #2C2507;
}