Tan
#E6B965
OrangeColor Codes
All color formats for development
HEX
#E6B965RGB
rgb(230, 185, 101)HSL
hsl(39, 72%, 65%)OKLCH
oklch(0.809 0.115 81.5)CMYK
cmyk(0%, 20%, 56%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E1AC49
2#DD9F2C
3#C88D20
4#AB791C
5#8F6517
6#725113
7#563C0E
8#392809
9#1D1405
Tints
Lighter variations
1#E9C075
2#EBC784
3#EECE94
4#F0D5A3
5#F3DCB2
6#F5E3C2
7#F8EAD1
8#FAF1E0
9#FDF8F0
Tones
Muted variations
1#E0B76C
2#D9B572
3#D3B379
4#CCB17F
5#C6AF86
6#BFAD8C
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 | E6B9 #E6B965 | Disabled statesSecondary iconsMuted text |
| 500 | DFA5 #DFA53A | Primary brand colorCTAsActive elementsLinks |
| 600 | C188 #C1881F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A6D #9A6D19 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E4E #6E4E12 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4632 #46320B | 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: #E6B965;
--tan-500: #DFA53A;
--tan-600: #C1881F;
--tan-700: #9A6D19;
--tan-800: #6E4E12;
--tan-900: #46320B;
--tan-950: #2C1F07;
}