Lemon
#F8F3C4
YellowColor Codes
All color formats for development
HEX
#F8F3C4RGB
rgb(248, 243, 196)HSL
hsl(54, 79%, 87%)OKLCH
oklch(0.956 0.061 102.4)CMYK
cmyk(0%, 2%, 21%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F3EB9C
2#EFE274
3#EADA4D
4#E5D225
5#C7B517
6#9F9113
7#776D0E
8#4F4809
9#282405
Tints
Lighter variations
1#F9F4CA
2#F9F5D0
3#FAF6D5
4#FBF8DB
5#FCF9E1
6#FCFAE7
7#FDFBED
8#FEFDF3
9#FEFEF9
Tones
Muted variations
1#F5F1C6
2#F3EFC9
3#F0EDCC
4#EEEACE
5#EBE8D1
6#E8E6D3
7#E6E4D6
8#E3E2D9
9#E0E0DB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFC #FDFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF8 #FBF8DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8F3 #F8F3C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3E9 #F3E996 | BordersInactive statesPlaceholder text |
| 400 | ECDE #ECDE5F | Disabled statesSecondary iconsMuted text |
| 500 | E7D5 #E7D532 | Primary brand colorCTAsActive elementsLinks |
| 600 | C9B7 #C9B718 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A092 #A09213 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7268 #72680D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4943 #494309 | Primary textHigh emphasis contentDark headings |
| 950 | 2E2A #2E2A05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FDFCF1;
--lemon-100: #FBF8DF;
--lemon-200: #F8F3C4;
--lemon-300: #F3E996;
--lemon-400: #ECDE5F;
--lemon-500: #E7D532;
--lemon-600: #C9B718;
--lemon-700: #A09213;
--lemon-800: #72680D;
--lemon-900: #494309;
--lemon-950: #2E2A05;
}