Lemon
#FFEBBD
OrangeColor Codes
All color formats for development
HEX
#FFEBBDRGB
rgb(255, 235, 189)HSL
hsl(42, 100%, 87%)OKLCH
oklch(0.945 0.063 87.3)CMYK
cmyk(0%, 8%, 26%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FFDE90
2#FFD064
3#FFC338
4#FFB60B
5#DE9B00
6#B17C00
7#855D00
8#593E00
9#2C1F00
Tints
Lighter variations
1#FFEDC3
2#FFEFCA
3#FFF1D1
4#FFF3D7
5#FFF5DE
6#FFF7E4
7#FFF9EB
8#FFFBF2
9#FFFDF8
Tones
Muted variations
1#FCEAC0
2#F8E8C3
3#F5E7C7
4#F2E6CA
5#EEE4CD
6#EBE3D1
7#E8E2D4
8#E4E1D7
9#E1DFDB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFA #FFFAF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFF4 #FFF4DB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFEB #FFEBBD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFDC #FFDC8A | BordersInactive statesPlaceholder text |
| 400 | FFC9 #FFC94D | Disabled statesSecondary iconsMuted text |
| 500 | FFBA #FFBA1A | Primary brand colorCTAsActive elementsLinks |
| 600 | E09D #E09D00 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B37D #B37D00 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8059 #805900 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5239 #523900 | Primary textHigh emphasis contentDark headings |
| 950 | 3324 #332400 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FFFAF0;
--lemon-100: #FFF4DB;
--lemon-200: #FFEBBD;
--lemon-300: #FFDC8A;
--lemon-400: #FFC94D;
--lemon-500: #FFBA1A;
--lemon-600: #E09D00;
--lemon-700: #B37D00;
--lemon-800: #805900;
--lemon-900: #523900;
--lemon-950: #332400;
}