Silver
#AAA4A1
GrayColor Codes
All color formats for development
HEX
#AAA4A1RGB
rgb(170, 164, 161)HSL
hsl(20, 5%, 65%)OKLCH
oklch(0.723 0.008 48.6)CMYK
cmyk(0%, 4%, 5%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9A9390
2#8B837E
3#7A726E
4#68625E
5#57514F
6#46413F
7#34312F
8#23211F
9#111010
Tints
Lighter variations
1#B3ADAB
2#BBB6B4
3#C4BFBD
4#CCC9C7
5#D5D2D0
6#DDDBDA
7#E6E4E3
8#EEEDEC
9#F7F6F6
Tones
Muted variations
1#AAA4A2
2#A9A5A2
3#A9A5A3
4#A8A5A3
5#A8A5A4
6#A8A5A4
7#A7A5A4
8#A7A5A5
9#A6A6A5
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 | AAA4 #AAA4A1 | Disabled statesSecondary iconsMuted text |
| 500 | 928A #928A87 | Primary brand colorCTAsActive elementsLinks |
| 600 | 766E #766E6B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5E58 #5E5855 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 433F #433F3D | 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: #AAA4A1;
--silver-500: #928A87;
--silver-600: #766E6B;
--silver-700: #5E5855;
--silver-800: #433F3D;
--silver-900: #2B2827;
--silver-950: #1B1918;
}