Tan
#E7B565
OrangeColor Codes
All color formats for development
HEX
#E7B565RGB
rgb(231, 181, 101)HSL
hsl(37, 73%, 65%)OKLCH
oklch(0.802 0.114 77.7)CMYK
cmyk(0%, 22%, 56%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E2A748
2#DE992B
3#C9881F
4#AC741B
5#8F6116
6#734E12
7#563A0D
8#392709
9#1D1304
Tints
Lighter variations
1#E9BC74
2#ECC483
3#EECB93
4#F1D3A2
5#F3DAB2
6#F5E1C1
7#F8E9D1
8#FAF0E0
9#FDF8F0
Tones
Muted variations
1#E0B36B
2#DAB272
3#D3B078
4#CDAF7F
5#C6AD85
6#C0AC8C
7#B9AA92
8#B3A999
9#ACA79F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF9 #FDF9F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAF0 #FAF0E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6E3 #F6E3C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFCE #EFCE9A | BordersInactive statesPlaceholder text |
| 400 | E7B5 #E7B565 | Disabled statesSecondary iconsMuted text |
| 500 | E0A0 #E0A038 | Primary brand colorCTAsActive elementsLinks |
| 600 | C283 #C2831E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A68 #9A6818 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E4B #6E4B11 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4730 #47300B | Primary textHigh emphasis contentDark headings |
| 950 | 2C1E #2C1E07 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF9F2;
--tan-100: #FAF0E0;
--tan-200: #F6E3C6;
--tan-300: #EFCE9A;
--tan-400: #E7B565;
--tan-500: #E0A038;
--tan-600: #C2831E;
--tan-700: #9A6818;
--tan-800: #6E4B11;
--tan-900: #47300B;
--tan-950: #2C1E07;
}