Tan
#E6AA65
OrangeColor Codes
All color formats for development
HEX
#E6AA65RGB
rgb(230, 170, 101)HSL
hsl(32, 72%, 65%)OKLCH
oklch(0.78 0.111 68.8)CMYK
cmyk(0%, 26%, 56%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E19A49
2#DD8A2C
3#C87A20
4#AB681C
5#8F5717
6#724513
7#56340E
8#392309
9#1D1105
Tints
Lighter variations
1#E9B375
2#EBBB84
3#EEC494
4#F0CCA3
5#F3D5B2
6#F5DDC2
7#F8E6D1
8#FAEEE0
9#FDF7F0
Tones
Muted variations
1#E0AA6C
2#D9A972
3#D3A979
4#CCA87F
5#C6A886
6#BFA78C
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 | E6AA #E6AA65 | Disabled statesSecondary iconsMuted text |
| 500 | DF92 #DF923A | Primary brand colorCTAsActive elementsLinks |
| 600 | C176 #C1761F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A5E #9A5E19 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E43 #6E4312 | Text on light backgroundsHeadingsStrong borders |
| 900 | 462B #462B0B | 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: #E6AA65;
--tan-500: #DF923A;
--tan-600: #C1761F;
--tan-700: #9A5E19;
--tan-800: #6E4312;
--tan-900: #462B0B;
--tan-950: #2C1B07;
}