Tan
#ABA3A0
GrayColor Codes
All color formats for development
HEX
#ABA3A0RGB
rgb(171, 163, 160)HSL
hsl(16, 6%, 65%)OKLCH
oklch(0.721 0.01 41.9)CMYK
cmyk(0%, 5%, 6%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9C928F
2#8C817D
3#7B716D
4#69615D
5#58514E
6#46403E
7#35302F
8#23201F
9#121010
Tints
Lighter variations
1#B3ACAA
2#BCB6B3
3#C4BFBD
4#CDC8C6
5#D5D1D0
6#DDDAD9
7#E6E3E3
8#EEEDEC
9#F7F6F6
Tones
Muted variations
1#ABA4A1
2#AAA4A1
3#A9A4A2
4#A9A4A3
5#A8A5A3
6#A8A5A4
7#A7A5A4
8#A7A5A5
9#A6A6A5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F7 #F8F7F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEED #EEEDEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0DD #E0DDDC | Secondary backgroundsInput backgroundsDividers |
| 300 | C8C3 #C8C3C1 | BordersInactive statesPlaceholder text |
| 400 | ABA3 #ABA3A0 | Disabled statesSecondary iconsMuted text |
| 500 | 9389 #938985 | Primary brand colorCTAsActive elementsLinks |
| 600 | 776D #776D69 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F57 #5F5754 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 443E #443E3C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B28 #2B2826 | Primary textHigh emphasis contentDark headings |
| 950 | 1B19 #1B1918 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #F8F7F7;
--tan-100: #EEEDEC;
--tan-200: #E0DDDC;
--tan-300: #C8C3C1;
--tan-400: #ABA3A0;
--tan-500: #938985;
--tan-600: #776D69;
--tan-700: #5F5754;
--tan-800: #443E3C;
--tan-900: #2B2826;
--tan-950: #1B1918;
}