Silver
#9DA3AF
BlueColor Codes
All color formats for development
HEX
#9DA3AFRGB
rgb(157, 163, 175)HSL
hsl(220, 10%, 65%)OKLCH
oklch(0.714 0.019 264.4)CMYK
cmyk(10%, 7%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8B92A0
2#788191
3#687080
4#5A606D
5#4B505B
6#3C4049
7#2D3037
8#1E2024
9#0F1012
Tints
Lighter variations
1#A7ACB7
2#B0B5BF
3#BABEC7
4#C4C8CF
5#CED1D7
6#D8DADF
7#E2E3E7
8#EBEDEF
9#F5F6F7
Tones
Muted variations
1#9EA3AE
2#9FA3AD
3#A0A4AC
4#A0A4AB
5#A1A4AA
6#A2A5A9
7#A3A5A8
8#A4A5A8
9#A5A5A7
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 | DBDD #DBDDE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEC2 #BEC2CA | BordersInactive statesPlaceholder text |
| 400 | 9DA3 #9DA3AF | Disabled statesSecondary iconsMuted text |
| 500 | 8188 #818898 | Primary brand colorCTAsActive elementsLinks |
| 600 | 656C #656C7B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5056 #505662 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 393E #393E46 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2527 #25272D | Primary textHigh emphasis contentDark headings |
| 950 | 1719 #17191C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F7F7F8;
--silver-100: #EBEDEF;
--silver-200: #DBDDE1;
--silver-300: #BEC2CA;
--silver-400: #9DA3AF;
--silver-500: #818898;
--silver-600: #656C7B;
--silver-700: #505662;
--silver-800: #393E46;
--silver-900: #25272D;
--silver-950: #17191C;
}