Tan
#EAB361
OrangeColor Codes
All color formats for development
HEX
#EAB361RGB
rgb(234, 179, 97)HSL
hsl(36, 77%, 65%)OKLCH
oklch(0.801 0.118 75.6)CMYK
cmyk(0%, 24%, 59%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E7A544
2#E39726
3#CD861B
4#B07317
5#936013
6#754D0F
7#58390B
8#3B2608
9#1D1304
Tints
Lighter variations
1#EDBB71
2#EFC381
3#F1CA90
4#F3D2A0
5#F5D9B0
6#F7E1C0
7#F9E8D0
8#FBF0DF
9#FDF7EF
Tones
Muted variations
1#E4B268
2#DDB16F
3#D6AF76
4#CFAE7D
5#C8AD83
6#C1AB8A
7#BAAA91
8#B3A898
9#ADA79F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF9 #FDF9F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF0 #FBF0DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7E3 #F7E3C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2CD #F2CD97 | BordersInactive statesPlaceholder text |
| 400 | EAB3 #EAB361 | Disabled statesSecondary iconsMuted text |
| 500 | E59E #E59E34 | Primary brand colorCTAsActive elementsLinks |
| 600 | C781 #C7811A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E67 #9E6715 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 714A #714A0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 482F #482F09 | 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: #FDF9F1;
--tan-100: #FBF0DF;
--tan-200: #F7E3C4;
--tan-300: #F2CD97;
--tan-400: #EAB361;
--tan-500: #E59E34;
--tan-600: #C7811A;
--tan-700: #9E6715;
--tan-800: #714A0F;
--tan-900: #482F09;
--tan-950: #2D1D06;
}