Silver
#95A1B7
BlueColor Codes
All color formats for development
HEX
#95A1B7RGB
rgb(149, 161, 183)HSL
hsl(219, 19%, 65%)OKLCH
oklch(0.707 0.035 262.6)CMYK
cmyk(19%, 12%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#818FA9
2#6D7E9C
3#5E6D8A
4#515E76
5#434E63
6#363F4F
7#282F3B
8#1B1F27
9#0D1014
Tints
Lighter variations
1#9FAABE
2#AAB4C5
3#B5BDCC
4#BFC6D4
5#CAD0DB
6#D5D9E2
7#DFE3E9
8#EAECF1
9#F4F6F8
Tones
Muted variations
1#96A1B5
2#98A2B3
3#9AA2B2
4#9CA3B0
5#9DA3AE
6#9FA4AD
7#A1A4AB
8#A2A5A9
9#A4A5A7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEC #EAECF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DC #D8DCE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9C1 #B9C1CF | BordersInactive statesPlaceholder text |
| 400 | 95A1 #95A1B7 | Disabled statesSecondary iconsMuted text |
| 500 | 7686 #7686A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B6A #5B6A86 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4854 #48546A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 343C #343C4C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2126 #212631 | Primary textHigh emphasis contentDark headings |
| 950 | 1518 #15181E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F7F9;
--silver-100: #EAECF1;
--silver-200: #D8DCE4;
--silver-300: #B9C1CF;
--silver-400: #95A1B7;
--silver-500: #7686A2;
--silver-600: #5B6A86;
--silver-700: #48546A;
--silver-800: #343C4C;
--silver-900: #212631;
--silver-950: #15181E;
}