Silver
#AAA5A1
GrayColor Codes
All color formats for development
HEX
#AAA5A1RGB
rgb(170, 165, 161)HSL
hsl(27, 5%, 65%)OKLCH
oklch(0.725 0.008 61.4)CMYK
cmyk(0%, 3%, 5%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9A9590
2#8B847E
3#7A736E
4#68635E
5#57524F
6#46423F
7#34312F
8#23211F
9#111010
Tints
Lighter variations
1#B3AEAB
2#BBB7B4
3#C4C0BD
4#CCC9C7
5#D5D2D0
6#DDDBDA
7#E6E4E3
8#EEEDEC
9#F7F6F6
Tones
Muted variations
1#AAA5A2
2#A9A5A2
3#A9A5A3
4#A8A5A3
5#A8A6A4
6#A8A6A4
7#A7A6A4
8#A7A6A5
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 | E0DE #E0DEDC | Secondary backgroundsInput backgroundsDividers |
| 300 | C7C4 #C7C4C1 | BordersInactive statesPlaceholder text |
| 400 | AAA5 #AAA5A1 | Disabled statesSecondary iconsMuted text |
| 500 | 928C #928C87 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7670 #76706B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5E59 #5E5955 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 433F #433F3D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B29 #2B2927 | 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: #E0DEDC;
--silver-300: #C7C4C1;
--silver-400: #AAA5A1;
--silver-500: #928C87;
--silver-600: #76706B;
--silver-700: #5E5955;
--silver-800: #433F3D;
--silver-900: #2B2927;
--silver-950: #1B1918;
}