Lemon
#FFE8BD
OrangeColor Codes
All color formats for development
HEX
#FFE8BDRGB
rgb(255, 232, 189)HSL
hsl(39, 100%, 87%)OKLCH
oklch(0.939 0.061 83.1)CMYK
cmyk(0%, 9%, 26%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FFD890
2#FFC964
3#FFB938
4#FFAA0B
5#DE9000
6#B17300
7#855700
8#593A00
9#2C1D00
Tints
Lighter variations
1#FFEAC3
2#FFECCA
3#FFEFD1
4#FFF1D7
5#FFF3DE
6#FFF6E4
7#FFF8EB
8#FFFAF2
9#FFFDF8
Tones
Muted variations
1#FCE7C0
2#F8E6C3
3#F5E5C7
4#F2E4CA
5#EEE3CD
6#EBE2D1
7#E8E1D4
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 | FFF3 #FFF3DB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFE8 #FFE8BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFD6 #FFD68A | BordersInactive statesPlaceholder text |
| 400 | FFC1 #FFC14D | Disabled statesSecondary iconsMuted text |
| 500 | FFAF #FFAF1A | Primary brand colorCTAsActive elementsLinks |
| 600 | E092 #E09200 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B374 #B37400 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8053 #805300 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5235 #523500 | Primary textHigh emphasis contentDark headings |
| 950 | 3321 #332100 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FFFAF0;
--lemon-100: #FFF3DB;
--lemon-200: #FFE8BD;
--lemon-300: #FFD68A;
--lemon-400: #FFC14D;
--lemon-500: #FFAF1A;
--lemon-600: #E09200;
--lemon-700: #B37400;
--lemon-800: #805300;
--lemon-900: #523500;
--lemon-950: #332100;
}