Lemon
#F7ECC4
YellowColor Codes
All color formats for development
HEX
#F7ECC4RGB
rgb(247, 236, 196)HSL
hsl(47, 76%, 87%)OKLCH
oklch(0.942 0.053 94.4)CMYK
cmyk(0%, 4%, 21%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F2DF9E
2#ECD377
3#E7C650
4#E2BA28
5#C39F1B
6#9C7F15
7#755F10
8#4E3F0B
9#272005
Tints
Lighter variations
1#F8EECA
2#F9F0D0
3#F9F2D6
4#FAF4DC
5#FBF6E2
6#FCF7E8
7#FDF9ED
8#FDFBF3
9#FEFDF9
Tones
Muted variations
1#F5EBC7
2#F2E9CA
3#EFE8CC
4#EDE6CF
5#EAE5D1
6#E8E4D4
7#E5E2D6
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 | FBF5 #FBF5E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7EC #F7ECC5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1DE #F1DE98 | BordersInactive statesPlaceholder text |
| 400 | EACC #EACC62 | Disabled statesSecondary iconsMuted text |
| 500 | E3BE #E3BE35 | Primary brand colorCTAsActive elementsLinks |
| 600 | C5A1 #C5A11B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D80 #9D8015 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 705B #705B0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 483A #483A0A | Primary textHigh emphasis contentDark headings |
| 950 | 2D24 #2D2406 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FDFBF2;
--lemon-100: #FBF5E0;
--lemon-200: #F7ECC5;
--lemon-300: #F1DE98;
--lemon-400: #EACC62;
--lemon-500: #E3BE35;
--lemon-600: #C5A11B;
--lemon-700: #9D8015;
--lemon-800: #705B0F;
--lemon-900: #483A0A;
--lemon-950: #2D2406;
}