Silver
#95A0B7
BlueColor Codes
All color formats for development
HEX
#95A0B7RGB
rgb(149, 160, 183)HSL
hsl(221, 19%, 65%)OKLCH
oklch(0.705 0.036 265.1)CMYK
cmyk(19%, 13%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#818EA9
2#6D7C9C
3#5E6C8A
4#515D76
5#434D63
6#363E4F
7#282E3B
8#1B1F27
9#0D0F14
Tints
Lighter variations
1#9FA9BE
2#AAB3C5
3#B5BCCC
4#BFC6D4
5#CACFDB
6#D5D9E2
7#DFE2E9
8#EAECF1
9#F4F5F8
Tones
Muted variations
1#96A0B5
2#98A1B3
3#9AA1B2
4#9CA2B0
5#9DA3AE
6#9FA3AD
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 | B9C0 #B9C0CF | BordersInactive statesPlaceholder text |
| 400 | 95A0 #95A0B7 | Disabled statesSecondary iconsMuted text |
| 500 | 7684 #7684A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B68 #5B6886 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4853 #48536A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 343B #343B4C | 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: #B9C0CF;
--silver-400: #95A0B7;
--silver-500: #7684A2;
--silver-600: #5B6886;
--silver-700: #48536A;
--silver-800: #343B4C;
--silver-900: #212631;
--silver-950: #15181E;
}