Tan
#ACA0A0
GrayColor Codes
All color formats for development
HEX
#ACA0A0RGB
rgb(172, 160, 160)HSL
hsl(0, 7%, 65%)OKLCH
oklch(0.716 0.014 17.5)CMYK
cmyk(0%, 7%, 7%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9D8E8E
2#8D7C7C
3#7C6C6C
4#6A5C5C
5#594D4D
6#473E3E
7#352E2E
8#231F1F
9#120F0F
Tints
Lighter variations
1#B4A9A9
2#BDB3B3
3#C5BCBC
4#CDC6C6
5#D5CFCF
6#DED9D9
7#E6E2E2
8#EEECEC
9#F7F5F5
Tones
Muted variations
1#ABA0A0
2#ABA1A1
3#AAA1A1
4#A9A2A2
5#A9A3A3
6#A8A3A3
7#A8A4A4
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 | C8C0 #C8C0C0 | BordersInactive statesPlaceholder text |
| 400 | ACA0 #ACA0A0 | Disabled statesSecondary iconsMuted text |
| 500 | 9484 #948484 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7868 #786868 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F53 #5F5353 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 443B #443B3B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2C26 #2C2626 | 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: #C8C0C0;
--tan-400: #ACA0A0;
--tan-500: #948484;
--tan-600: #786868;
--tan-700: #5F5353;
--tan-800: #443B3B;
--tan-900: #2C2626;
--tan-950: #1B1818;
}