Lemon
#FEE4BE
OrangeColor Codes
All color formats for development
HEX
#FEE4BERGB
rgb(254, 228, 190)HSL
hsl(36, 97%, 87%)OKLCH
oklch(0.931 0.057 77.3)CMYK
cmyk(0%, 10%, 25%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FDD292
2#FDC166
3#FCAF3B
4#FB9D0F
5#DB8403
6#AF6A03
7#834F02
8#573501
9#2C1A01
Tints
Lighter variations
1#FEE7C4
2#FEEACB
3#FEECD1
4#FEEFD8
5#FFF2DE
6#FFF4E5
7#FFF7EB
8#FFFAF2
9#FFFCF8
Tones
Muted variations
1#FBE4C1
2#F8E3C4
3#F4E2C7
4#F1E2CB
5#EEE1CE
6#EBE0D1
7#E7E0D4
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 | FEF1 #FEF1DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEE4 #FEE4BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FDD0 #FDD08B | BordersInactive statesPlaceholder text |
| 400 | FCB7 #FCB74F | Disabled statesSecondary iconsMuted text |
| 500 | FCA3 #FCA31D | Primary brand colorCTAsActive elementsLinks |
| 600 | DD86 #DD8603 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B06B #B06B03 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E4C #7E4C02 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5031 #503101 | 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: #FEF1DC;
--lemon-200: #FEE4BE;
--lemon-300: #FDD08B;
--lemon-400: #FCB74F;
--lemon-500: #FCA31D;
--lemon-600: #DD8603;
--lemon-700: #B06B03;
--lemon-800: #7E4C02;
--lemon-900: #503101;
--lemon-950: #321E01;
}