Tan
#EABC62
OrangeColor Codes
All color formats for development
HEX
#EABC62RGB
rgb(234, 188, 98)HSL
hsl(40, 76%, 65%)OKLCH
oklch(0.818 0.12 82.4)CMYK
cmyk(0%, 20%, 58%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E6B045
2#E2A428
3#CC911C
4#AF7D18
5#926814
6#755310
7#583E0C
8#3A2A08
9#1D1504
Tints
Lighter variations
1#ECC372
2#EECA81
3#F0D091
4#F2D7A1
5#F4DEB0
6#F6E4C0
7#F9EBD0
8#FBF2E0
9#FDF8EF
Tones
Muted variations
1#E3BA69
2#DCB86F
3#D5B676
4#CEB37D
5#C8B184
6#C1AF8B
7#BAAD91
8#B3AA98
9#ADA89F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF9 #FDF9F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF2 #FBF2E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7E6 #F7E6C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1D3 #F1D398 | BordersInactive statesPlaceholder text |
| 400 | EABC #EABC62 | Disabled statesSecondary iconsMuted text |
| 500 | E3A9 #E3A935 | Primary brand colorCTAsActive elementsLinks |
| 600 | C58D #C58D1B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D70 #9D7015 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7050 #70500F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4833 #48330A | Primary textHigh emphasis contentDark headings |
| 950 | 2D20 #2D2006 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF9F2;
--tan-100: #FBF2E0;
--tan-200: #F7E6C5;
--tan-300: #F1D398;
--tan-400: #EABC62;
--tan-500: #E3A935;
--tan-600: #C58D1B;
--tan-700: #9D7015;
--tan-800: #70500F;
--tan-900: #48330A;
--tan-950: #2D2006;
}