Silver
#96B5B6
CyanColor Codes
All color formats for development
HEX
#96B5B6RGB
rgb(150, 181, 182)HSL
hsl(182, 18%, 65%)OKLCH
oklch(0.75 0.034 198.9)CMYK
cmyk(18%, 1%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#82A7A8
2#6F999B
3#5F8889
4#527475
5#446162
6#364D4E
7#293A3B
8#1B2727
9#0E1314
Tints
Lighter variations
1#A0BCBD
2#ABC4C4
3#B5CBCC
4#C0D2D3
5#CADADA
6#D5E1E2
7#DFE9E9
8#EAF0F0
9#F4F8F8
Tones
Muted variations
1#97B3B4
2#99B2B3
3#9BB0B1
4#9CAFAF
5#9EADAE
6#9FACAC
7#A1AAAB
8#A3A9A9
9#A4A7A7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F9 #F6F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAF0 #EAF0F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8E3 #D8E3E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BACE #BACECF | BordersInactive statesPlaceholder text |
| 400 | 96B5 #96B5B6 | Disabled statesSecondary iconsMuted text |
| 500 | 78A0 #78A0A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C83 #5C8384 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4968 #496869 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 344A #344A4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2130 #213030 | Primary textHigh emphasis contentDark headings |
| 950 | 151E #151E1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F9F9;
--silver-100: #EAF0F0;
--silver-200: #D8E3E4;
--silver-300: #BACECF;
--silver-400: #96B5B6;
--silver-500: #78A0A1;
--silver-600: #5C8384;
--silver-700: #496869;
--silver-800: #344A4B;
--silver-900: #213030;
--silver-950: #151E1E;
}