Tan
#E7A865
OrangeColor Codes
All color formats for development
HEX
#E7A865RGB
rgb(231, 168, 101)HSL
hsl(31, 73%, 65%)OKLCH
oklch(0.778 0.112 66.6)CMYK
cmyk(0%, 27%, 56%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E29848
2#DE882B
3#C9771F
4#AC661B
5#8F5516
6#734412
7#56330D
8#392209
9#1D1104
Tints
Lighter variations
1#E9B174
2#ECB983
3#EEC293
4#F1CBA2
5#F3D3B2
6#F5DCC1
7#F8E5D1
8#FAEEE0
9#FDF6F0
Tones
Muted variations
1#E0A86B
2#DAA772
3#D3A778
4#CDA77F
5#C6A785
6#C0A78C
7#B9A692
8#B3A699
9#ACA69F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF8 #FDF8F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAEE #FAEEE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6DF #F6DFC6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFC6 #EFC69A | BordersInactive statesPlaceholder text |
| 400 | E7A8 #E7A865 | Disabled statesSecondary iconsMuted text |
| 500 | E08F #E08F38 | Primary brand colorCTAsActive elementsLinks |
| 600 | C273 #C2731E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A5B #9A5B18 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E41 #6E4111 | Text on light backgroundsHeadingsStrong borders |
| 900 | 472A #472A0B | Primary textHigh emphasis contentDark headings |
| 950 | 2C1A #2C1A07 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF8F2;
--tan-100: #FAEEE0;
--tan-200: #F6DFC6;
--tan-300: #EFC69A;
--tan-400: #E7A865;
--tan-500: #E08F38;
--tan-600: #C2731E;
--tan-700: #9A5B18;
--tan-800: #6E4111;
--tan-900: #472A0B;
--tan-950: #2C1A07;
}