Lemon
#FAE7C2
OrangeColor Codes
All color formats for development
HEX
#FAE7C2RGB
rgb(250, 231, 194)HSL
hsl(40, 85%, 87%)OKLCH
oklch(0.934 0.053 84)CMYK
cmyk(0%, 8%, 22%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F7D799
2#F3C770
3#F0B847
4#EDA81E
5#CD8E11
6#A4720D
7#7B550A
8#523907
9#291C03
Tints
Lighter variations
1#FBEAC8
2#FBECCE
3#FCEED4
4#FCF1DA
5#FDF3E0
6#FDF5E6
7#FEF8ED
8#FEFAF3
9#FFFDF9
Tones
Muted variations
1#F7E6C4
2#F4E5C7
3#F2E4CA
4#EFE3CD
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 | FCF2 #FCF2DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAE7 #FAE7C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6D5 #F6D592 | BordersInactive statesPlaceholder text |
| 400 | F2BF #F2BF5A | Disabled statesSecondary iconsMuted text |
| 500 | EEAD #EEAD2B | Primary brand colorCTAsActive elementsLinks |
| 600 | D090 #D09011 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A573 #A5730D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7652 #76520A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B34 #4B3406 | Primary textHigh emphasis contentDark headings |
| 950 | 2F21 #2F2104 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FEFAF1;
--lemon-100: #FCF2DE;
--lemon-200: #FAE7C2;
--lemon-300: #F6D592;
--lemon-400: #F2BF5A;
--lemon-500: #EEAD2B;
--lemon-600: #D09011;
--lemon-700: #A5730D;
--lemon-800: #76520A;
--lemon-900: #4B3406;
--lemon-950: #2F2104;
}