Lemon
#FBE2C1
OrangeColor Codes
All color formats for development
HEX
#FBE2C1RGB
rgb(251, 226, 193)HSL
hsl(34, 88%, 87%)OKLCH
oklch(0.925 0.051 74.7)CMYK
cmyk(0%, 10%, 23%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F8CE97
2#F6BB6D
3#F3A744
4#F0931A
5#D17C0D
6#A7630B
7#7D4A08
8#533205
9#2A1903
Tints
Lighter variations
1#FBE5C7
2#FCE8CD
3#FCEBD3
4#FDEDDA
5#FDF0E0
6#FDF3E6
7#FEF6EC
8#FEF9F3
9#FFFCF9
Tones
Muted variations
1#F8E1C4
2#F5E1C7
3#F2E1C9
4#EFE0CC
5#ECE0CF
6#EADFD2
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 | FDEF #FDEFDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBE2 #FBE2C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8CB #F8CB91 | BordersInactive statesPlaceholder text |
| 400 | F4B0 #F4B057 | Disabled statesSecondary iconsMuted text |
| 500 | F19A #F19A27 | Primary brand colorCTAsActive elementsLinks |
| 600 | D37D #D37D0D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A864 #A8640B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7847 #784708 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D2E #4D2E05 | Primary textHigh emphasis contentDark headings |
| 950 | 301C #301C03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FEF8F1;
--lemon-100: #FDEFDD;
--lemon-200: #FBE2C1;
--lemon-300: #F8CB91;
--lemon-400: #F4B057;
--lemon-500: #F19A27;
--lemon-600: #D37D0D;
--lemon-700: #A8640B;
--lemon-800: #784708;
--lemon-900: #4D2E05;
--lemon-950: #301C03;
}