Silver
#9DA9AF
BlueColor Codes
All color formats for development
HEX
#9DA9AFRGB
rgb(157, 169, 175)HSL
hsl(200, 10%, 65%)OKLCH
oklch(0.727 0.016 229.1)CMYK
cmyk(10%, 3%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8B99A0
2#788991
3#687880
4#5A676D
5#4B565B
6#3C4549
7#2D3337
8#1E2224
9#0F1112
Tints
Lighter variations
1#A7B1B7
2#B0BABF
3#BAC3C7
4#C4CBCF
5#CED4D7
6#D8DCDF
7#E2E5E7
8#EBEEEF
9#F5F6F7
Tones
Muted variations
1#9EA8AE
2#9FA8AD
3#A0A8AC
4#A0A8AB
5#A1A7AA
6#A2A7A9
7#A3A7A8
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 | 9DA9 #9DA9AF | Disabled statesSecondary iconsMuted text |
| 500 | 8190 #819098 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6574 #65747B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 505C #505C62 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3942 #394246 | 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: #9DA9AF;
--silver-500: #819098;
--silver-600: #65747B;
--silver-700: #505C62;
--silver-800: #394246;
--silver-900: #252A2D;
--silver-950: #171A1C;
}