Tan
#E7AC65
OrangeColor Codes
All color formats for development
HEX
#E7AC65RGB
rgb(231, 172, 101)HSL
hsl(33, 73%, 65%)OKLCH
oklch(0.785 0.112 70.1)CMYK
cmyk(0%, 26%, 56%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E29D48
2#DE8E2B
3#C97C1F
4#AC6B1B
5#8F5916
6#734712
7#56350D
8#392409
9#1D1204
Tints
Lighter variations
1#E9B574
2#ECBD83
3#EEC593
4#F1CDA2
5#F3D6B2
6#F5DEC1
7#F8E6D1
8#FAEEE0
9#FDF7F0
Tones
Muted variations
1#E0AC6B
2#DAAB72
3#D3AA78
4#CDAA7F
5#C6A985
6#C0A88C
7#B9A892
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 | F6E0 #F6E0C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFC9 #EFC99A | BordersInactive statesPlaceholder text |
| 400 | E7AC #E7AC65 | Disabled statesSecondary iconsMuted text |
| 500 | E095 #E09538 | Primary brand colorCTAsActive elementsLinks |
| 600 | C278 #C2781E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A60 #9A6018 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E44 #6E4411 | Text on light backgroundsHeadingsStrong borders |
| 900 | 472C #472C0B | 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: #F6E0C6;
--tan-300: #EFC99A;
--tan-400: #E7AC65;
--tan-500: #E09538;
--tan-600: #C2781E;
--tan-700: #9A6018;
--tan-800: #6E4411;
--tan-900: #472C0B;
--tan-950: #2C1B07;
}