Tan
#EAAD61
OrangeColor Codes
All color formats for development
HEX
#EAAD61RGB
rgb(234, 173, 97)HSL
hsl(33, 77%, 65%)OKLCH
oklch(0.79 0.117 70.7)CMYK
cmyk(0%, 26%, 59%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E79D44
2#E38E26
3#CD7D1B
4#B06B17
5#935913
6#75470F
7#58360B
8#3B2408
9#1D1204
Tints
Lighter variations
1#EDB571
2#EFBD81
3#F1C590
4#F3CEA0
5#F5D6B0
6#F7DEC0
7#F9E6D0
8#FBEFDF
9#FDF7EF
Tones
Muted variations
1#E4AC68
2#DDAB6F
3#D6AB76
4#CFAA7D
5#C8A983
6#C1A88A
7#BAA891
8#B3A798
9#ADA69F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF8 #FDF8F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBEF #FBEFDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7E0 #F7E0C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2C9 #F2C997 | BordersInactive statesPlaceholder text |
| 400 | EAAD #EAAD61 | Disabled statesSecondary iconsMuted text |
| 500 | E595 #E59534 | Primary brand colorCTAsActive elementsLinks |
| 600 | C779 #C7791A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E60 #9E6015 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7145 #71450F | Text on light backgroundsHeadingsStrong borders |
| 900 | 482C #482C09 | Primary textHigh emphasis contentDark headings |
| 950 | 2D1B #2D1B06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF8F1;
--tan-100: #FBEFDF;
--tan-200: #F7E0C4;
--tan-300: #F2C997;
--tan-400: #EAAD61;
--tan-500: #E59534;
--tan-600: #C7791A;
--tan-700: #9E6015;
--tan-800: #71450F;
--tan-900: #482C09;
--tan-950: #2D1B06;
}