Silver
#AAA7A1
GrayColor Codes
All color formats for development
HEX
#AAA7A1RGB
rgb(170, 167, 161)HSL
hsl(40, 5%, 65%)OKLCH
oklch(0.729 0.009 84.6)CMYK
cmyk(0%, 2%, 5%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9A9790
2#8B877E
3#7A766E
4#68655E
5#57544F
6#46433F
7#34332F
8#23221F
9#111110
Tints
Lighter variations
1#B3B0AB
2#BBB9B4
3#C4C2BD
4#CCCAC7
5#D5D3D0
6#DDDCDA
7#E6E5E3
8#EEEDEC
9#F7F6F6
Tones
Muted variations
1#AAA7A2
2#A9A7A2
3#A9A7A3
4#A8A7A3
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 | C7C5 #C7C5C1 | BordersInactive statesPlaceholder text |
| 400 | AAA7 #AAA7A1 | Disabled statesSecondary iconsMuted text |
| 500 | 928E #928E87 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7672 #76726B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5E5B #5E5B55 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4341 #43413D | 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: #AAA7A1;
--silver-500: #928E87;
--silver-600: #76726B;
--silver-700: #5E5B55;
--silver-800: #43413D;
--silver-900: #2B2927;
--silver-950: #1B1A18;
}