Lemon
#F8DEC4
OrangeColor Codes
All color formats for development
HEX
#F8DEC4RGB
rgb(248, 222, 196)HSL
hsl(30, 79%, 87%)OKLCH
oklch(0.915 0.045 67.2)CMYK
cmyk(0%, 10%, 21%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F3C89C
2#EFB174
3#EA9B4D
4#E58525
5#C76F17
6#9F5913
7#77430E
8#4F2C09
9#281605
Tints
Lighter variations
1#F9E1CA
2#F9E4D0
3#FAE8D5
4#FBEBDB
5#FCEEE1
6#FCF2E7
7#FDF5ED
8#FEF8F3
9#FEFCF9
Tones
Muted variations
1#F5DEC6
2#F3DEC9
3#F0DECC
4#EEDECE
5#EBDED1
6#E8DED3
7#E6DED6
8#E3DED9
9#E0DEDB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF7 #FDF7F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBED #FBEDDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8DE #F8DEC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3C4 #F3C496 | BordersInactive statesPlaceholder text |
| 400 | ECA6 #ECA65F | Disabled statesSecondary iconsMuted text |
| 500 | E78C #E78C32 | Primary brand colorCTAsActive elementsLinks |
| 600 | C970 #C97018 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A059 #A05913 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7240 #72400D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4929 #492909 | Primary textHigh emphasis contentDark headings |
| 950 | 2E1A #2E1A05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FDF7F1;
--lemon-100: #FBEDDF;
--lemon-200: #F8DEC4;
--lemon-300: #F3C496;
--lemon-400: #ECA65F;
--lemon-500: #E78C32;
--lemon-600: #C97018;
--lemon-700: #A05913;
--lemon-800: #72400D;
--lemon-900: #492909;
--lemon-950: #2E1A05;
}