Lemon
#FBDEC1
OrangeColor Codes
All color formats for development
HEX
#FBDEC1RGB
rgb(251, 222, 193)HSL
hsl(30, 88%, 87%)OKLCH
oklch(0.917 0.05 67.1)CMYK
cmyk(0%, 12%, 23%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F8C897
2#F6B16D
3#F39B44
4#F0851A
5#D16F0D
6#A7590B
7#7D4308
8#532C05
9#2A1603
Tints
Lighter variations
1#FBE1C7
2#FCE4CD
3#FCE8D3
4#FDEBDA
5#FDEEE0
6#FDF2E6
7#FEF5EC
8#FEF8F3
9#FFFCF9
Tones
Muted variations
1#F8DEC4
2#F5DEC7
3#F2DEC9
4#EFDECC
5#ECDECF
6#EADED2
7#E7DED5
8#E4DED8
9#E1DEDB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF7 #FEF7F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDED #FDEDDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBDE #FBDEC1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8C4 #F8C491 | BordersInactive statesPlaceholder text |
| 400 | F4A6 #F4A657 | Disabled statesSecondary iconsMuted text |
| 500 | F18C #F18C27 | Primary brand colorCTAsActive elementsLinks |
| 600 | D370 #D3700D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A859 #A8590B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7840 #784008 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D29 #4D2905 | Primary textHigh emphasis contentDark headings |
| 950 | 301A #301A03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FEF7F1;
--lemon-100: #FDEDDD;
--lemon-200: #FBDEC1;
--lemon-300: #F8C491;
--lemon-400: #F4A657;
--lemon-500: #F18C27;
--lemon-600: #D3700D;
--lemon-700: #A8590B;
--lemon-800: #784008;
--lemon-900: #4D2905;
--lemon-950: #301A03;
}