Lemon
#FBE5C1
OrangeColor Codes
All color formats for development
HEX
#FBE5C1RGB
rgb(251, 229, 193)HSL
hsl(37, 88%, 87%)OKLCH
oklch(0.931 0.053 80.1)CMYK
cmyk(0%, 9%, 23%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F8D397
2#F6C16D
3#F3B044
4#F09E1A
5#D1860D
6#A76B0B
7#7D5008
8#533505
9#2A1B03
Tints
Lighter variations
1#FBE7C7
2#FCEACD
3#FCEDD3
4#FDEFDA
5#FDF2E0
6#FDF4E6
7#FEF7EC
8#FEFAF3
9#FFFCF9
Tones
Muted variations
1#F8E4C4
2#F5E3C7
3#F2E3C9
4#EFE2CC
5#ECE1CF
6#EAE1D2
7#E7E0D5
8#E4DFD8
9#E1DFDB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF9 #FEF9F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF1 #FDF1DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBE5 #FBE5C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8D0 #F8D091 | BordersInactive statesPlaceholder text |
| 400 | F4B8 #F4B857 | Disabled statesSecondary iconsMuted text |
| 500 | F1A4 #F1A427 | Primary brand colorCTAsActive elementsLinks |
| 600 | D387 #D3870D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A86C #A86C0B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 784D #784D08 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D31 #4D3105 | Primary textHigh emphasis contentDark headings |
| 950 | 301F #301F03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FEF9F1;
--lemon-100: #FDF1DD;
--lemon-200: #FBE5C1;
--lemon-300: #F8D091;
--lemon-400: #F4B857;
--lemon-500: #F1A427;
--lemon-600: #D3870D;
--lemon-700: #A86C0B;
--lemon-800: #784D08;
--lemon-900: #4D3105;
--lemon-950: #301F03;
}