Tan
#E7B765
OrangeColor Codes
All color formats for development
HEX
#E7B765RGB
rgb(231, 183, 101)HSL
hsl(38, 73%, 65%)OKLCH
oklch(0.806 0.115 79.4)CMYK
cmyk(0%, 21%, 56%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E2AA48
2#DE9C2B
3#C98B1F
4#AC771B
5#8F6316
6#734F12
7#563B0D
8#392809
9#1D1404
Tints
Lighter variations
1#E9BE74
2#ECC583
3#EECD93
4#F1D4A2
5#F3DBB2
6#F5E2C1
7#F8E9D1
8#FAF1E0
9#FDF8F0
Tones
Muted variations
1#E0B56B
2#DAB472
3#D3B278
4#CDB07F
5#C6AE85
6#C0AD8C
7#B9AB92
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 | FAF1 #FAF1E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6E4 #F6E4C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFD0 #EFD09A | BordersInactive statesPlaceholder text |
| 400 | E7B7 #E7B765 | Disabled statesSecondary iconsMuted text |
| 500 | E0A3 #E0A338 | Primary brand colorCTAsActive elementsLinks |
| 600 | C286 #C2861E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A6B #9A6B18 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E4C #6E4C11 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4731 #47310B | 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: #FAF1E0;
--tan-200: #F6E4C6;
--tan-300: #EFD09A;
--tan-400: #E7B765;
--tan-500: #E0A338;
--tan-600: #C2861E;
--tan-700: #9A6B18;
--tan-800: #6E4C11;
--tan-900: #47310B;
--tan-950: #2C1E07;
}