Lemon
#F8DFC4
OrangeColor Codes
All color formats for development
HEX
#F8DFC4RGB
rgb(248, 223, 196)HSL
hsl(31, 79%, 87%)OKLCH
oklch(0.917 0.045 69.4)CMYK
cmyk(0%, 10%, 21%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F3C99C
2#EFB474
3#EA9E4D
4#E58825
5#C77217
6#9F5B13
7#77440E
8#4F2E09
9#281705
Tints
Lighter variations
1#F9E2CA
2#F9E5D0
3#FAE8D5
4#FBECDB
5#FCEFE1
6#FCF2E7
7#FDF5ED
8#FEF9F3
9#FEFCF9
Tones
Muted variations
1#F5DFC6
2#F3DFC9
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 | FDF8 #FDF8F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBEE #FBEEDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8DF #F8DFC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3C6 #F3C696 | BordersInactive statesPlaceholder text |
| 400 | ECA8 #ECA85F | Disabled statesSecondary iconsMuted text |
| 500 | E78F #E78F32 | Primary brand colorCTAsActive elementsLinks |
| 600 | C973 #C97318 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A05C #A05C13 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7241 #72410D | Text on light backgroundsHeadingsStrong borders |
| 900 | 492A #492A09 | 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: #FDF8F1;
--lemon-100: #FBEEDF;
--lemon-200: #F8DFC4;
--lemon-300: #F3C696;
--lemon-400: #ECA85F;
--lemon-500: #E78F32;
--lemon-600: #C97318;
--lemon-700: #A05C13;
--lemon-800: #72410D;
--lemon-900: #492A09;
--lemon-950: #2E1A05;
}