Lemon
#FBEBC0
OrangeColor Codes
All color formats for development
HEX
#FBEBC0RGB
rgb(251, 235, 192)HSL
hsl(44, 88%, 87%)OKLCH
oklch(0.942 0.058 90)CMYK
cmyk(0%, 6%, 24%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F8DE97
2#F6D16D
3#F3C444
4#F0B71A
5#D19C0D
6#A77D0B
7#7D5E08
8#533F05
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#F8EAC4
2#F5E9C7
3#F2E7C9
4#EFE6CC
5#ECE5CF
6#EAE3D2
7#E7E2D5
8#E4E1D8
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 | FBEB #FBEBC1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8DC #F8DC91 | BordersInactive statesPlaceholder text |
| 400 | F4CA #F4CA57 | Disabled statesSecondary iconsMuted text |
| 500 | F1BB #F1BB27 | Primary brand colorCTAsActive elementsLinks |
| 600 | D39E #D39E0D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A87E #A87E0B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 785A #785A08 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D3A #4D3A05 | Primary textHigh emphasis contentDark headings |
| 950 | 3024 #302403 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FEFAF1;
--lemon-100: #FDF4DD;
--lemon-200: #FBEBC1;
--lemon-300: #F8DC91;
--lemon-400: #F4CA57;
--lemon-500: #F1BB27;
--lemon-600: #D39E0D;
--lemon-700: #A87E0B;
--lemon-800: #785A08;
--lemon-900: #4D3A05;
--lemon-950: #302403;
}