Silver
#9DA6AF
BlueColor Codes
All color formats for development
HEX
#9DA6AFRGB
rgb(157, 166, 175)HSL
hsl(210, 10%, 65%)OKLCH
oklch(0.721 0.017 248.1)CMYK
cmyk(10%, 5%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8B95A0
2#788591
3#687480
4#5A636D
5#4B535B
6#3C4249
7#2D3237
8#1E2124
9#0F1112
Tints
Lighter variations
1#A7AFB7
2#B0B8BF
3#BAC1C7
4#C4C9CF
5#CED2D7
6#D8DBDF
7#E2E4E7
8#EBEDEF
9#F5F6F7
Tones
Muted variations
1#9EA6AE
2#9FA6AD
3#A0A6AC
4#A0A6AB
5#A1A6AA
6#A2A6A9
7#A3A6A8
8#A4A6A8
9#A5A6A7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F7 #F7F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBED #EBEDEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBDE #DBDEE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEC4 #BEC4CA | BordersInactive statesPlaceholder text |
| 400 | 9DA6 #9DA6AF | Disabled statesSecondary iconsMuted text |
| 500 | 818C #818C98 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6570 #65707B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5059 #505962 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3940 #394046 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2529 #25292D | 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: #F7F7F8;
--silver-100: #EBEDEF;
--silver-200: #DBDEE1;
--silver-300: #BEC4CA;
--silver-400: #9DA6AF;
--silver-500: #818C98;
--silver-600: #65707B;
--silver-700: #505962;
--silver-800: #394046;
--silver-900: #25292D;
--silver-950: #171A1C;
}