Lemon
#FAE3C2
OrangeColor Codes
All color formats for development
HEX
#FAE3C2RGB
rgb(250, 227, 194)HSL
hsl(35, 85%, 87%)OKLCH
oklch(0.926 0.05 76.9)CMYK
cmyk(0%, 9%, 22%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F7D099
2#F3BC70
3#F0A947
4#ED961E
5#CD7F11
6#A4650D
7#7B4C0A
8#523307
9#291903
Tints
Lighter variations
1#FBE5C8
2#FBE8CE
3#FCEBD4
4#FCEEDA
5#FDF1E0
6#FDF4E6
7#FEF6ED
8#FEF9F3
9#FFFCF9
Tones
Muted variations
1#F7E2C4
2#F4E2C7
3#F2E1CA
4#EFE1CD
5#ECE0D0
6#E9E0D3
7#E6DFD5
8#E3DFD8
9#E1DEDB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF8 #FEF8F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF0 #FCF0DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAE3 #FAE3C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6CD #F6CD92 | BordersInactive statesPlaceholder text |
| 400 | F2B2 #F2B25A | Disabled statesSecondary iconsMuted text |
| 500 | EE9D #EE9D2B | Primary brand colorCTAsActive elementsLinks |
| 600 | D080 #D08011 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A566 #A5660D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7649 #76490A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B2F #4B2F06 | Primary textHigh emphasis contentDark headings |
| 950 | 2F1D #2F1D04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FEF8F1;
--lemon-100: #FCF0DE;
--lemon-200: #FAE3C2;
--lemon-300: #F6CD92;
--lemon-400: #F2B25A;
--lemon-500: #EE9D2B;
--lemon-600: #D08011;
--lemon-700: #A5660D;
--lemon-800: #76490A;
--lemon-900: #4B2F06;
--lemon-950: #2F1D04;
}