Lemon
#F8E0C3
OrangeColor Codes
All color formats for development
HEX
#F8E0C3RGB
rgb(248, 224, 195)HSL
hsl(33, 79%, 87%)OKLCH
oklch(0.919 0.047 72.4)CMYK
cmyk(0%, 10%, 21%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F3CC9C
2#EFB874
3#EAA34D
4#E58F25
5#C77817
6#9F6013
7#77480E
8#4F3009
9#281805
Tints
Lighter variations
1#F9E4CA
2#F9E7D0
3#FAEAD5
4#FBEDDB
5#FCF0E1
6#FCF3E7
7#FDF6ED
8#FEF9F3
9#FEFCF9
Tones
Muted variations
1#F5E0C6
2#F3E0C9
3#F0E0CC
4#EEDFCE
5#EBDFD1
6#E8DFD3
7#E6DFD6
8#E3DED9
9#E0DEDB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF8 #FDF8F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBEF #FBEFDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8E0 #F8E0C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3C9 #F3C996 | BordersInactive statesPlaceholder text |
| 400 | ECAD #ECAD5F | Disabled statesSecondary iconsMuted text |
| 500 | E795 #E79532 | Primary brand colorCTAsActive elementsLinks |
| 600 | C979 #C97918 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A060 #A06013 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7245 #72450D | Text on light backgroundsHeadingsStrong borders |
| 900 | 492C #492C09 | Primary textHigh emphasis contentDark headings |
| 950 | 2E1C #2E1C05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FDF8F1;
--lemon-100: #FBEFDF;
--lemon-200: #F8E0C4;
--lemon-300: #F3C996;
--lemon-400: #ECAD5F;
--lemon-500: #E79532;
--lemon-600: #C97918;
--lemon-700: #A06013;
--lemon-800: #72450D;
--lemon-900: #492C09;
--lemon-950: #2E1C05;
}