Silver
#9EA9AE
GrayColor Codes
All color formats for development
HEX
#9EA9AERGB
rgb(158, 169, 174)HSL
hsl(199, 9%, 65%)OKLCH
oklch(0.728 0.014 226.6)CMYK
cmyk(9%, 3%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8C999F
2#7A8990
3#6A787E
4#5A676C
5#4B565A
6#3C4448
7#2D3336
8#1E2224
9#0F1112
Tints
Lighter variations
1#A7B1B6
2#B1BABE
3#BBC3C6
4#C5CBCE
5#CED4D6
6#D8DCDF
7#E2E5E7
8#ECEEEF
9#F5F6F7
Tones
Muted variations
1#9FA8AD
2#9FA8AC
3#A0A8AB
4#A1A8AB
5#A2A7AA
6#A3A7A9
7#A3A7A8
8#A4A6A7
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 | BFC6 #BFC6CA | BordersInactive statesPlaceholder text |
| 400 | 9EA9 #9EA9AE | Disabled statesSecondary iconsMuted text |
| 500 | 8290 #829097 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6674 #66747A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 515C #515C61 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A42 #3A4245 | Text on light backgroundsHeadingsStrong borders |
| 900 | 252A #252A2C | Primary textHigh emphasis contentDark headings |
| 950 | 171A #171A1C | 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: #BFC6CA;
--silver-400: #9EA9AE;
--silver-500: #829097;
--silver-600: #66747A;
--silver-700: #515C61;
--silver-800: #3A4245;
--silver-900: #252A2C;
--silver-950: #171A1C;
}