Silver
#9EAAAE
GrayColor Codes
All color formats for development
HEX
#9EAAAERGB
rgb(158, 170, 174)HSL
hsl(195, 9%, 65%)OKLCH
oklch(0.73 0.015 219.7)CMYK
cmyk(9%, 2%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8C9A9F
2#7A8A90
3#6A797E
4#5A686C
5#4B575A
6#3C4548
7#2D3436
8#1E2324
9#0F1112
Tints
Lighter variations
1#A7B2B6
2#B1BBBE
3#BBC3C6
4#C5CCCE
5#CED4D6
6#D8DDDF
7#E2E5E7
8#ECEEEF
9#F5F6F7
Tones
Muted variations
1#9FA9AD
2#9FA9AC
3#A0A9AB
4#A1A8AB
5#A2A8AA
6#A3A7A9
7#A3A7A8
8#A4A7A7
9#A5A6A7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F8 #F7F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECEE #ECEEEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBDF #DBDFE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BFC7 #BFC7CA | BordersInactive statesPlaceholder text |
| 400 | 9EAA #9EAAAE | Disabled statesSecondary iconsMuted text |
| 500 | 8291 #829197 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6675 #66757A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 515D #515D61 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A43 #3A4345 | Text on light backgroundsHeadingsStrong borders |
| 900 | 252B #252B2C | Primary textHigh emphasis contentDark headings |
| 950 | 171B #171B1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F7F8F8;
--silver-100: #ECEEEF;
--silver-200: #DBDFE1;
--silver-300: #BFC7CA;
--silver-400: #9EAAAE;
--silver-500: #829197;
--silver-600: #66757A;
--silver-700: #515D61;
--silver-800: #3A4345;
--silver-900: #252B2C;
--silver-950: #171B1C;
}