Tan
#E7C465
OrangeColor Codes
All color formats for development
HEX
#E7C465RGB
rgb(231, 196, 101)HSL
hsl(44, 73%, 65%)OKLCH
oklch(0.832 0.121 89.4)CMYK
cmyk(0%, 15%, 56%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E2B948
2#DEAE2B
3#C99C1F
4#AC851B
5#8F6F16
6#735912
7#56430D
8#392C09
9#1D1604
Tints
Lighter variations
1#E9CA74
2#ECD083
3#EED693
4#F1DCA2
5#F3E2B2
6#F5E7C1
7#F8EDD1
8#FAF3E0
9#FDF9F0
Tones
Muted variations
1#E0C16B
2#DABE72
3#D3BB78
4#CDB87F
5#C6B585
6#C0B28C
7#B9AF92
8#B3AC99
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 | F6E9 #F6E9C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFD8 #EFD89A | BordersInactive statesPlaceholder text |
| 400 | E7C4 #E7C465 | Disabled statesSecondary iconsMuted text |
| 500 | E0B3 #E0B338 | Primary brand colorCTAsActive elementsLinks |
| 600 | C296 #C2961E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A78 #9A7818 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E55 #6E5511 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4737 #47370B | 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: #F6E9C6;
--tan-300: #EFD89A;
--tan-400: #E7C465;
--tan-500: #E0B338;
--tan-600: #C2961E;
--tan-700: #9A7818;
--tan-800: #6E5511;
--tan-900: #47370B;
--tan-950: #2C2207;
}