Tan
#EAB862
OrangeColor Codes
All color formats for development
HEX
#EAB862RGB
rgb(234, 184, 98)HSL
hsl(38, 76%, 65%)OKLCH
oklch(0.811 0.119 79.3)CMYK
cmyk(0%, 21%, 58%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E6AB45
2#E29D28
3#CC8C1C
4#AF7818
5#926414
6#755010
7#583C0C
8#3A2808
9#1D1404
Tints
Lighter variations
1#ECBF72
2#EEC681
3#F0CD91
4#F2D4A1
5#F4DBB0
6#F6E3C0
7#F9EAD0
8#FBF1E0
9#FDF8EF
Tones
Muted variations
1#E3B669
2#DCB46F
3#D5B276
4#CEB17D
5#C8AF84
6#C1AD8B
7#BAAB91
8#B3A998
9#ADA89F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF9 #FDF9F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF1 #FBF1E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7E5 #F7E5C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1D0 #F1D098 | BordersInactive statesPlaceholder text |
| 400 | EAB8 #EAB862 | Disabled statesSecondary iconsMuted text |
| 500 | E3A4 #E3A435 | Primary brand colorCTAsActive elementsLinks |
| 600 | C587 #C5871B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D6B #9D6B15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 704D #704D0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4831 #48310A | 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: #FDF9F2;
--tan-100: #FBF1E0;
--tan-200: #F7E5C5;
--tan-300: #F1D098;
--tan-400: #EAB862;
--tan-500: #E3A435;
--tan-600: #C5871B;
--tan-700: #9D6B15;
--tan-800: #704D0F;
--tan-900: #48310A;
--tan-950: #2D1F06;
}