Tan
#EAB861
OrangeColor Codes
All color formats for development
HEX
#EAB861RGB
rgb(234, 184, 97)HSL
hsl(38, 77%, 65%)OKLCH
oklch(0.811 0.12 79.6)CMYK
cmyk(0%, 21%, 59%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E7AB44
2#E39E26
3#CD8C1B
4#B07817
5#936413
6#75500F
7#583C0B
8#3B2808
9#1D1404
Tints
Lighter variations
1#EDBF71
2#EFC681
3#F1CD90
4#F3D4A0
5#F5DCB0
6#F7E3C0
7#F9EAD0
8#FBF1DF
9#FDF8EF
Tones
Muted variations
1#E4B668
2#DDB46F
3#D6B376
4#CFB17D
5#C8AF83
6#C1AD8A
7#BAAB91
8#B3A998
9#ADA89F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF9 #FDF9F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF1 #FBF1DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7E5 #F7E5C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2D0 #F2D097 | BordersInactive statesPlaceholder text |
| 400 | EAB8 #EAB861 | Disabled statesSecondary iconsMuted text |
| 500 | E5A4 #E5A434 | Primary brand colorCTAsActive elementsLinks |
| 600 | C787 #C7871A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E6C #9E6C15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 714D #714D0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4831 #483109 | Primary textHigh emphasis contentDark headings |
| 950 | 2D1F #2D1F06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF9F1;
--tan-100: #FBF1DF;
--tan-200: #F7E5C4;
--tan-300: #F2D097;
--tan-400: #EAB861;
--tan-500: #E5A434;
--tan-600: #C7871A;
--tan-700: #9E6C15;
--tan-800: #714D0F;
--tan-900: #483109;
--tan-950: #2D1F06;
}