Lemon
#FFE9BD
OrangeColor Codes
All color formats for development
HEX
#FFE9BDRGB
rgb(255, 233, 189)HSL
hsl(40, 100%, 87%)OKLCH
oklch(0.941 0.062 84.5)CMYK
cmyk(0%, 9%, 26%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FFDA90
2#FFCB64
3#FFBD38
4#FFAE0B
5#DE9400
6#B17600
7#855900
8#593B00
9#2C1E00
Tints
Lighter variations
1#FFEBC3
2#FFEDCA
3#FFF0D1
4#FFF2D7
5#FFF4DE
6#FFF6E4
7#FFF8EB
8#FFFBF2
9#FFFDF8
Tones
Muted variations
1#FCE8C0
2#F8E7C3
3#F5E6C7
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 | FFE9 #FFE9BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFD8 #FFD88A | BordersInactive statesPlaceholder text |
| 400 | FFC3 #FFC34D | Disabled statesSecondary iconsMuted text |
| 500 | FFB3 #FFB31A | Primary brand colorCTAsActive elementsLinks |
| 600 | E096 #E09600 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B377 #B37700 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8055 #805500 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5236 #523600 | Primary textHigh emphasis contentDark headings |
| 950 | 3322 #332200 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FFFAF0;
--lemon-100: #FFF3DB;
--lemon-200: #FFE9BD;
--lemon-300: #FFD88A;
--lemon-400: #FFC34D;
--lemon-500: #FFB31A;
--lemon-600: #E09600;
--lemon-700: #B37700;
--lemon-800: #805500;
--lemon-900: #523600;
--lemon-950: #332200;
}