Lemon
#F7F6C4
YellowColor Codes
All color formats for development
HEX
#F7F6C4RGB
rgb(247, 246, 196)HSL
hsl(59, 76%, 87%)OKLCH
oklch(0.962 0.064 106.6)CMYK
cmyk(0%, 0%, 21%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F2F09E
2#ECEA77
3#E7E550
4#E2DF28
5#C3C01B
6#9C9A15
7#757310
8#4E4D0B
9#272605
Tints
Lighter variations
1#F8F7CA
2#F9F8D0
3#F9F9D6
4#FAFADC
5#FBFBE2
6#FCFBE8
7#FDFCED
8#FDFDF3
9#FEFEF9
Tones
Muted variations
1#F5F4C7
2#F2F1CA
3#EFEFCC
4#EDECCF
5#EAEAD1
6#E8E8D4
7#E5E5D6
8#E3E3D9
9#E0E0DB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFD #FDFDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBFA #FBFAE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7F6 #F7F6C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1EF #F1EF98 | BordersInactive statesPlaceholder text |
| 400 | EAE7 #EAE762 | Disabled statesSecondary iconsMuted text |
| 500 | E3E1 #E3E135 | Primary brand colorCTAsActive elementsLinks |
| 600 | C5C3 #C5C31B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D9B #9D9B15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 706F #706F0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4847 #48470A | Primary textHigh emphasis contentDark headings |
| 950 | 2D2C #2D2C06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FDFDF2;
--lemon-100: #FBFAE0;
--lemon-200: #F7F6C5;
--lemon-300: #F1EF98;
--lemon-400: #EAE762;
--lemon-500: #E3E135;
--lemon-600: #C5C31B;
--lemon-700: #9D9B15;
--lemon-800: #706F0F;
--lemon-900: #48470A;
--lemon-950: #2D2C06;
}