Silver
#AAA3A1
GrayColor Codes
All color formats for development
HEX
#AAA3A1RGB
rgb(170, 163, 161)HSL
hsl(13, 5%, 65%)OKLCH
oklch(0.721 0.009 36.5)CMYK
cmyk(0%, 4%, 5%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9A9290
2#8B817E
3#7A716E
4#68615E
5#57514F
6#46403F
7#34302F
8#23201F
9#111010
Tints
Lighter variations
1#B3ACAB
2#BBB6B4
3#C4BFBD
4#CCC8C7
5#D5D1D0
6#DDDADA
7#E6E3E3
8#EEEDEC
9#F7F6F6
Tones
Muted variations
1#AAA3A2
2#A9A4A2
3#A9A4A3
4#A8A4A3
5#A8A4A4
6#A8A5A4
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 | EEED #EEEDEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0DD #E0DDDC | Secondary backgroundsInput backgroundsDividers |
| 300 | C7C3 #C7C3C1 | BordersInactive statesPlaceholder text |
| 400 | AAA3 #AAA3A1 | Disabled statesSecondary iconsMuted text |
| 500 | 9289 #928987 | Primary brand colorCTAsActive elementsLinks |
| 600 | 766D #766D6B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5E57 #5E5755 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 433E #433E3D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B28 #2B2827 | 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: #EEEDEC;
--silver-200: #E0DDDC;
--silver-300: #C7C3C1;
--silver-400: #AAA3A1;
--silver-500: #928987;
--silver-600: #766D6B;
--silver-700: #5E5755;
--silver-800: #433E3D;
--silver-900: #2B2827;
--silver-950: #1B1918;
}