Silver
#96AAB6
BlueColor Codes
All color formats for development
HEX
#96AAB6RGB
rgb(150, 170, 182)HSL
hsl(203, 18%, 65%)OKLCH
oklch(0.726 0.028 234.1)CMYK
cmyk(18%, 7%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#829AA8
2#6F8A9B
3#5F7989
4#526875
5#445662
6#36454E
7#29343B
8#1B2327
9#0E1114
Tints
Lighter variations
1#A0B2BD
2#ABBBC4
3#B5C3CC
4#C0CCD3
5#CAD4DA
6#D5DDE2
7#DFE5E9
8#EAEEF0
9#F4F6F8
Tones
Muted variations
1#97A9B4
2#99A9B3
3#9BA8B1
4#9CA8AF
5#9EA8AE
6#9FA7AC
7#A1A7AB
8#A3A6A9
9#A4A6A7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEE #EAEEF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DF #D8DFE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BAC7 #BAC7CF | BordersInactive statesPlaceholder text |
| 400 | 96A9 #96A9B6 | Disabled statesSecondary iconsMuted text |
| 500 | 7891 #7891A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C75 #5C7584 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 495D #495D69 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3442 #34424B | Text on light backgroundsHeadingsStrong borders |
| 900 | 212B #212B30 | Primary textHigh emphasis contentDark headings |
| 950 | 151B #151B1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F8F9;
--silver-100: #EAEEF0;
--silver-200: #D8DFE4;
--silver-300: #BAC7CF;
--silver-400: #96A9B6;
--silver-500: #7891A1;
--silver-600: #5C7584;
--silver-700: #495D69;
--silver-800: #34424B;
--silver-900: #212B30;
--silver-950: #151B1E;
}