Tan
#E6B565
OrangeColor Codes
All color formats for development
HEX
#E6B565RGB
rgb(230, 181, 101)HSL
hsl(37, 72%, 65%)OKLCH
oklch(0.801 0.113 78.3)CMYK
cmyk(0%, 21%, 56%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E1A749
2#DD992C
3#C88820
4#AB741C
5#8F6117
6#724D13
7#563A0E
8#392709
9#1D1305
Tints
Lighter variations
1#E9BC75
2#EBC484
3#EECB94
4#F0D2A3
5#F3DAB2
6#F5E1C2
7#F8E9D1
8#FAF0E0
9#FDF8F0
Tones
Muted variations
1#E0B36C
2#D9B272
3#D3B079
4#CCAF7F
5#C6AD86
6#BFAC8C
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 | E6B5 #E6B565 | Disabled statesSecondary iconsMuted text |
| 500 | DFA0 #DFA03A | Primary brand colorCTAsActive elementsLinks |
| 600 | C183 #C1831F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A68 #9A6819 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E4A #6E4A12 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4630 #46300B | 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: #E6B565;
--tan-500: #DFA03A;
--tan-600: #C1831F;
--tan-700: #9A6819;
--tan-800: #6E4A12;
--tan-900: #46300B;
--tan-950: #2C1E07;
}