Lemon
#F7EEC4
YellowColor Codes
All color formats for development
HEX
#F7EEC4RGB
rgb(247, 238, 196)HSL
hsl(49, 76%, 87%)OKLCH
oklch(0.946 0.055 97.3)CMYK
cmyk(0%, 4%, 21%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F2E29E
2#ECD777
3#E7CB50
4#E2C028
5#C3A41B
6#9C8315
7#756310
8#4E420B
9#272105
Tints
Lighter variations
1#F8F0CA
2#F9F1D0
3#F9F3D6
4#FAF5DC
5#FBF6E2
6#FCF8E8
7#FDFAED
8#FDFCF3
9#FEFDF9
Tones
Muted variations
1#F5ECC7
2#F2EBCA
3#EFE9CC
4#EDE7CF
5#EAE6D1
6#E8E4D4
7#E5E3D6
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 | FBF6 #FBF6E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7EE #F7EEC5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1E1 #F1E198 | BordersInactive statesPlaceholder text |
| 400 | EAD1 #EAD162 | Disabled statesSecondary iconsMuted text |
| 500 | E3C3 #E3C335 | Primary brand colorCTAsActive elementsLinks |
| 600 | C5A6 #C5A61B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D84 #9D8415 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 705E #705E0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 483C #483C0A | Primary textHigh emphasis contentDark headings |
| 950 | 2D26 #2D2606 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FDFBF2;
--lemon-100: #FBF6E0;
--lemon-200: #F7EEC5;
--lemon-300: #F1E198;
--lemon-400: #EAD162;
--lemon-500: #E3C335;
--lemon-600: #C5A61B;
--lemon-700: #9D8415;
--lemon-800: #705E0F;
--lemon-900: #483C0A;
--lemon-950: #2D2606;
}