Lemon
#FBEBC1
OrangeColor Codes
All color formats for development
HEX
#FBEBC1RGB
rgb(251, 235, 193)HSL
hsl(43, 88%, 87%)OKLCH
oklch(0.942 0.057 89.7)CMYK
cmyk(0%, 6%, 23%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F8DD97
2#F6CF6D
3#F3C144
4#F0B41A
5#D1990D
6#A77B0B
7#7D5C08
8#533D05
9#2A1F03
Tints
Lighter variations
1#FBEDC7
2#FCEFCD
3#FCF1D3
4#FDF3DA
5#FDF5E0
6#FDF7E6
7#FEF9EC
8#FEFBF3
9#FFFDF9
Tones
Muted variations
1#F8E9C4
2#F5E8C7
3#F2E7C9
4#EFE5CC
5#ECE4CF
6#EAE3D2
7#E7E2D5
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 | FDF4 #FDF4DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBEA #FBEAC1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8DB #F8DB91 | BordersInactive statesPlaceholder text |
| 400 | F4C8 #F4C857 | Disabled statesSecondary iconsMuted text |
| 500 | F1B8 #F1B827 | Primary brand colorCTAsActive elementsLinks |
| 600 | D39B #D39B0D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A87B #A87B0B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7858 #785808 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D38 #4D3805 | Primary textHigh emphasis contentDark headings |
| 950 | 3023 #302303 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FEFAF1;
--lemon-100: #FDF4DD;
--lemon-200: #FBEAC1;
--lemon-300: #F8DB91;
--lemon-400: #F4C857;
--lemon-500: #F1B827;
--lemon-600: #D39B0D;
--lemon-700: #A87B0B;
--lemon-800: #785808;
--lemon-900: #4D3805;
--lemon-950: #302303;
}