Silver
#96B0B6
CyanColor Codes
All color formats for development
HEX
#96B0B6RGB
rgb(150, 176, 182)HSL
hsl(191, 18%, 65%)OKLCH
oklch(0.739 0.03 213.2)CMYK
cmyk(18%, 3%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#82A1A8
2#6F939B
3#5F8189
4#526F75
5#445C62
6#364A4E
7#29373B
8#1B2527
9#0E1214
Tints
Lighter variations
1#A0B8BD
2#ABC0C4
3#B5C8CC
4#C0D0D3
5#CAD7DA
6#D5DFE2
7#DFE7E9
8#EAEFF0
9#F4F7F8
Tones
Muted variations
1#97AFB4
2#99AEB3
3#9BADB1
4#9CACAF
5#9EABAE
6#9FAAAC
7#A1A9AB
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 | EAEF #EAEFF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8E2 #D8E2E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BACB #BACBCF | BordersInactive statesPlaceholder text |
| 400 | 96B0 #96B0B6 | Disabled statesSecondary iconsMuted text |
| 500 | 7899 #7899A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C7D #5C7D84 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4963 #496369 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3447 #34474B | Text on light backgroundsHeadingsStrong borders |
| 900 | 212D #212D30 | Primary textHigh emphasis contentDark headings |
| 950 | 151C #151C1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F8F9;
--silver-100: #EAEFF0;
--silver-200: #D8E2E4;
--silver-300: #BACBCF;
--silver-400: #96B0B6;
--silver-500: #7899A1;
--silver-600: #5C7D84;
--silver-700: #496369;
--silver-800: #34474B;
--silver-900: #212D30;
--silver-950: #151C1E;
}