Silver
#96ACB6
BlueColor Codes
All color formats for development
HEX
#96ACB6RGB
rgb(150, 172, 182)HSL
hsl(199, 18%, 65%)OKLCH
oklch(0.731 0.028 226.9)CMYK
cmyk(18%, 5%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#829CA8
2#6F8D9B
3#5F7C89
4#526A75
5#445862
6#36474E
7#29353B
8#1B2327
9#0E1214
Tints
Lighter variations
1#A0B4BD
2#ABBCC4
3#B5C5CC
4#C0CDD3
5#CAD5DA
6#D5DEE2
7#DFE6E9
8#EAEEF0
9#F4F7F8
Tones
Muted variations
1#97ABB4
2#99AAB3
3#9BAAB1
4#9CA9AF
5#9EA9AE
6#9FA8AC
7#A1A8AB
8#A3A7A9
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 | D8E0 #D8E0E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BAC8 #BAC8CF | BordersInactive statesPlaceholder text |
| 400 | 96AC #96ACB6 | Disabled statesSecondary iconsMuted text |
| 500 | 7894 #7894A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C78 #5C7884 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 495F #495F69 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3444 #34444B | 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: #D8E0E4;
--silver-300: #BAC8CF;
--silver-400: #96ACB6;
--silver-500: #7894A1;
--silver-600: #5C7884;
--silver-700: #495F69;
--silver-800: #34444B;
--silver-900: #212B30;
--silver-950: #151B1E;
}