Lemon
#FEE3BE
OrangeColor Codes
All color formats for development
HEX
#FEE3BERGB
rgb(254, 227, 190)HSL
hsl(35, 97%, 87%)OKLCH
oklch(0.929 0.057 75.6)CMYK
cmyk(0%, 11%, 25%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FDD192
2#FDBE66
3#FCAB3B
4#FB990F
5#DB8103
6#AF6703
7#834D02
8#573401
9#2C1A01
Tints
Lighter variations
1#FEE6C4
2#FEE9CB
3#FEECD1
4#FEEED8
5#FFF1DE
6#FFF4E5
7#FFF7EB
8#FFF9F2
9#FFFCF8
Tones
Muted variations
1#FBE3C1
2#F8E2C4
3#F4E2C7
4#F1E1CB
5#EEE1CE
6#EBE0D1
7#E7DFD4
8#E4DFD7
9#E1DEDB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF9 #FFF9F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF0 #FEF0DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEE3 #FEE3BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FDCE #FDCE8B | BordersInactive statesPlaceholder text |
| 400 | FCB4 #FCB44F | Disabled statesSecondary iconsMuted text |
| 500 | FC9F #FC9F1D | Primary brand colorCTAsActive elementsLinks |
| 600 | DD82 #DD8203 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B068 #B06803 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E4A #7E4A02 | Text on light backgroundsHeadingsStrong borders |
| 900 | 502F #502F01 | Primary textHigh emphasis contentDark headings |
| 950 | 321E #321E01 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FFF9F0;
--lemon-100: #FEF0DC;
--lemon-200: #FEE3BE;
--lemon-300: #FDCE8B;
--lemon-400: #FCB44F;
--lemon-500: #FC9F1D;
--lemon-600: #DD8203;
--lemon-700: #B06803;
--lemon-800: #7E4A02;
--lemon-900: #502F01;
--lemon-950: #321E01;
}