Lemon
#F6EAC6
YellowColor Codes
All color formats for development
HEX
#F6EAC6RGB
rgb(246, 234, 198)HSL
hsl(45, 73%, 87%)OKLCH
oklch(0.937 0.049 91.8)CMYK
cmyk(0%, 5%, 20%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F0DC9F
2#EACE79
3#E4C053
4#DEB22C
5#C0971E
6#9A7918
7#735B12
8#4D3D0C
9#261E06
Tints
Lighter variations
1#F7ECCB
2#F8EED1
3#F9F0D7
4#FAF2DD
5#FBF4E2
6#FBF7E8
7#FCF9EE
8#FDFBF4
9#FEFDF9
Tones
Muted variations
1#F4E9C8
2#F1E8CA
3#EFE6CD
4#ECE5CF
5#EAE4D2
6#E8E3D4
7#E5E1D7
8#E3E0D9
9#E0DFDB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFA #FDFAF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAF4 #FAF4E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6EA #F6EAC6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFDA #EFDA9A | BordersInactive statesPlaceholder text |
| 400 | E7C6 #E7C665 | Disabled statesSecondary iconsMuted text |
| 500 | E0B6 #E0B638 | Primary brand colorCTAsActive elementsLinks |
| 600 | C299 #C2991E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A7A #9A7A18 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E57 #6E5711 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4738 #47380B | Primary textHigh emphasis contentDark headings |
| 950 | 2C23 #2C2307 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FDFAF2;
--lemon-100: #FAF4E0;
--lemon-200: #F6EAC6;
--lemon-300: #EFDA9A;
--lemon-400: #E7C665;
--lemon-500: #E0B638;
--lemon-600: #C2991E;
--lemon-700: #9A7A18;
--lemon-800: #6E5711;
--lemon-900: #47380B;
--lemon-950: #2C2307;
}