Lemon
#FEE9BE
OrangeColor Codes
All color formats for development
HEX
#FEE9BERGB
rgb(254, 233, 190)HSL
hsl(40, 97%, 87%)OKLCH
oklch(0.94 0.06 85)CMYK
cmyk(0%, 8%, 25%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FDDA92
2#FDCB66
3#FCBC3B
4#FBAD0F
5#DB9303
6#AF7503
7#835802
8#573B01
9#2C1D01
Tints
Lighter variations
1#FEEBC4
2#FEEDCB
3#FEEFD1
4#FEF2D8
5#FFF4DE
6#FFF6E5
7#FFF8EB
8#FFFBF2
9#FFFDF8
Tones
Muted variations
1#FBE7C1
2#F8E6C4
3#F4E5C7
4#F1E4CB
5#EEE3CE
6#EBE2D1
7#E7E1D4
8#E4E0D7
9#E1DFDB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFA #FFFAF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF3 #FEF3DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEE9 #FEE9BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FDD7 #FDD78B | BordersInactive statesPlaceholder text |
| 400 | FCC3 #FCC34F | Disabled statesSecondary iconsMuted text |
| 500 | FCB1 #FCB11D | Primary brand colorCTAsActive elementsLinks |
| 600 | DD94 #DD9403 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B076 #B07603 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E54 #7E5402 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5036 #503601 | Primary textHigh emphasis contentDark headings |
| 950 | 3222 #322201 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FFFAF0;
--lemon-100: #FEF3DC;
--lemon-200: #FEE9BE;
--lemon-300: #FDD78B;
--lemon-400: #FCC34F;
--lemon-500: #FCB11D;
--lemon-600: #DD9403;
--lemon-700: #B07603;
--lemon-800: #7E5402;
--lemon-900: #503601;
--lemon-950: #322201;
}