Lemon
#FBE3C1
OrangeColor Codes
All color formats for development
HEX
#FBE3C1RGB
rgb(251, 227, 193)HSL
hsl(35, 88%, 87%)OKLCH
oklch(0.927 0.052 76.5)CMYK
cmyk(0%, 10%, 23%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F8D097
2#F6BD6D
3#F3AA44
4#F0971A
5#D17F0D
6#A7660B
7#7D4C08
8#533305
9#2A1903
Tints
Lighter variations
1#FBE6C7
2#FCE8CD
3#FCEBD3
4#FDEEDA
5#FDF1E0
6#FDF4E6
7#FEF7EC
8#FEF9F3
9#FFFCF9
Tones
Muted variations
1#F8E2C4
2#F5E2C7
3#F2E1C9
4#EFE1CC
5#ECE0CF
6#EAE0D2
7#E7DFD5
8#E4DFD8
9#E1DEDB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF8 #FEF8F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF0 #FDF0DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBE3 #FBE3C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8CD #F8CD91 | BordersInactive statesPlaceholder text |
| 400 | F4B3 #F4B357 | Disabled statesSecondary iconsMuted text |
| 500 | F19D #F19D27 | Primary brand colorCTAsActive elementsLinks |
| 600 | D381 #D3810D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A866 #A8660B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7849 #784908 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D2F #4D2F05 | Primary textHigh emphasis contentDark headings |
| 950 | 301D #301D03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FEF8F1;
--lemon-100: #FDF0DD;
--lemon-200: #FBE3C1;
--lemon-300: #F8CD91;
--lemon-400: #F4B357;
--lemon-500: #F19D27;
--lemon-600: #D3810D;
--lemon-700: #A8660B;
--lemon-800: #784908;
--lemon-900: #4D2F05;
--lemon-950: #301D03;
}