Silver
#96B6B6
CyanColor Codes
All color formats for development
HEX
#96B6B6RGB
rgb(150, 182, 182)HSL
hsl(180, 18%, 65%)OKLCH
oklch(0.753 0.035 196.4)CMYK
cmyk(18%, 0%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#82A8A8
2#6F9B9B
3#5F8989
4#527575
5#446262
6#364E4E
7#293B3B
8#1B2727
9#0E1414
Tints
Lighter variations
1#A0BDBD
2#ABC4C4
3#B5CCCC
4#C0D3D3
5#CADADA
6#D5E2E2
7#DFE9E9
8#EAF0F0
9#F4F8F8
Tones
Muted variations
1#97B4B4
2#99B3B3
3#9BB1B1
4#9CAFAF
5#9EAEAE
6#9FACAC
7#A1ABAB
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 | D8E4 #D8E4E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BACF #BACFCF | BordersInactive statesPlaceholder text |
| 400 | 96B6 #96B6B6 | Disabled statesSecondary iconsMuted text |
| 500 | 78A1 #78A1A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C84 #5C8484 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4969 #496969 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 344B #344B4B | 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: #D8E4E4;
--silver-300: #BACFCF;
--silver-400: #96B6B6;
--silver-500: #78A1A1;
--silver-600: #5C8484;
--silver-700: #496969;
--silver-800: #344B4B;
--silver-900: #213030;
--silver-950: #151E1E;
}