Lemon
#FAE9C2
OrangeColor Codes
All color formats for development
HEX
#FAE9C2RGB
rgb(250, 233, 194)HSL
hsl(42, 85%, 87%)OKLCH
oklch(0.938 0.054 87.2)CMYK
cmyk(0%, 7%, 22%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F7DA99
2#F3CC70
3#F0BD47
4#EDAF1E
5#CD9511
6#A4770D
7#7B590A
8#523B07
9#291E03
Tints
Lighter variations
1#FBEBC8
2#FBEDCE
3#FCF0D4
4#FCF2DA
5#FDF4E0
6#FDF6E6
7#FEF8ED
8#FEFBF3
9#FFFDF9
Tones
Muted variations
1#F7E8C4
2#F4E7C7
3#F2E6CA
4#EFE5CD
5#ECE3D0
6#E9E2D3
7#E6E1D5
8#E3E0D8
9#E1DFDB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFA #FEFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF3 #FCF3DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAE9 #FAE9C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6D8 #F6D892 | BordersInactive statesPlaceholder text |
| 400 | F2C4 #F2C45A | Disabled statesSecondary iconsMuted text |
| 500 | EEB3 #EEB32B | Primary brand colorCTAsActive elementsLinks |
| 600 | D096 #D09611 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A578 #A5780D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7655 #76550A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B37 #4B3706 | Primary textHigh emphasis contentDark headings |
| 950 | 2F22 #2F2204 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FEFAF1;
--lemon-100: #FCF3DE;
--lemon-200: #FAE9C2;
--lemon-300: #F6D892;
--lemon-400: #F2C45A;
--lemon-500: #EEB32B;
--lemon-600: #D09611;
--lemon-700: #A5780D;
--lemon-800: #76550A;
--lemon-900: #4B3706;
--lemon-950: #2F2204;
}