Silver
#959BB7
BlueColor Codes
All color formats for development
HEX
#959BB7RGB
rgb(149, 155, 183)HSL
hsl(229, 19%, 65%)OKLCH
oklch(0.694 0.042 275.7)CMYK
cmyk(19%, 15%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8188A9
2#6D769C
3#5E668A
4#515776
5#434963
6#363A4F
7#282C3B
8#1B1D27
9#0D0F14
Tints
Lighter variations
1#9FA5BE
2#AAAFC5
3#B5B9CC
4#BFC3D4
5#CACDDB
6#D5D7E2
7#DFE1E9
8#EAEBF1
9#F4F5F8
Tones
Muted variations
1#969CB5
2#989DB3
3#9A9EB2
4#9C9FB0
5#9DA0AE
6#9FA1AD
7#A1A3AB
8#A2A4A9
9#A4A5A7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEB #EAEBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DA #D8DAE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9BD #B9BDCF | BordersInactive statesPlaceholder text |
| 400 | 959B #959BB7 | Disabled statesSecondary iconsMuted text |
| 500 | 767E #767EA2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B63 #5B6386 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 484F #484F6A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3438 #34384C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2124 #212431 | Primary textHigh emphasis contentDark headings |
| 950 | 1516 #15161E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F6F9;
--silver-100: #EAEBF1;
--silver-200: #D8DAE4;
--silver-300: #B9BDCF;
--silver-400: #959BB7;
--silver-500: #767EA2;
--silver-600: #5B6386;
--silver-700: #484F6A;
--silver-800: #34384C;
--silver-900: #212431;
--silver-950: #15161E;
}