Silver
#A0ABAB
GrayColor Codes
All color formats for development
HEX
#A0ABABRGB
rgb(160, 171, 171)HSL
hsl(180, 6%, 65%)OKLCH
oklch(0.733 0.012 196.9)CMYK
cmyk(6%, 0%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8F9C9C
2#7D8C8C
3#6D7B7B
4#5D6969
5#4E5858
6#3E4646
7#2F3535
8#1F2323
9#101212
Tints
Lighter variations
1#AAB3B3
2#B3BCBC
3#BDC4C4
4#C6CDCD
5#D0D5D5
6#D9DDDD
7#E3E6E6
8#ECEEEE
9#F6F7F7
Tones
Muted variations
1#A1ABAB
2#A1AAAA
3#A2A9A9
4#A3A9A9
5#A3A8A8
6#A4A8A8
7#A4A7A7
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 | C1C8 #C1C8C8 | BordersInactive statesPlaceholder text |
| 400 | A0AB #A0ABAB | Disabled statesSecondary iconsMuted text |
| 500 | 8593 #859393 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6977 #697777 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 545F #545F5F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C44 #3C4444 | Text on light backgroundsHeadingsStrong borders |
| 900 | 262B #262B2B | 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: #C1C8C8;
--silver-400: #A0ABAB;
--silver-500: #859393;
--silver-600: #697777;
--silver-700: #545F5F;
--silver-800: #3C4444;
--silver-900: #262B2B;
--silver-950: #181B1B;
}