Lemon
#F8EDC3
YellowColor Codes
All color formats for development
HEX
#F8EDC3RGB
rgb(248, 237, 195)HSL
hsl(48, 79%, 87%)OKLCH
oklch(0.944 0.056 95.1)CMYK
cmyk(0%, 4%, 21%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F3E29C
2#EFD674
3#EACB4D
4#E5BF25
5#C7A417
6#9F8313
7#77620E
8#4F4109
9#282105
Tints
Lighter variations
1#F9EFCA
2#F9F1D0
3#FAF3D5
4#FBF5DB
5#FCF6E1
6#FCF8E7
7#FDFAED
8#FEFCF3
9#FEFDF9
Tones
Muted variations
1#F5ECC6
2#F3EAC9
3#F0E9CC
4#EEE7CE
5#EBE6D1
6#E8E4D3
7#E6E3D6
8#E3E1D9
9#E0DFDB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFB #FDFBF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF6 #FBF6DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8EE #F8EEC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3E0 #F3E096 | BordersInactive statesPlaceholder text |
| 400 | ECD0 #ECD05F | Disabled statesSecondary iconsMuted text |
| 500 | E7C3 #E7C332 | Primary brand colorCTAsActive elementsLinks |
| 600 | C9A5 #C9A518 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A084 #A08413 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 725E #725E0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 493C #493C09 | Primary textHigh emphasis contentDark headings |
| 950 | 2E26 #2E2605 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FDFBF1;
--lemon-100: #FBF6DF;
--lemon-200: #F8EEC4;
--lemon-300: #F3E096;
--lemon-400: #ECD05F;
--lemon-500: #E7C332;
--lemon-600: #C9A518;
--lemon-700: #A08413;
--lemon-800: #725E0D;
--lemon-900: #493C09;
--lemon-950: #2E2605;
}