Lemon
#FEE7BE
OrangeColor Codes
All color formats for development
HEX
#FEE7BERGB
rgb(254, 231, 190)HSL
hsl(38, 97%, 87%)OKLCH
oklch(0.936 0.059 82)CMYK
cmyk(0%, 9%, 25%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FDD692
2#FDC666
3#FCB53B
4#FBA50F
5#DB8C03
6#AF7003
7#835402
8#573801
9#2C1C01
Tints
Lighter variations
1#FEE9C4
2#FEEBCB
3#FEEED1
4#FEF0D8
5#FFF3DE
6#FFF5E5
7#FFF8EB
8#FFFAF2
9#FFFDF8
Tones
Muted variations
1#FBE6C1
2#F8E5C4
3#F4E4C7
4#F1E3CB
5#EEE2CE
6#EBE1D1
7#E7E0D4
8#E4E0D7
9#E1DFDB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF9 #FFF9F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF2 #FEF2DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEE6 #FEE6BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FDD4 #FDD48B | BordersInactive statesPlaceholder text |
| 400 | FCBD #FCBD4F | Disabled statesSecondary iconsMuted text |
| 500 | FCAA #FCAA1D | Primary brand colorCTAsActive elementsLinks |
| 600 | DD8D #DD8D03 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B070 #B07003 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E50 #7E5002 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5033 #503301 | Primary textHigh emphasis contentDark headings |
| 950 | 3220 #322001 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FFF9F0;
--lemon-100: #FEF2DC;
--lemon-200: #FEE6BE;
--lemon-300: #FDD48B;
--lemon-400: #FCBD4F;
--lemon-500: #FCAA1D;
--lemon-600: #DD8D03;
--lemon-700: #B07003;
--lemon-800: #7E5002;
--lemon-900: #503301;
--lemon-950: #322001;
}