Tan
#ABA0A0
GrayColor Codes
All color formats for development
HEX
#ABA0A0RGB
rgb(171, 160, 160)HSL
hsl(0, 6%, 65%)OKLCH
oklch(0.715 0.013 17.5)CMYK
cmyk(0%, 6%, 6%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9C8F8F
2#8C7D7D
3#7B6D6D
4#695D5D
5#584E4E
6#463E3E
7#352F2F
8#231F1F
9#121010
Tints
Lighter variations
1#B3AAAA
2#BCB3B3
3#C4BDBD
4#CDC6C6
5#D5D0D0
6#DDD9D9
7#E6E3E3
8#EEECEC
9#F7F6F6
Tones
Muted variations
1#ABA1A1
2#AAA1A1
3#A9A2A2
4#A9A3A3
5#A8A3A3
6#A8A4A4
7#A7A4A4
8#A7A5A5
9#A6A5A5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F7 #F8F7F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEEC #EEECEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0DC #E0DCDC | Secondary backgroundsInput backgroundsDividers |
| 300 | C8C1 #C8C1C1 | BordersInactive statesPlaceholder text |
| 400 | ABA0 #ABA0A0 | Disabled statesSecondary iconsMuted text |
| 500 | 9385 #938585 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7769 #776969 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F54 #5F5454 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 443C #443C3C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B26 #2B2626 | Primary textHigh emphasis contentDark headings |
| 950 | 1B18 #1B1818 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #F8F7F7;
--tan-100: #EEECEC;
--tan-200: #E0DCDC;
--tan-300: #C8C1C1;
--tan-400: #ABA0A0;
--tan-500: #938585;
--tan-600: #776969;
--tan-700: #5F5454;
--tan-800: #443C3C;
--tan-900: #2B2626;
--tan-950: #1B1818;
}