Tan
#E7C065
OrangeColor Codes
All color formats for development
HEX
#E7C065RGB
rgb(231, 192, 101)HSL
hsl(42, 73%, 65%)OKLCH
oklch(0.824 0.119 86.5)CMYK
cmyk(0%, 17%, 56%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E2B448
2#DEA82B
3#C9961F
4#AC801B
5#8F6B16
6#735612
7#56400D
8#392B09
9#1D1504
Tints
Lighter variations
1#E9C674
2#ECCC83
3#EED393
4#F1D9A2
5#F3DFB2
6#F5E6C1
7#F8ECD1
8#FAF2E0
9#FDF9F0
Tones
Muted variations
1#E0BD6B
2#DABB72
3#D3B878
4#CDB57F
5#C6B385
6#C0B08C
7#B9AE92
8#B3AB99
9#ACA89F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFA #FDFAF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAF2 #FAF2E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6E8 #F6E8C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFD5 #EFD59A | BordersInactive statesPlaceholder text |
| 400 | E7C0 #E7C065 | Disabled statesSecondary iconsMuted text |
| 500 | E0AE #E0AE38 | Primary brand colorCTAsActive elementsLinks |
| 600 | C291 #C2911E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A73 #9A7318 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E52 #6E5211 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4735 #47350B | Primary textHigh emphasis contentDark headings |
| 950 | 2C21 #2C2107 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDFAF2;
--tan-100: #FAF2E0;
--tan-200: #F6E8C6;
--tan-300: #EFD59A;
--tan-400: #E7C065;
--tan-500: #E0AE38;
--tan-600: #C2911E;
--tan-700: #9A7318;
--tan-800: #6E5211;
--tan-900: #47350B;
--tan-950: #2C2107;
}