Tan
#EABD61
OrangeColor Codes
All color formats for development
HEX
#EABD61RGB
rgb(234, 189, 97)HSL
hsl(40, 77%, 65%)OKLCH
oklch(0.82 0.122 83.4)CMYK
cmyk(0%, 19%, 59%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E7B044
2#E3A426
3#CD921B
4#B07D17
5#936813
6#75530F
7#583E0B
8#3B2A08
9#1D1504
Tints
Lighter variations
1#EDC371
2#EFCA81
3#F1D190
4#F3D7A0
5#F5DEB0
6#F7E4C0
7#F9EBD0
8#FBF2DF
9#FDF8EF
Tones
Muted variations
1#E4BA68
2#DDB86F
3#D6B676
4#CFB37D
5#C8B183
6#C1AF8A
7#BAAD91
8#B3AA98
9#ADA89F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF9 #FDF9F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF2 #FBF2DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7E6 #F7E6C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2D3 #F2D397 | BordersInactive statesPlaceholder text |
| 400 | EABD #EABD61 | Disabled statesSecondary iconsMuted text |
| 500 | E5AA #E5AA34 | Primary brand colorCTAsActive elementsLinks |
| 600 | C78D #C78D1A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E70 #9E7015 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7150 #71500F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4833 #483309 | 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: #FDF9F1;
--tan-100: #FBF2DF;
--tan-200: #F7E6C4;
--tan-300: #F2D397;
--tan-400: #EABD61;
--tan-500: #E5AA34;
--tan-600: #C78D1A;
--tan-700: #9E7015;
--tan-800: #71500F;
--tan-900: #483309;
--tan-950: #2D2006;
}