Tan
#EAC162
OrangeColor Codes
All color formats for development
HEX
#EAC162RGB
rgb(234, 193, 98)HSL
hsl(42, 76%, 65%)OKLCH
oklch(0.828 0.123 86.2)CMYK
cmyk(0%, 18%, 58%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E6B545
2#E2AA28
3#CC971C
4#AF8218
5#926C14
6#755610
7#58410C
8#3A2B08
9#1D1604
Tints
Lighter variations
1#ECC772
2#EECD81
3#F0D491
4#F2DAA1
5#F4E0B0
6#F6E6C0
7#F9ECD0
8#FBF3E0
9#FDF9EF
Tones
Muted variations
1#E3BE69
2#DCBB6F
3#D5B976
4#CEB67D
5#C8B384
6#C1B18B
7#BAAE91
8#B3AB98
9#ADA89F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFA #FDFAF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF3 #FBF3E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7E8 #F7E8C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1D6 #F1D698 | BordersInactive statesPlaceholder text |
| 400 | EAC1 #EAC162 | Disabled statesSecondary iconsMuted text |
| 500 | E3AF #E3AF35 | Primary brand colorCTAsActive elementsLinks |
| 600 | C592 #C5921B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D74 #9D7415 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7053 #70530F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4835 #48350A | Primary textHigh emphasis contentDark headings |
| 950 | 2D21 #2D2106 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDFAF2;
--tan-100: #FBF3E0;
--tan-200: #F7E8C5;
--tan-300: #F1D698;
--tan-400: #EAC162;
--tan-500: #E3AF35;
--tan-600: #C5921B;
--tan-700: #9D7415;
--tan-800: #70530F;
--tan-900: #48350A;
--tan-950: #2D2106;
}