Lemon
#FBE0C1
OrangeColor Codes
All color formats for development
HEX
#FBE0C1RGB
rgb(251, 224, 193)HSL
hsl(32, 88%, 87%)OKLCH
oklch(0.921 0.051 71)CMYK
cmyk(0%, 11%, 23%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F8CB97
2#F6B66D
3#F3A144
4#F08C1A
5#D1750D
6#A75E0B
7#7D4608
8#532F05
9#2A1703
Tints
Lighter variations
1#FBE3C7
2#FCE6CD
3#FCE9D3
4#FDECDA
5#FDEFE0
6#FDF3E6
7#FEF6EC
8#FEF9F3
9#FFFCF9
Tones
Muted variations
1#F8E0C4
2#F5DFC7
3#F2DFC9
4#EFDFCC
5#ECDFCF
6#EADFD2
7#E7DED5
8#E4DED8
9#E1DEDB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF8 #FEF8F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDEE #FDEEDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBE0 #FBE0C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8C8 #F8C891 | BordersInactive statesPlaceholder text |
| 400 | F4AB #F4AB57 | Disabled statesSecondary iconsMuted text |
| 500 | F193 #F19327 | Primary brand colorCTAsActive elementsLinks |
| 600 | D377 #D3770D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A85E #A85E0B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7843 #784308 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D2B #4D2B05 | Primary textHigh emphasis contentDark headings |
| 950 | 301B #301B03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FEF8F1;
--lemon-100: #FDEEDD;
--lemon-200: #FBE0C1;
--lemon-300: #F8C891;
--lemon-400: #F4AB57;
--lemon-500: #F19327;
--lemon-600: #D3770D;
--lemon-700: #A85E0B;
--lemon-800: #784308;
--lemon-900: #4D2B05;
--lemon-950: #301B03;
}