Tan
#E7C265
OrangeColor Codes
All color formats for development
HEX
#E7C265RGB
rgb(231, 194, 101)HSL
hsl(43, 73%, 65%)OKLCH
oklch(0.828 0.12 88)CMYK
cmyk(0%, 16%, 56%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E2B748
2#DEAB2B
3#C9991F
4#AC831B
5#8F6D16
6#735712
7#56410D
8#392C09
9#1D1604
Tints
Lighter variations
1#E9C874
2#ECCE83
3#EED493
4#F1DAA2
5#F3E0B2
6#F5E7C1
7#F8EDD1
8#FAF3E0
9#FDF9F0
Tones
Muted variations
1#E0BF6B
2#DABC72
3#D3BA78
4#CDB77F
5#C6B485
6#C0B18C
7#B9AE92
8#B3AB99
9#ACA99F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFA #FDFAF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAF3 #FAF3E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6E8 #F6E8C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFD7 #EFD79A | BordersInactive statesPlaceholder text |
| 400 | E7C2 #E7C265 | Disabled statesSecondary iconsMuted text |
| 500 | E0B1 #E0B138 | Primary brand colorCTAsActive elementsLinks |
| 600 | C294 #C2941E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A75 #9A7518 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E54 #6E5411 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4736 #47360B | Primary textHigh emphasis contentDark headings |
| 950 | 2C22 #2C2207 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDFAF2;
--tan-100: #FAF3E0;
--tan-200: #F6E8C6;
--tan-300: #EFD79A;
--tan-400: #E7C265;
--tan-500: #E0B138;
--tan-600: #C2941E;
--tan-700: #9A7518;
--tan-800: #6E5411;
--tan-900: #47360B;
--tan-950: #2C2207;
}