Lemon
#F8E0C4
OrangeColor Codes
All color formats for development
HEX
#F8E0C4RGB
rgb(248, 224, 196)HSL
hsl(32, 79%, 87%)OKLCH
oklch(0.919 0.046 71.5)CMYK
cmyk(0%, 10%, 21%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F3CB9C
2#EFB674
3#EAA14D
4#E58C25
5#C77517
6#9F5D13
7#77460E
8#4F2F09
9#281705
Tints
Lighter variations
1#F9E3CA
2#F9E6D0
3#FAE9D5
4#FBECDB
5#FCEFE1
6#FCF2E7
7#FDF6ED
8#FEF9F3
9#FEFCF9
Tones
Muted variations
1#F5DFC6
2#F3DFC9
3#F0DFCC
4#EEDFCE
5#EBDFD1
6#E8DFD3
7#E6DED6
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 | FBEE #FBEEDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8E0 #F8E0C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3C7 #F3C796 | BordersInactive statesPlaceholder text |
| 400 | ECAA #ECAA5F | Disabled statesSecondary iconsMuted text |
| 500 | E792 #E79232 | Primary brand colorCTAsActive elementsLinks |
| 600 | C976 #C97618 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A05E #A05E13 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7243 #72430D | Text on light backgroundsHeadingsStrong borders |
| 900 | 492B #492B09 | Primary textHigh emphasis contentDark headings |
| 950 | 2E1B #2E1B05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FDF8F1;
--lemon-100: #FBEEDF;
--lemon-200: #F8E0C4;
--lemon-300: #F3C796;
--lemon-400: #ECAA5F;
--lemon-500: #E79232;
--lemon-600: #C97618;
--lemon-700: #A05E13;
--lemon-800: #72430D;
--lemon-900: #492B09;
--lemon-950: #2E1B05;
}