Silver
#A0A0AB
GrayColor Codes
All color formats for development
HEX
#A0A0ABRGB
rgb(160, 160, 171)HSL
hsl(240, 6%, 65%)OKLCH
oklch(0.709 0.016 286)CMYK
cmyk(6%, 6%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8F8F9C
2#7D7D8C
3#6D6D7B
4#5D5D69
5#4E4E58
6#3E3E46
7#2F2F35
8#1F1F23
9#101012
Tints
Lighter variations
1#AAAAB3
2#B3B3BC
3#BDBDC4
4#C6C6CD
5#D0D0D5
6#D9D9DD
7#E3E3E6
8#ECECEE
9#F6F6F7
Tones
Muted variations
1#A1A1AB
2#A1A1AA
3#A2A2A9
4#A3A3A9
5#A3A3A8
6#A4A4A8
7#A4A4A7
8#A5A5A7
9#A5A5A6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F7 #F7F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECEC #ECECEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCDC #DCDCE0 | Secondary backgroundsInput backgroundsDividers |
| 300 | C1C1 #C1C1C8 | BordersInactive statesPlaceholder text |
| 400 | A0A0 #A0A0AB | Disabled statesSecondary iconsMuted text |
| 500 | 8585 #858593 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6969 #696977 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5454 #54545F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C3C #3C3C44 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2626 #26262B | Primary textHigh emphasis contentDark headings |
| 950 | 1818 #18181B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F7F7F8;
--silver-100: #ECECEE;
--silver-200: #DCDCE0;
--silver-300: #C1C1C8;
--silver-400: #A0A0AB;
--silver-500: #858593;
--silver-600: #696977;
--silver-700: #54545F;
--silver-800: #3C3C44;
--silver-900: #26262B;
--silver-950: #18181B;
}