Silver
#95B3B7
CyanColor Codes
All color formats for development
HEX
#95B3B7RGB
rgb(149, 179, 183)HSL
hsl(187, 19%, 65%)OKLCH
oklch(0.746 0.033 206.4)CMYK
cmyk(19%, 2%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#81A5A9
2#6D969C
3#5E858A
4#517276
5#435F63
6#364C4F
7#28393B
8#1B2627
9#0D1314
Tints
Lighter variations
1#9FBABE
2#AAC2C5
3#B5CACC
4#BFD1D4
5#CAD9DB
6#D5E1E2
7#DFE8E9
8#EAF0F1
9#F4F7F8
Tones
Muted variations
1#96B1B5
2#98B0B3
3#9AAFB2
4#9CAEB0
5#9DACAE
6#9FABAD
7#A1AAAB
8#A2A8A9
9#A4A7A7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAF0 #EAF0F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8E3 #D8E3E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9CD #B9CDCF | BordersInactive statesPlaceholder text |
| 400 | 95B3 #95B3B7 | Disabled statesSecondary iconsMuted text |
| 500 | 769D #769DA2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B81 #5B8186 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4866 #48666A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3449 #34494C | Text on light backgroundsHeadingsStrong borders |
| 900 | 212F #212F31 | 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: #EAF0F1;
--silver-200: #D8E3E4;
--silver-300: #B9CDCF;
--silver-400: #95B3B7;
--silver-500: #769DA2;
--silver-600: #5B8186;
--silver-700: #48666A;
--silver-800: #34494C;
--silver-900: #212F31;
--silver-950: #151D1E;
}