Silver
#95A6B7
BlueColor Codes
All color formats for development
HEX
#95A6B7RGB
rgb(149, 166, 183)HSL
hsl(210, 19%, 65%)OKLCH
oklch(0.717 0.031 248.3)CMYK
cmyk(19%, 9%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8195A9
2#6D859C
3#5E748A
4#516376
5#435363
6#36424F
7#28323B
8#1B2127
9#0D1114
Tints
Lighter variations
1#9FAFBE
2#AAB8C5
3#B5C1CC
4#BFC9D4
5#CAD2DB
6#D5DBE2
7#DFE4E9
8#EAEDF1
9#F4F6F8
Tones
Muted variations
1#96A6B5
2#98A6B3
3#9AA6B2
4#9CA6B0
5#9DA6AE
6#9FA6AD
7#A1A6AB
8#A2A6A9
9#A4A6A7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAED #EAEDF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DE #D8DEE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9C4 #B9C4CF | BordersInactive statesPlaceholder text |
| 400 | 95A6 #95A6B7 | Disabled statesSecondary iconsMuted text |
| 500 | 768C #768CA2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B70 #5B7086 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4859 #48596A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3440 #34404C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2129 #212931 | Primary textHigh emphasis contentDark headings |
| 950 | 151A #151A1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F7F9;
--silver-100: #EAEDF1;
--silver-200: #D8DEE4;
--silver-300: #B9C4CF;
--silver-400: #95A6B7;
--silver-500: #768CA2;
--silver-600: #5B7086;
--silver-700: #48596A;
--silver-800: #34404C;
--silver-900: #212931;
--silver-950: #151A1E;
}