Silver
#96ABB6
BlueColor Codes
All color formats for development
HEX
#96ABB6RGB
rgb(150, 171, 182)HSL
hsl(201, 18%, 65%)OKLCH
oklch(0.729 0.028 230.5)CMYK
cmyk(18%, 6%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#829BA8
2#6F8B9B
3#5F7A89
4#526975
5#445762
6#36464E
7#29343B
8#1B2327
9#0E1114
Tints
Lighter variations
1#A0B3BD
2#ABBBC4
3#B5C4CC
4#C0CCD3
5#CAD5DA
6#D5DDE2
7#DFE6E9
8#EAEEF0
9#F4F7F8
Tones
Muted variations
1#97AAB4
2#99AAB3
3#9BA9B1
4#9CA9AF
5#9EA8AE
6#9FA8AC
7#A1A7AB
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 | 96AB #96ABB6 | Disabled statesSecondary iconsMuted text |
| 500 | 7892 #7892A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C76 #5C7684 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 495E #495E69 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3443 #34434B | 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: #96ABB6;
--silver-500: #7892A1;
--silver-600: #5C7684;
--silver-700: #495E69;
--silver-800: #34434B;
--silver-900: #212B30;
--silver-950: #151B1E;
}