Tan
#EAC161
OrangeColor Codes
All color formats for development
HEX
#EAC161RGB
rgb(234, 193, 97)HSL
hsl(42, 77%, 65%)OKLCH
oklch(0.828 0.124 86.4)CMYK
cmyk(0%, 18%, 59%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E7B644
2#E3AA26
3#CD981B
4#B08217
5#936C13
6#75570F
7#58410B
8#3B2B08
9#1D1604
Tints
Lighter variations
1#EDC771
2#EFCE81
3#F1D490
4#F3DAA0
5#F5E0B0
6#F7E6C0
7#F9ECD0
8#FBF3DF
9#FDF9EF
Tones
Muted variations
1#E4BE68
2#DDBC6F
3#D6B976
4#CFB67D
5#C8B383
6#C1B18A
7#BAAE91
8#B3AB98
9#ADA89F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFA #FDFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF3 #FBF3DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7E8 #F7E8C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2D6 #F2D697 | BordersInactive statesPlaceholder text |
| 400 | EAC1 #EAC161 | Disabled statesSecondary iconsMuted text |
| 500 | E5B0 #E5B034 | Primary brand colorCTAsActive elementsLinks |
| 600 | C793 #C7931A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E75 #9E7515 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7153 #71530F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4835 #483509 | Primary textHigh emphasis contentDark headings |
| 950 | 2D21 #2D2106 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDFAF1;
--tan-100: #FBF3DF;
--tan-200: #F7E8C4;
--tan-300: #F2D697;
--tan-400: #EAC161;
--tan-500: #E5B034;
--tan-600: #C7931A;
--tan-700: #9E7515;
--tan-800: #71530F;
--tan-900: #483509;
--tan-950: #2D2106;
}