Silver
#AAA2A1
GrayColor Codes
All color formats for development
HEX
#AAA2A1RGB
rgb(170, 162, 161)HSL
hsl(7, 5%, 65%)OKLCH
oklch(0.719 0.009 26)CMYK
cmyk(0%, 5%, 5%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9A9190
2#8B807E
3#7A706E
4#68605E
5#57504F
6#46403F
7#34302F
8#23201F
9#111010
Tints
Lighter variations
1#B3ACAB
2#BBB5B4
3#C4BEBD
4#CCC7C7
5#D5D1D0
6#DDDADA
7#E6E3E3
8#EEECEC
9#F7F6F6
Tones
Muted variations
1#AAA3A2
2#A9A3A2
3#A9A3A3
4#A8A4A3
5#A8A4A4
6#A8A4A4
7#A7A5A4
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 | E0DD #E0DDDC | Secondary backgroundsInput backgroundsDividers |
| 300 | C7C2 #C7C2C1 | BordersInactive statesPlaceholder text |
| 400 | AAA2 #AAA2A1 | Disabled statesSecondary iconsMuted text |
| 500 | 9288 #928887 | Primary brand colorCTAsActive elementsLinks |
| 600 | 766C #766C6B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5E56 #5E5655 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 433D #433D3D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B27 #2B2727 | Primary textHigh emphasis contentDark headings |
| 950 | 1B19 #1B1918 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F8F7F7;
--silver-100: #EEECEC;
--silver-200: #E0DDDC;
--silver-300: #C7C2C1;
--silver-400: #AAA2A1;
--silver-500: #928887;
--silver-600: #766C6B;
--silver-700: #5E5655;
--silver-800: #433D3D;
--silver-900: #2B2727;
--silver-950: #1B1918;
}