Lemon
#FFEEBD
YellowColor Codes
All color formats for development
HEX
#FFEEBDRGB
rgb(255, 238, 189)HSL
hsl(45, 100%, 87%)OKLCH
oklch(0.951 0.066 91.2)CMYK
cmyk(0%, 7%, 26%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FFE390
2#FFD864
3#FFCD38
4#FFC20B
5#DEA600
6#B18500
7#856400
8#594300
9#2C2100
Tints
Lighter variations
1#FFF0C3
2#FFF2CA
3#FFF3D1
4#FFF5D7
5#FFF7DE
6#FFF8E4
7#FFFAEB
8#FFFCF2
9#FFFDF8
Tones
Muted variations
1#FCEDC0
2#F8EBC3
3#F5E9C7
4#F2E8CA
5#EEE6CD
6#EBE4D1
7#E8E3D4
8#E4E1D7
9#E1E0DB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFB #FFFBF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFF6 #FFF6DB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFEE #FFEEBD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFE2 #FFE28A | BordersInactive statesPlaceholder text |
| 400 | FFD2 #FFD24D | Disabled statesSecondary iconsMuted text |
| 500 | FFC6 #FFC61A | Primary brand colorCTAsActive elementsLinks |
| 600 | E0A8 #E0A800 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B386 #B38600 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8060 #806000 | Text on light backgroundsHeadingsStrong borders |
| 900 | 523D #523D00 | Primary textHigh emphasis contentDark headings |
| 950 | 3326 #332600 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FFFBF0;
--lemon-100: #FFF6DB;
--lemon-200: #FFEEBD;
--lemon-300: #FFE28A;
--lemon-400: #FFD24D;
--lemon-500: #FFC61A;
--lemon-600: #E0A800;
--lemon-700: #B38600;
--lemon-800: #806000;
--lemon-900: #523D00;
--lemon-950: #332600;
}