Lemon
#F8F5C3
YellowColor Codes
All color formats for development
HEX
#F8F5C3RGB
rgb(248, 245, 195)HSL
hsl(57, 79%, 87%)OKLCH
oklch(0.96 0.065 104.7)CMYK
cmyk(0%, 1%, 21%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F3EF9C
2#EFE974
3#EAE24D
4#E5DC25
5#C7BE17
6#9F9813
7#77720E
8#4F4C09
9#282605
Tints
Lighter variations
1#F9F6CA
2#F9F7D0
3#FAF8D5
4#FBF9DB
5#FCFAE1
6#FCFBE7
7#FDFCED
8#FEFDF3
9#FEFEF9
Tones
Muted variations
1#F5F3C6
2#F3F1C9
3#F0EECC
4#EEECCE
5#EBEAD1
6#E8E7D3
7#E6E5D6
8#E3E3D9
9#E0E0DB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFD #FDFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBFA #FBFADF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8F5 #F8F5C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3EE #F3EE96 | BordersInactive statesPlaceholder text |
| 400 | ECE5 #ECE55F | Disabled statesSecondary iconsMuted text |
| 500 | E7DE #E7DE32 | Primary brand colorCTAsActive elementsLinks |
| 600 | C9C0 #C9C018 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A099 #A09913 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 726D #726D0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4946 #494609 | Primary textHigh emphasis contentDark headings |
| 950 | 2E2C #2E2C05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FDFDF1;
--lemon-100: #FBFADF;
--lemon-200: #F8F5C4;
--lemon-300: #F3EE96;
--lemon-400: #ECE55F;
--lemon-500: #E7DE32;
--lemon-600: #C9C018;
--lemon-700: #A09913;
--lemon-800: #726D0D;
--lemon-900: #494609;
--lemon-950: #2E2C05;
}