Lemon
#F6ECC6
YellowColor Codes
All color formats for development
HEX
#F6ECC6RGB
rgb(246, 236, 198)HSL
hsl(48, 73%, 87%)OKLCH
oklch(0.941 0.051 95)CMYK
cmyk(0%, 4%, 20%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F0E09F
2#EAD379
3#E4C753
4#DEBA2C
5#C0A01E
6#9A8018
7#736012
8#4D400C
9#262006
Tints
Lighter variations
1#F7EECB
2#F8F0D1
3#F9F2D7
4#FAF4DD
5#FBF6E2
6#FBF8E8
7#FCF9EE
8#FDFBF4
9#FEFDF9
Tones
Muted variations
1#F4EBC8
2#F1E9CA
3#EFE8CD
4#ECE7CF
5#EAE5D2
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 | F6EC #F6ECC6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFDE #EFDE9A | BordersInactive statesPlaceholder text |
| 400 | E7CD #E7CD65 | Disabled statesSecondary iconsMuted text |
| 500 | E0BF #E0BF38 | Primary brand colorCTAsActive elementsLinks |
| 600 | C2A1 #C2A11E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A80 #9A8018 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E5C #6E5C11 | Text on light backgroundsHeadingsStrong borders |
| 900 | 473B #473B0B | 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: #F6ECC6;
--lemon-300: #EFDE9A;
--lemon-400: #E7CD65;
--lemon-500: #E0BF38;
--lemon-600: #C2A11E;
--lemon-700: #9A8018;
--lemon-800: #6E5C11;
--lemon-900: #473B0B;
--lemon-950: #2C2507;
}