Lemon
#FFE7BD
OrangeColor Codes
All color formats for development
HEX
#FFE7BDRGB
rgb(255, 231, 189)HSL
hsl(38, 100%, 87%)OKLCH
oklch(0.937 0.06 81.6)CMYK
cmyk(0%, 9%, 26%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FFD690
2#FFC664
3#FFB638
4#FFA60B
5#DE8D00
6#B17000
7#855400
8#593800
9#2C1C00
Tints
Lighter variations
1#FFE9C3
2#FFECCA
3#FFEED1
4#FFF0D7
5#FFF3DE
6#FFF5E4
7#FFF8EB
8#FFFAF2
9#FFFDF8
Tones
Muted variations
1#FCE6C0
2#F8E5C3
3#F5E4C7
4#F2E3CA
5#EEE2CD
6#EBE1D1
7#E8E1D4
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 | FFF2 #FFF2DB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFE7 #FFE7BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFD4 #FFD48A | BordersInactive statesPlaceholder text |
| 400 | FFBE #FFBE4D | Disabled statesSecondary iconsMuted text |
| 500 | FFAB #FFAB1A | Primary brand colorCTAsActive elementsLinks |
| 600 | E08E #E08E00 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B371 #B37100 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8051 #805100 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5234 #523400 | Primary textHigh emphasis contentDark headings |
| 950 | 3320 #332000 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FFF9F0;
--lemon-100: #FFF2DB;
--lemon-200: #FFE7BD;
--lemon-300: #FFD48A;
--lemon-400: #FFBE4D;
--lemon-500: #FFAB1A;
--lemon-600: #E08E00;
--lemon-700: #B37100;
--lemon-800: #805100;
--lemon-900: #523400;
--lemon-950: #332000;
}