Lemon
#F8F7C3
YellowColor Codes
All color formats for development
HEX
#F8F7C3RGB
rgb(248, 247, 195)HSL
hsl(59, 79%, 87%)OKLCH
oklch(0.964 0.067 106.7)CMYK
cmyk(0%, 0%, 21%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F3F29C
2#EFED74
3#EAE74D
4#E5E225
5#C7C417
6#9F9D13
7#77750E
8#4F4E09
9#282705
Tints
Lighter variations
1#F9F8CA
2#F9F9D0
3#FAFAD5
4#FBFADB
5#FCFBE1
6#FCFCE7
7#FDFDED
8#FEFDF3
9#FEFEF9
Tones
Muted variations
1#F5F5C6
2#F3F2C9
3#F0F0CC
4#EEEDCE
5#EBEBD1
6#E8E8D3
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 | FBFB #FBFBDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8F7 #F8F7C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3F1 #F3F196 | BordersInactive statesPlaceholder text |
| 400 | ECEA #ECEA5F | Disabled statesSecondary iconsMuted text |
| 500 | E7E4 #E7E432 | Primary brand colorCTAsActive elementsLinks |
| 600 | C9C6 #C9C618 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A09D #A09D13 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7270 #72700D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4948 #494809 | Primary textHigh emphasis contentDark headings |
| 950 | 2E2D #2E2D05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FDFDF1;
--lemon-100: #FBFBDF;
--lemon-200: #F8F7C4;
--lemon-300: #F3F196;
--lemon-400: #ECEA5F;
--lemon-500: #E7E432;
--lemon-600: #C9C618;
--lemon-700: #A09D13;
--lemon-800: #72700D;
--lemon-900: #494809;
--lemon-950: #2E2D05;
}