Silver

#AAA6A1

Gray

Color Codes

All color formats for development

HEX
#AAA6A1
RGB
rgb(170, 166, 161)
HSL
hsl(33, 5%, 65%)
OKLCH
oklch(0.727 0.009 73.7)
CMYK
cmyk(0%, 2%, 5%, 33%)

Accessibility

WCAG contrast compliance

On White Background

2.42:1

AA AAA

On Black Background

8.68:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F8F7
100
#EEED
200
#E0DE
300
#C7C5
400
#AAA6
500
#928D
600
#7671
700
#5E5A
800
#4340
900
#2B29
950
#1B1A

Shades

Darker variations

1#9A9690
2#8B857E
3#7A756E
4#68645E
5#57534F
6#46433F
7#34322F
8#23211F
9#111110

Tints

Lighter variations

1#B3AFAB
2#BBB8B4
3#C4C1BD
4#CCCAC7
5#D5D3D0
6#DDDBDA
7#E6E4E3
8#EEEDEC
9#F7F6F6

Tones

Muted variations

1#AAA6A2
2#A9A6A2
3#A9A6A3
4#A8A6A3
5#A8A6A4
6#A8A6A4
7#A7A6A4
8#A7A6A5
9#A6A6A5

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F8F7
#F8F7F7
BackgroundsSubtle highlightsCard backgrounds
100
EEED
#EEEDEC
Light backgroundsTable row hoverSkeleton loading
200
E0DE
#E0DEDC
Secondary backgroundsInput backgroundsDividers
300
C7C5
#C7C5C1
BordersInactive statesPlaceholder text
400
AAA6
#AAA6A1
Disabled statesSecondary iconsMuted text
500
928D
#928D87
Primary brand colorCTAsActive elementsLinks
600
7671
#76716B
Hover statesFocus ringsPrimary buttons hover
700
5E5A
#5E5A55
Active/pressed statesDark mode accentsSecondary text
800
4340
#43403D
Text on light backgroundsHeadingsStrong borders
900
2B29
#2B2927
Primary textHigh emphasis contentDark headings
950
1B1A
#1B1A18
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F8F7F7;
  --silver-100: #EEEDEC;
  --silver-200: #E0DEDC;
  --silver-300: #C7C5C1;
  --silver-400: #AAA6A1;
  --silver-500: #928D87;
  --silver-600: #76716B;
  --silver-700: #5E5A55;
  --silver-800: #43403D;
  --silver-900: #2B2927;
  --silver-950: #1B1A18;
}
Generate More ShadesCreate PaletteConvert Color