Tan
#E7B965
OrangeColor Codes
All color formats for development
HEX
#E7B965RGB
rgb(231, 185, 101)HSL
hsl(39, 73%, 65%)OKLCH
oklch(0.81 0.115 81)CMYK
cmyk(0%, 20%, 56%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E2AC48
2#DE9F2B
3#C98D1F
4#AC791B
5#8F6516
6#735112
7#563D0D
8#392809
9#1D1404
Tints
Lighter variations
1#E9C074
2#ECC783
3#EECE93
4#F1D5A2
5#F3DCB2
6#F5E3C1
7#F8EAD1
8#FAF1E0
9#FDF8F0
Tones
Muted variations
1#E0B76B
2#DAB572
3#D3B378
4#CDB17F
5#C6B085
6#C0AE8C
7#B9AC92
8#B3AA99
9#ACA89F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF9 #FDF9F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAF1 #FAF1E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6E5 #F6E5C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFD1 #EFD19A | BordersInactive statesPlaceholder text |
| 400 | E7B9 #E7B965 | Disabled statesSecondary iconsMuted text |
| 500 | E0A5 #E0A538 | Primary brand colorCTAsActive elementsLinks |
| 600 | C289 #C2891E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A6D #9A6D18 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E4E #6E4E11 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4732 #47320B | Primary textHigh emphasis contentDark headings |
| 950 | 2C1F #2C1F07 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF9F2;
--tan-100: #FAF1E0;
--tan-200: #F6E5C6;
--tan-300: #EFD19A;
--tan-400: #E7B965;
--tan-500: #E0A538;
--tan-600: #C2891E;
--tan-700: #9A6D18;
--tan-800: #6E4E11;
--tan-900: #47320B;
--tan-950: #2C1F07;
}