Tan
#EAB162
OrangeColor Codes
All color formats for development
HEX
#EAB162RGB
rgb(234, 177, 98)HSL
hsl(35, 76%, 65%)OKLCH
oklch(0.797 0.117 73.7)CMYK
cmyk(0%, 24%, 58%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E6A345
2#E29428
3#CC831C
4#AF7018
5#925D14
6#754B10
7#58380C
8#3A2508
9#1D1304
Tints
Lighter variations
1#ECB972
2#EEC181
3#F0C891
4#F2D0A1
5#F4D8B0
6#F6E0C0
7#F9E8D0
8#FBEFE0
9#FDF7EF
Tones
Muted variations
1#E3B069
2#DCAF6F
3#D5AE76
4#CEAD7D
5#C8AB84
6#C1AA8B
7#BAA991
8#B3A898
9#ADA79F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF8 #FDF8F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBEF #FBEFE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7E2 #F7E2C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1CC #F1CC98 | BordersInactive statesPlaceholder text |
| 400 | EAB1 #EAB162 | Disabled statesSecondary iconsMuted text |
| 500 | E39B #E39B35 | Primary brand colorCTAsActive elementsLinks |
| 600 | C57E #C57E1B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D65 #9D6515 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7048 #70480F | Text on light backgroundsHeadingsStrong borders |
| 900 | 482E #482E0A | 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: #FDF8F2;
--tan-100: #FBEFE0;
--tan-200: #F7E2C5;
--tan-300: #F1CC98;
--tan-400: #EAB162;
--tan-500: #E39B35;
--tan-600: #C57E1B;
--tan-700: #9D6515;
--tan-800: #70480F;
--tan-900: #482E0A;
--tan-950: #2D1D06;
}