Tan
#EAB362
OrangeColor Codes
All color formats for development
HEX
#EAB362RGB
rgb(234, 179, 98)HSL
hsl(36, 76%, 65%)OKLCH
oklch(0.801 0.118 75.4)CMYK
cmyk(0%, 24%, 58%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E6A545
2#E29728
3#CC861C
4#AF7318
5#925F14
6#754C10
7#58390C
8#3A2608
9#1D1304
Tints
Lighter variations
1#ECBB72
2#EEC281
3#F0CA91
4#F2D2A1
5#F4D9B0
6#F6E1C0
7#F9E8D0
8#FBF0E0
9#FDF7EF
Tones
Muted variations
1#E3B269
2#DCB16F
3#D5AF76
4#CEAE7D
5#C8AD84
6#C1AB8B
7#BAAA91
8#B3A898
9#ADA79F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF9 #FDF9F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF0 #FBF0E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7E3 #F7E3C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1CD #F1CD98 | BordersInactive statesPlaceholder text |
| 400 | EAB3 #EAB362 | Disabled statesSecondary iconsMuted text |
| 500 | E39E #E39E35 | Primary brand colorCTAsActive elementsLinks |
| 600 | C581 #C5811B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D67 #9D6715 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7049 #70490F | Text on light backgroundsHeadingsStrong borders |
| 900 | 482F #482F0A | Primary textHigh emphasis contentDark headings |
| 950 | 2D1D #2D1D06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF9F2;
--tan-100: #FBF0E0;
--tan-200: #F7E3C5;
--tan-300: #F1CD98;
--tan-400: #EAB362;
--tan-500: #E39E35;
--tan-600: #C5811B;
--tan-700: #9D6715;
--tan-800: #70490F;
--tan-900: #482F0A;
--tan-950: #2D1D06;
}