Tan
#E7B365
OrangeColor Codes
All color formats for development
HEX
#E7B365RGB
rgb(231, 179, 101)HSL
hsl(36, 73%, 65%)OKLCH
oklch(0.798 0.113 76.1)CMYK
cmyk(0%, 23%, 56%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E2A548
2#DE962B
3#C9851F
4#AC721B
5#8F5F16
6#734C12
7#56390D
8#392609
9#1D1304
Tints
Lighter variations
1#E9BA74
2#ECC283
3#EECA93
4#F1D1A2
5#F3D9B2
6#F5E1C1
7#F8E8D1
8#FAF0E0
9#FDF7F0
Tones
Muted variations
1#E0B16B
2#DAB072
3#D3AF78
4#CDAE7F
5#C6AC85
6#C0AB8C
7#B9AA92
8#B3A899
9#ACA79F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF8 #FDF8F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAF0 #FAF0E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6E3 #F6E3C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFCD #EFCD9A | BordersInactive statesPlaceholder text |
| 400 | E7B3 #E7B365 | Disabled statesSecondary iconsMuted text |
| 500 | E09D #E09D38 | Primary brand colorCTAsActive elementsLinks |
| 600 | C281 #C2811E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A66 #9A6618 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E49 #6E4911 | Text on light backgroundsHeadingsStrong borders |
| 900 | 472F #472F0B | Primary textHigh emphasis contentDark headings |
| 950 | 2C1D #2C1D07 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF8F2;
--tan-100: #FAF0E0;
--tan-200: #F6E3C6;
--tan-300: #EFCD9A;
--tan-400: #E7B365;
--tan-500: #E09D38;
--tan-600: #C2811E;
--tan-700: #9A6618;
--tan-800: #6E4911;
--tan-900: #472F0B;
--tan-950: #2C1D07;
}