Lemon
#FEE7BD
OrangeColor Codes
All color formats for development
HEX
#FEE7BDRGB
rgb(254, 231, 189)HSL
hsl(39, 97%, 87%)OKLCH
oklch(0.936 0.06 82.5)CMYK
cmyk(0%, 9%, 26%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FDD892
2#FDC866
3#FCB83B
4#FBA90F
5#DB8F03
6#AF7303
7#835602
8#573901
9#2C1D01
Tints
Lighter variations
1#FEEAC4
2#FEECCB
3#FEEFD1
4#FEF1D8
5#FFF3DE
6#FFF6E5
7#FFF8EB
8#FFFAF2
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 | FEF2 #FEF2DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEE7 #FEE7BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FDD5 #FDD58B | BordersInactive statesPlaceholder text |
| 400 | FCC0 #FCC04F | Disabled statesSecondary iconsMuted text |
| 500 | FCAE #FCAE1D | Primary brand colorCTAsActive elementsLinks |
| 600 | DD91 #DD9103 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B073 #B07303 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E52 #7E5202 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5035 #503501 | Primary textHigh emphasis contentDark headings |
| 950 | 3221 #322101 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FFFAF0;
--lemon-100: #FEF2DC;
--lemon-200: #FEE7BE;
--lemon-300: #FDD58B;
--lemon-400: #FCC04F;
--lemon-500: #FCAE1D;
--lemon-600: #DD9103;
--lemon-700: #B07303;
--lemon-800: #7E5202;
--lemon-900: #503501;
--lemon-950: #322101;
}