Lemon
#FBE6C1
OrangeColor Codes
All color formats for development
HEX
#FBE6C1RGB
rgb(251, 230, 193)HSL
hsl(38, 88%, 87%)OKLCH
oklch(0.933 0.053 81.8)CMYK
cmyk(0%, 8%, 23%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F8D597
2#F6C46D
3#F3B344
4#F0A21A
5#D1890D
6#A76E0B
7#7D5208
8#533705
9#2A1B03
Tints
Lighter variations
1#FBE8C7
2#FCEBCD
3#FCEDD3
4#FDF0DA
5#FDF2E0
6#FDF5E6
7#FEF7EC
8#FEFAF3
9#FFFCF9
Tones
Muted variations
1#F8E5C4
2#F5E4C7
3#F2E3C9
4#EFE3CC
5#ECE2CF
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 | FBE6 #FBE6C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8D2 #F8D291 | BordersInactive statesPlaceholder text |
| 400 | F4BB #F4BB57 | Disabled statesSecondary iconsMuted text |
| 500 | F1A7 #F1A727 | Primary brand colorCTAsActive elementsLinks |
| 600 | D38B #D38B0D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A86E #A86E0B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 784F #784F08 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D32 #4D3205 | 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: #FBE6C1;
--lemon-300: #F8D291;
--lemon-400: #F4BB57;
--lemon-500: #F1A727;
--lemon-600: #D38B0D;
--lemon-700: #A86E0B;
--lemon-800: #784F08;
--lemon-900: #4D3205;
--lemon-950: #301F03;
}