Tan
#EAAF62
OrangeColor Codes
All color formats for development
HEX
#EAAF62RGB
rgb(234, 175, 98)HSL
hsl(34, 76%, 65%)OKLCH
oklch(0.793 0.117 72.1)CMYK
cmyk(0%, 25%, 58%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E6A045
2#E29128
3#CC801C
4#AF6E18
5#925B14
6#754910
7#58370C
8#3A2508
9#1D1204
Tints
Lighter variations
1#ECB772
2#EEBF81
3#F0C791
4#F2CFA1
5#F4D7B0
6#F6DFC0
7#F9E7D0
8#FBEFE0
9#FDF7EF
Tones
Muted variations
1#E3AE69
2#DCAD6F
3#D5AC76
4#CEAB7D
5#C8AA84
6#C1A98B
7#BAA891
8#B3A898
9#ADA79F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF8 #FDF8F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBEF #FBEFE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7E1 #F7E1C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1CA #F1CA98 | BordersInactive statesPlaceholder text |
| 400 | EAAF #EAAF62 | Disabled statesSecondary iconsMuted text |
| 500 | E398 #E39835 | Primary brand colorCTAsActive elementsLinks |
| 600 | C57C #C57C1B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D62 #9D6215 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7046 #70460F | Text on light backgroundsHeadingsStrong borders |
| 900 | 482D #482D0A | Primary textHigh emphasis contentDark headings |
| 950 | 2D1C #2D1C06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF8F2;
--tan-100: #FBEFE0;
--tan-200: #F7E1C5;
--tan-300: #F1CA98;
--tan-400: #EAAF62;
--tan-500: #E39835;
--tan-600: #C57C1B;
--tan-700: #9D6215;
--tan-800: #70460F;
--tan-900: #482D0A;
--tan-950: #2D1C06;
}