Lemon
#F8F8C3
YellowColor Codes
All color formats for development
HEX
#F8F8C3RGB
rgb(248, 248, 195)HSL
hsl(60, 79%, 87%)OKLCH
oklch(0.966 0.068 107.6)CMYK
cmyk(0%, 0%, 21%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F3F39C
2#EFEF74
3#EAEA4D
4#E5E525
5#C7C717
6#9F9F13
7#77770E
8#4F4F09
9#282805
Tints
Lighter variations
1#F9F9CA
2#F9F9D0
3#FAFAD5
4#FBFBDB
5#FCFCE1
6#FCFCE7
7#FDFDED
8#FEFEF3
9#FEFEF9
Tones
Muted variations
1#F5F5C6
2#F3F3C9
3#F0F0CC
4#EEEECE
5#EBEBD1
6#E8E8D3
7#E6E6D6
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 | F8F8 #F8F8C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3F3 #F3F396 | BordersInactive statesPlaceholder text |
| 400 | ECEC #ECEC5F | Disabled statesSecondary iconsMuted text |
| 500 | E7E7 #E7E732 | Primary brand colorCTAsActive elementsLinks |
| 600 | C9C9 #C9C918 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A0A0 #A0A013 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7272 #72720D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4949 #494909 | Primary textHigh emphasis contentDark headings |
| 950 | 2E2E #2E2E05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FDFDF1;
--lemon-100: #FBFBDF;
--lemon-200: #F8F8C4;
--lemon-300: #F3F396;
--lemon-400: #ECEC5F;
--lemon-500: #E7E732;
--lemon-600: #C9C918;
--lemon-700: #A0A013;
--lemon-800: #72720D;
--lemon-900: #494909;
--lemon-950: #2E2E05;
}