Silver
#A0ACAC
GrayColor Codes
All color formats for development
HEX
#A0ACACRGB
rgb(160, 172, 172)HSL
hsl(180, 7%, 65%)OKLCH
oklch(0.735 0.014 196.9)CMYK
cmyk(7%, 0%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8E9D9D
2#7C8D8D
3#6C7C7C
4#5C6A6A
5#4D5959
6#3E4747
7#2E3535
8#1F2323
9#0F1212
Tints
Lighter variations
1#A9B4B4
2#B3BDBD
3#BCC5C5
4#C6CDCD
5#CFD5D5
6#D9DEDE
7#E2E6E6
8#ECEEEE
9#F5F7F7
Tones
Muted variations
1#A0ABAB
2#A1ABAB
3#A1AAAA
4#A2A9A9
5#A3A9A9
6#A3A8A8
7#A4A8A8
8#A5A7A7
9#A5A6A6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F8 #F7F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECEE #ECEEEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCE0 #DCE0E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | C0C8 #C0C8C8 | BordersInactive statesPlaceholder text |
| 400 | A0AC #A0ACAC | Disabled statesSecondary iconsMuted text |
| 500 | 8494 #849494 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6878 #687878 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 535F #535F5F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3B44 #3B4444 | Text on light backgroundsHeadingsStrong borders |
| 900 | 262C #262C2C | Primary textHigh emphasis contentDark headings |
| 950 | 181B #181B1B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F7F8F8;
--silver-100: #ECEEEE;
--silver-200: #DCE0E0;
--silver-300: #C0C8C8;
--silver-400: #A0ACAC;
--silver-500: #849494;
--silver-600: #687878;
--silver-700: #535F5F;
--silver-800: #3B4444;
--silver-900: #262C2C;
--silver-950: #181B1B;
}