Silver
#9DA8AF
BlueColor Codes
All color formats for development
HEX
#9DA8AFRGB
rgb(157, 168, 175)HSL
hsl(203, 10%, 65%)OKLCH
oklch(0.725 0.016 235.5)CMYK
cmyk(10%, 4%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8B98A0
2#788791
3#687780
4#5A666D
5#4B555B
6#3C4449
7#2D3337
8#1E2224
9#0F1112
Tints
Lighter variations
1#A7B1B7
2#B0B9BF
3#BAC2C7
4#C4CBCF
5#CED3D7
6#D8DCDF
7#E2E5E7
8#EBEEEF
9#F5F6F7
Tones
Muted variations
1#9EA8AE
2#9FA7AD
3#A0A7AC
4#A0A7AB
5#A1A7AA
6#A2A7A9
7#A3A6A8
8#A4A6A8
9#A5A6A7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F8 #F7F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEE #EBEEEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBDF #DBDFE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEC6 #BEC6CA | BordersInactive statesPlaceholder text |
| 400 | 9DA8 #9DA8AF | Disabled statesSecondary iconsMuted text |
| 500 | 818F #818F98 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6573 #65737B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 505B #505B62 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3941 #394146 | Text on light backgroundsHeadingsStrong borders |
| 900 | 252A #252A2D | 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: #EBEEEF;
--silver-200: #DBDFE1;
--silver-300: #BEC6CA;
--silver-400: #9DA8AF;
--silver-500: #818F98;
--silver-600: #65737B;
--silver-700: #505B62;
--silver-800: #394146;
--silver-900: #252A2D;
--silver-950: #171A1C;
}