Tan
#E7AA65
OrangeColor Codes
All color formats for development
HEX
#E7AA65RGB
rgb(231, 170, 101)HSL
hsl(32, 73%, 65%)OKLCH
oklch(0.781 0.112 68.3)CMYK
cmyk(0%, 26%, 56%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E29A48
2#DE8B2B
3#C97A1F
4#AC681B
5#8F5716
6#734612
7#56340D
8#392309
9#1D1104
Tints
Lighter variations
1#E9B374
2#ECBB83
3#EEC493
4#F1CCA2
5#F3D5B2
6#F5DDC1
7#F8E6D1
8#FAEEE0
9#FDF7F0
Tones
Muted variations
1#E0AA6B
2#DAA972
3#D3A978
4#CDA87F
5#C6A885
6#C0A78C
7#B9A792
8#B3A799
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 | EFC7 #EFC79A | BordersInactive statesPlaceholder text |
| 400 | E7AA #E7AA65 | Disabled statesSecondary iconsMuted text |
| 500 | E092 #E09238 | Primary brand colorCTAsActive elementsLinks |
| 600 | C276 #C2761E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A5E #9A5E18 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E43 #6E4311 | Text on light backgroundsHeadingsStrong borders |
| 900 | 472B #472B0B | Primary textHigh emphasis contentDark headings |
| 950 | 2C1B #2C1B07 | 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: #EFC79A;
--tan-400: #E7AA65;
--tan-500: #E09238;
--tan-600: #C2761E;
--tan-700: #9A5E18;
--tan-800: #6E4311;
--tan-900: #472B0B;
--tan-950: #2C1B07;
}