Lemon
#FDE2BF
OrangeColor Codes
All color formats for development
HEX
#FDE2BFRGB
rgb(253, 226, 191)HSL
hsl(34, 94%, 87%)OKLCH
oklch(0.926 0.055 74.2)CMYK
cmyk(0%, 11%, 25%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FCCF94
2#FABB69
3#F9A83E
4#F89413
5#D77D07
6#AC6405
7#814B04
8#563203
9#2B1901
Tints
Lighter variations
1#FDE5C5
2#FDE8CC
3#FEEBD2
4#FEEED8
5#FEF1DF
6#FEF3E5
7#FEF6EC
8#FFF9F2
9#FFFCF9
Tones
Muted variations
1#FAE2C2
2#F7E1C5
3#F4E1C8
4#F1E0CB
5#EDE0CE
6#EAE0D1
7#E7DFD5
8#E4DFD8
9#E1DEDB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF8 #FFF8F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEEF #FEEFDC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDE2 #FDE2BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBCC #FBCC8D | BordersInactive statesPlaceholder text |
| 400 | FAB1 #FAB152 | Disabled statesSecondary iconsMuted text |
| 500 | F89B #F89B20 | Primary brand colorCTAsActive elementsLinks |
| 600 | DA7E #DA7E07 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD64 #AD6405 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C48 #7C4804 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F2E #4F2E02 | Primary textHigh emphasis contentDark headings |
| 950 | 311D #311D02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FFF8F0;
--lemon-100: #FEEFDC;
--lemon-200: #FDE2BF;
--lemon-300: #FBCC8D;
--lemon-400: #FAB152;
--lemon-500: #F89B20;
--lemon-600: #DA7E07;
--lemon-700: #AD6405;
--lemon-800: #7C4804;
--lemon-900: #4F2E02;
--lemon-950: #311D02;
}