Silver
#959EB7
BlueColor Codes
All color formats for development
HEX
#959EB7RGB
rgb(149, 158, 183)HSL
hsl(224, 19%, 65%)OKLCH
oklch(0.7 0.038 269.7)CMYK
cmyk(19%, 14%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#818CA9
2#6D7A9C
3#5E6A8A
4#515B76
5#434C63
6#363C4F
7#282D3B
8#1B1E27
9#0D0F14
Tints
Lighter variations
1#9FA8BE
2#AAB1C5
3#B5BBCC
4#BFC5D4
5#CACEDB
6#D5D8E2
7#DFE2E9
8#EAECF1
9#F4F5F8
Tones
Muted variations
1#969FB5
2#989FB3
3#9AA0B2
4#9CA1B0
5#9DA2AE
6#9FA3AD
7#A1A3AB
8#A2A4A9
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 | D8DB #D8DBE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9BF #B9BFCF | BordersInactive statesPlaceholder text |
| 400 | 959E #959EB7 | Disabled statesSecondary iconsMuted text |
| 500 | 7682 #7682A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B66 #5B6686 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4851 #48516A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 343A #343A4C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2125 #212531 | 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: #F6F7F9;
--silver-100: #EAECF1;
--silver-200: #D8DBE4;
--silver-300: #B9BFCF;
--silver-400: #959EB7;
--silver-500: #7682A2;
--silver-600: #5B6686;
--silver-700: #48516A;
--silver-800: #343A4C;
--silver-900: #212531;
--silver-950: #15171E;
}