Lemon
#FEEDBD
OrangeColor Codes
All color formats for development
HEX
#FEEDBDRGB
rgb(254, 237, 189)HSL
hsl(44, 97%, 87%)OKLCH
oklch(0.948 0.065 90.9)CMYK
cmyk(0%, 7%, 26%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FDE192
2#FDD566
3#FCC83B
4#FBBC0F
5#DBA103
6#AF8103
7#836102
8#574001
9#2C2001
Tints
Lighter variations
1#FEEFC4
2#FEF0CB
3#FEF2D1
4#FEF4D8
5#FFF6DE
6#FFF8E5
7#FFFAEB
8#FFFBF2
9#FFFDF8
Tones
Muted variations
1#FBEBC1
2#F8EAC4
3#F4E8C7
4#F1E7CB
5#EEE5CE
6#EBE4D1
7#E7E2D4
8#E4E1D7
9#E1DFDB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFB #FFFBF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF5 #FEF5DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEED #FEEDBE | Secondary backgroundsInput backgroundsDividers |
| 300 | FDDF #FDDF8B | BordersInactive statesPlaceholder text |
| 400 | FCCE #FCCE4F | Disabled statesSecondary iconsMuted text |
| 500 | FCC0 #FCC01D | Primary brand colorCTAsActive elementsLinks |
| 600 | DDA3 #DDA303 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B082 #B08203 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E5D #7E5D02 | Text on light backgroundsHeadingsStrong borders |
| 900 | 503B #503B01 | Primary textHigh emphasis contentDark headings |
| 950 | 3225 #322501 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FFFBF0;
--lemon-100: #FEF5DC;
--lemon-200: #FEEDBE;
--lemon-300: #FDDF8B;
--lemon-400: #FCCE4F;
--lemon-500: #FCC01D;
--lemon-600: #DDA303;
--lemon-700: #B08203;
--lemon-800: #7E5D02;
--lemon-900: #503B01;
--lemon-950: #322501;
}