Lemon
#FFE6BD
OrangeColor Codes
All color formats for development
HEX
#FFE6BDRGB
rgb(255, 230, 189)HSL
hsl(37, 100%, 87%)OKLCH
oklch(0.935 0.06 80.1)CMYK
cmyk(0%, 10%, 26%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FFD590
2#FFC464
3#FFB338
4#FFA20B
5#DE8900
6#B16D00
7#855200
8#593700
9#2C1B00
Tints
Lighter variations
1#FFE8C3
2#FFEBCA
3#FFEDD1
4#FFF0D7
5#FFF2DE
6#FFF5E4
7#FFF7EB
8#FFFAF2
9#FFFCF8
Tones
Muted variations
1#FCE5C0
2#F8E4C3
3#F5E3C7
4#F2E2CA
5#EEE2CD
6#EBE1D1
7#E8E0D4
8#E4DFD7
9#E1DFDB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF9 #FFF9F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFF1 #FFF1DB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFE6 #FFE6BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFD2 #FFD28A | BordersInactive statesPlaceholder text |
| 400 | FFBB #FFBB4D | Disabled statesSecondary iconsMuted text |
| 500 | FFA7 #FFA71A | Primary brand colorCTAsActive elementsLinks |
| 600 | E08A #E08A00 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B36E #B36E00 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 804F #804F00 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5232 #523200 | Primary textHigh emphasis contentDark headings |
| 950 | 331F #331F00 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FFF9F0;
--lemon-100: #FFF1DB;
--lemon-200: #FFE6BD;
--lemon-300: #FFD28A;
--lemon-400: #FFBB4D;
--lemon-500: #FFA71A;
--lemon-600: #E08A00;
--lemon-700: #B36E00;
--lemon-800: #804F00;
--lemon-900: #523200;
--lemon-950: #331F00;
}