Silver
#959CB7
BlueColor Codes
All color formats for development
HEX
#959CB7RGB
rgb(149, 156, 183)HSL
hsl(228, 19%, 65%)OKLCH
oklch(0.696 0.04 273.9)CMYK
cmyk(19%, 15%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8189A9
2#6D779C
3#5E678A
4#515876
5#434963
6#363B4F
7#282C3B
8#1B1D27
9#0D0F14
Tints
Lighter variations
1#9FA6BE
2#AAAFC5
3#B5B9CC
4#BFC3D4
5#CACDDB
6#D5D7E2
7#DFE1E9
8#EAEBF1
9#F4F5F8
Tones
Muted variations
1#969DB5
2#989EB3
3#9A9FB2
4#9CA0B0
5#9DA1AE
6#9FA2AD
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 | B9BE #B9BECF | BordersInactive statesPlaceholder text |
| 400 | 959C #959CB7 | Disabled statesSecondary iconsMuted text |
| 500 | 767F #767FA2 | 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 | 1517 #15171E | 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: #B9BECF;
--silver-400: #959CB7;
--silver-500: #767FA2;
--silver-600: #5B6386;
--silver-700: #484F6A;
--silver-800: #34384C;
--silver-900: #212431;
--silver-950: #15171E;
}