Lemon
#FBEAC1
OrangeColor Codes
All color formats for development
HEX
#FBEAC1RGB
rgb(251, 234, 193)HSL
hsl(42, 88%, 87%)OKLCH
oklch(0.94 0.056 88.2)CMYK
cmyk(0%, 7%, 23%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F8DB97
2#F6CD6D
3#F3BE44
4#F0B01A
5#D1960D
6#A7780B
7#7D5A08
8#533C05
9#2A1E03
Tints
Lighter variations
1#FBECC7
2#FCEECD
3#FCF0D3
4#FDF2DA
5#FDF4E0
6#FDF6E6
7#FEF9EC
8#FEFBF3
9#FFFDF9
Tones
Muted variations
1#F8E8C4
2#F5E7C7
3#F2E6C9
4#EFE5CC
5#ECE4CF
6#EAE3D2
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 | FBEA #FBEAC1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8D9 #F8D991 | BordersInactive statesPlaceholder text |
| 400 | F4C5 #F4C557 | Disabled statesSecondary iconsMuted text |
| 500 | F1B5 #F1B527 | Primary brand colorCTAsActive elementsLinks |
| 600 | D398 #D3980D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A879 #A8790B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7856 #785608 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D37 #4D3705 | 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: #FBEAC1;
--lemon-300: #F8D991;
--lemon-400: #F4C557;
--lemon-500: #F1B527;
--lemon-600: #D3980D;
--lemon-700: #A8790B;
--lemon-800: #785608;
--lemon-900: #4D3705;
--lemon-950: #302203;
}