Lemon
#F8EEC3
YellowColor Codes
All color formats for development
HEX
#F8EEC3RGB
rgb(248, 238, 195)HSL
hsl(49, 79%, 87%)OKLCH
oklch(0.946 0.057 96.4)CMYK
cmyk(0%, 4%, 21%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F3E39C
2#EFD874
3#EACD4D
4#E5C225
5#C7A617
6#9F8513
7#77640E
8#4F4309
9#282105
Tints
Lighter variations
1#F9F0CA
2#F9F2D0
3#FAF3D5
4#FBF5DB
5#FCF7E1
6#FCF8E7
7#FDFAED
8#FEFCF3
9#FEFDF9
Tones
Muted variations
1#F5EDC6
2#F3EBC9
3#F0E9CC
4#EEE8CE
5#EBE6D1
6#E8E4D3
7#E6E3D6
8#E3E1D9
9#E0E0DB
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 | F3E2 #F3E296 | BordersInactive statesPlaceholder text |
| 400 | ECD2 #ECD25F | Disabled statesSecondary iconsMuted text |
| 500 | E7C6 #E7C632 | Primary brand colorCTAsActive elementsLinks |
| 600 | C9A8 #C9A818 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A086 #A08613 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7260 #72600D | Text on light backgroundsHeadingsStrong borders |
| 900 | 493D #493D09 | 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: #F3E296;
--lemon-400: #ECD25F;
--lemon-500: #E7C632;
--lemon-600: #C9A818;
--lemon-700: #A08613;
--lemon-800: #72600D;
--lemon-900: #493D09;
--lemon-950: #2E2605;
}