Lemon
#FBE9C1
OrangeColor Codes
All color formats for development
HEX
#FBE9C1RGB
rgb(251, 233, 193)HSL
hsl(41, 88%, 87%)OKLCH
oklch(0.938 0.056 86.6)CMYK
cmyk(0%, 7%, 23%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F8DA97
2#F6CA6D
3#F3BB44
4#F0AC1A
5#D1930D
6#A7750B
7#7D5808
8#533B05
9#2A1D03
Tints
Lighter variations
1#FBEBC7
2#FCEDCD
3#FCEFD3
4#FDF2DA
5#FDF4E0
6#FDF6E6
7#FEF8EC
8#FEFBF3
9#FFFDF9
Tones
Muted variations
1#F8E7C4
2#F5E6C7
3#F2E5C9
4#EFE4CC
5#ECE3CF
6#EAE2D2
7#E7E1D5
8#E4E0D8
9#E1DFDB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFA #FEFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF3 #FDF3DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBE9 #FBE9C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8D7 #F8D791 | BordersInactive statesPlaceholder text |
| 400 | F4C3 #F4C357 | Disabled statesSecondary iconsMuted text |
| 500 | F1B1 #F1B127 | Primary brand colorCTAsActive elementsLinks |
| 600 | D394 #D3940D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A876 #A8760B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7854 #785408 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D36 #4D3605 | Primary textHigh emphasis contentDark headings |
| 950 | 3022 #302203 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FEFAF1;
--lemon-100: #FDF3DD;
--lemon-200: #FBE9C1;
--lemon-300: #F8D791;
--lemon-400: #F4C357;
--lemon-500: #F1B127;
--lemon-600: #D3940D;
--lemon-700: #A8760B;
--lemon-800: #785408;
--lemon-900: #4D3605;
--lemon-950: #302203;
}