Silver
#9DAAAF
BlueColor Codes
All color formats for development
HEX
#9DAAAFRGB
rgb(157, 170, 175)HSL
hsl(197, 10%, 65%)OKLCH
oklch(0.729 0.016 222.8)CMYK
cmyk(10%, 3%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8B9AA0
2#788A91
3#687980
4#5A686D
5#4B565B
6#3C4549
7#2D3437
8#1E2324
9#0F1112
Tints
Lighter variations
1#A7B2B7
2#B0BBBF
3#BAC3C7
4#C4CCCF
5#CED4D7
6#D8DDDF
7#E2E5E7
8#EBEEEF
9#F5F6F7
Tones
Muted variations
1#9EA9AE
2#9FA9AD
3#A0A8AC
4#A0A8AB
5#A1A8AA
6#A2A7A9
7#A3A7A8
8#A4A7A8
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 | BEC7 #BEC7CA | BordersInactive statesPlaceholder text |
| 400 | 9DAA #9DAAAF | Disabled statesSecondary iconsMuted text |
| 500 | 8191 #819198 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6575 #65757B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 505D #505D62 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3943 #394346 | Text on light backgroundsHeadingsStrong borders |
| 900 | 252B #252B2D | Primary textHigh emphasis contentDark headings |
| 950 | 171B #171B1C | 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: #BEC7CA;
--silver-400: #9DAAAF;
--silver-500: #819198;
--silver-600: #65757B;
--silver-700: #505D62;
--silver-800: #394346;
--silver-900: #252B2D;
--silver-950: #171B1C;
}