Lemon
#FAE0C2
OrangeColor Codes
All color formats for development
HEX
#FAE0C2RGB
rgb(250, 224, 194)HSL
hsl(32, 85%, 87%)OKLCH
oklch(0.92 0.049 71.1)CMYK
cmyk(0%, 10%, 22%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F7CB99
2#F3B670
3#F0A147
4#ED8C1E
5#CD7511
6#A45E0D
7#7B460A
8#522F07
9#291703
Tints
Lighter variations
1#FBE3C8
2#FBE6CE
3#FCE9D4
4#FCECDA
5#FDEFE0
6#FDF2E6
7#FEF6ED
8#FEF9F3
9#FFFCF9
Tones
Muted variations
1#F7E0C4
2#F4DFC7
3#F2DFCA
4#EFDFCD
5#ECDFD0
6#E9DFD3
7#E6DED5
8#E3DED8
9#E1DEDB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF8 #FEF8F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCEE #FCEEDE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAE0 #FAE0C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6C8 #F6C892 | BordersInactive statesPlaceholder text |
| 400 | F2AB #F2AB5A | Disabled statesSecondary iconsMuted text |
| 500 | EE93 #EE932B | Primary brand colorCTAsActive elementsLinks |
| 600 | D077 #D07711 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A55E #A55E0D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7643 #76430A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B2B #4B2B06 | Primary textHigh emphasis contentDark headings |
| 950 | 2F1B #2F1B04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FEF8F1;
--lemon-100: #FCEEDE;
--lemon-200: #FAE0C2;
--lemon-300: #F6C892;
--lemon-400: #F2AB5A;
--lemon-500: #EE932B;
--lemon-600: #D07711;
--lemon-700: #A55E0D;
--lemon-800: #76430A;
--lemon-900: #4B2B06;
--lemon-950: #2F1B04;
}