Lemon
#F7F1C4
YellowColor Codes
All color formats for development
HEX
#F7F1C4RGB
rgb(247, 241, 196)HSL
hsl(53, 76%, 87%)OKLCH
oklch(0.952 0.059 101.1)CMYK
cmyk(0%, 2%, 21%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F2E89E
2#ECDF77
3#E7D550
4#E2CC28
5#C3B01B
6#9C8C15
7#756910
8#4E460B
9#272305
Tints
Lighter variations
1#F8F3CA
2#F9F4D0
3#F9F5D6
4#FAF7DC
5#FBF8E2
6#FCF9E8
7#FDFBED
8#FDFCF3
9#FEFEF9
Tones
Muted variations
1#F5EFC7
2#F2EDCA
3#EFEBCC
4#EDE9CF
5#EAE8D1
6#E8E6D4
7#E5E4D6
8#E3E2D9
9#E0E0DB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFC #FDFCF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF8 #FBF8E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7F1 #F7F1C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1E7 #F1E798 | BordersInactive statesPlaceholder text |
| 400 | EADA #EADA62 | Disabled statesSecondary iconsMuted text |
| 500 | E3CF #E3CF35 | Primary brand colorCTAsActive elementsLinks |
| 600 | C5B2 #C5B21B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D8D #9D8D15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7065 #70650F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4841 #48410A | Primary textHigh emphasis contentDark headings |
| 950 | 2D28 #2D2806 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FDFCF2;
--lemon-100: #FBF8E0;
--lemon-200: #F7F1C5;
--lemon-300: #F1E798;
--lemon-400: #EADA62;
--lemon-500: #E3CF35;
--lemon-600: #C5B21B;
--lemon-700: #9D8D15;
--lemon-800: #70650F;
--lemon-900: #48410A;
--lemon-950: #2D2806;
}