Tan

#AAA1A1

Gray

Color Codes

All color formats for development

HEX
#AAA1A1
RGB
rgb(170, 161, 161)
HSL
hsl(0, 5%, 65%)
OKLCH
oklch(0.717 0.01 17.4)
CMYK
cmyk(0%, 5%, 5%, 33%)

Accessibility

WCAG contrast compliance

On White Background

2.52:1

AA AAA

On Black Background

8.32:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F8F7
100
#EEEC
200
#E0DC
300
#C7C1
400
#AAA1
500
#9287
600
#766B
700
#5E55
800
#433D
900
#2B27
950
#1B18

Shades

Darker variations

1#9A9090
2#8B7E7E
3#7A6E6E
4#685E5E
5#574F4F
6#463F3F
7#342F2F
8#231F1F
9#111010

Tints

Lighter variations

1#B3ABAB
2#BBB4B4
3#C4BDBD
4#CCC7C7
5#D5D0D0
6#DDDADA
7#E6E3E3
8#EEECEC
9#F7F6F6

Tones

Muted variations

1#AAA2A2
2#A9A2A2
3#A9A3A3
4#A8A3A3
5#A8A4A4
6#A8A4A4
7#A7A4A4
8#A7A5A5
9#A6A5A5

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F8F7
#F8F7F7
BackgroundsSubtle highlightsCard backgrounds
100
EEEC
#EEECEC
Light backgroundsTable row hoverSkeleton loading
200
E0DC
#E0DCDC
Secondary backgroundsInput backgroundsDividers
300
C7C1
#C7C1C1
BordersInactive statesPlaceholder text
400
AAA1
#AAA1A1
Disabled statesSecondary iconsMuted text
500
9287
#928787
Primary brand colorCTAsActive elementsLinks
600
766B
#766B6B
Hover statesFocus ringsPrimary buttons hover
700
5E55
#5E5555
Active/pressed statesDark mode accentsSecondary text
800
433D
#433D3D
Text on light backgroundsHeadingsStrong borders
900
2B27
#2B2727
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: #C7C1C1;
  --tan-400: #AAA1A1;
  --tan-500: #928787;
  --tan-600: #766B6B;
  --tan-700: #5E5555;
  --tan-800: #433D3D;
  --tan-900: #2B2727;
  --tan-950: #1B1818;
}
Generate More ShadesCreate PaletteConvert Color