Silver
#959AB7
BlueColor Codes
All color formats for development
HEX
#959AB7RGB
rgb(149, 154, 183)HSL
hsl(231, 19%, 65%)OKLCH
oklch(0.692 0.043 277.5)CMYK
cmyk(19%, 16%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8187A9
2#6D749C
3#5E658A
4#515676
5#434863
6#36394F
7#282B3B
8#1B1D27
9#0D0E14
Tints
Lighter variations
1#9FA4BE
2#AAAEC5
3#B5B8CC
4#BFC2D4
5#CACCDB
6#D5D7E2
7#DFE1E9
8#EAEBF1
9#F4F5F8
Tones
Muted variations
1#969BB5
2#989CB3
3#9A9DB2
4#9C9FB0
5#9DA0AE
6#9FA1AD
7#A1A2AB
8#A2A3A9
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 | D8D9 #D8D9E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9BD #B9BDCF | BordersInactive statesPlaceholder text |
| 400 | 959A #959AB7 | Disabled statesSecondary iconsMuted text |
| 500 | 767D #767DA2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B61 #5B6186 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 484D #484D6A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3437 #34374C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2123 #212331 | 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: #D8D9E4;
--silver-300: #B9BDCF;
--silver-400: #959AB7;
--silver-500: #767DA2;
--silver-600: #5B6186;
--silver-700: #484D6A;
--silver-800: #34374C;
--silver-900: #212331;
--silver-950: #15161E;
}