Silver
#96B3B6
CyanColor Codes
All color formats for development
HEX
#96B3B6RGB
rgb(150, 179, 182)HSL
hsl(186, 18%, 65%)OKLCH
oklch(0.746 0.032 204.2)CMYK
cmyk(18%, 2%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#82A4A8
2#6F969B
3#5F8589
4#527275
5#445F62
6#364C4E
7#29393B
8#1B2627
9#0E1314
Tints
Lighter variations
1#A0BABD
2#ABC2C4
3#B5CACC
4#C0D1D3
5#CAD9DA
6#D5E0E2
7#DFE8E9
8#EAF0F0
9#F4F7F8
Tones
Muted variations
1#97B1B4
2#99B0B3
3#9BAFB1
4#9CADAF
5#9EACAE
6#9FABAC
7#A1AAAB
8#A3A8A9
9#A4A7A7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAF0 #EAF0F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8E3 #D8E3E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BACD #BACDCF | BordersInactive statesPlaceholder text |
| 400 | 96B3 #96B3B6 | Disabled statesSecondary iconsMuted text |
| 500 | 789D #789DA1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C80 #5C8084 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4966 #496669 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3449 #34494B | Text on light backgroundsHeadingsStrong borders |
| 900 | 212F #212F30 | Primary textHigh emphasis contentDark headings |
| 950 | 151D #151D1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F8F9;
--silver-100: #EAF0F0;
--silver-200: #D8E3E4;
--silver-300: #BACDCF;
--silver-400: #96B3B6;
--silver-500: #789DA1;
--silver-600: #5C8084;
--silver-700: #496669;
--silver-800: #34494B;
--silver-900: #212F30;
--silver-950: #151D1E;
}