Silver
#96A8B6
BlueColor Codes
All color formats for development
HEX
#96A8B6RGB
rgb(150, 168, 182)HSL
hsl(206, 18%, 65%)OKLCH
oklch(0.722 0.029 241.3)CMYK
cmyk(18%, 8%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8298A8
2#6F889B
3#5F7789
4#526675
5#445562
6#36444E
7#29333B
8#1B2227
9#0E1114
Tints
Lighter variations
1#A0B1BD
2#ABB9C4
3#B5C2CC
4#C0CBD3
5#CAD3DA
6#D5DCE2
7#DFE5E9
8#EAEEF0
9#F4F6F8
Tones
Muted variations
1#97A8B4
2#99A7B3
3#9BA7B1
4#9CA7AF
5#9EA7AE
6#9FA7AC
7#A1A6AB
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 | BAC6 #BAC6CF | BordersInactive statesPlaceholder text |
| 400 | 96A8 #96A8B6 | Disabled statesSecondary iconsMuted text |
| 500 | 788F #788FA1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C73 #5C7384 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 495B #495B69 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3441 #34414B | Text on light backgroundsHeadingsStrong borders |
| 900 | 212A #212A30 | Primary textHigh emphasis contentDark headings |
| 950 | 151A #151A1E | 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: #BAC6CF;
--silver-400: #96A8B6;
--silver-500: #788FA1;
--silver-600: #5C7384;
--silver-700: #495B69;
--silver-800: #34414B;
--silver-900: #212A30;
--silver-950: #151A1E;
}