Silver
#95A7B7
BlueColor Codes
All color formats for development
HEX
#95A7B7RGB
rgb(149, 167, 183)HSL
hsl(208, 19%, 65%)OKLCH
oklch(0.72 0.031 245.1)CMYK
cmyk(19%, 9%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8197A9
2#6D869C
3#5E758A
4#516576
5#435463
6#36434F
7#28323B
8#1B2227
9#0D1114
Tints
Lighter variations
1#9FB0BE
2#AAB9C5
3#B5C1CC
4#BFCAD4
5#CAD3DB
6#D5DCE2
7#DFE5E9
8#EAEDF1
9#F4F6F8
Tones
Muted variations
1#96A7B5
2#98A7B3
3#9AA7B2
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 | B9C5 #B9C5CF | BordersInactive statesPlaceholder text |
| 400 | 95A7 #95A7B7 | Disabled statesSecondary iconsMuted text |
| 500 | 768E #768EA2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B72 #5B7286 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 485A #485A6A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3441 #34414C | 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: #B9C5CF;
--silver-400: #95A7B7;
--silver-500: #768EA2;
--silver-600: #5B7286;
--silver-700: #485A6A;
--silver-800: #34414C;
--silver-900: #212931;
--silver-950: #151A1E;
}