Silver
#95B5B7
CyanColor Codes
All color formats for development
HEX
#95B5B7RGB
rgb(149, 181, 183)HSL
hsl(184, 19%, 65%)OKLCH
oklch(0.75 0.035 201.1)CMYK
cmyk(19%, 1%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#81A7A9
2#6D999C
3#5E878A
4#517476
5#436163
6#364D4F
7#283A3B
8#1B2727
9#0D1314
Tints
Lighter variations
1#9FBCBE
2#AAC3C5
3#B5CBCC
4#BFD2D4
5#CADADB
6#D5E1E2
7#DFE9E9
8#EAF0F1
9#F4F8F8
Tones
Muted variations
1#96B3B5
2#98B2B3
3#9AB0B2
4#9CAFB0
5#9DADAE
6#9FACAD
7#A1AAAB
8#A2A9A9
9#A4A7A7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F9 #F6F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAF0 #EAF0F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8E3 #D8E3E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9CE #B9CECF | BordersInactive statesPlaceholder text |
| 400 | 95B4 #95B4B7 | Disabled statesSecondary iconsMuted text |
| 500 | 769F #769FA2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B83 #5B8386 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4868 #48686A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 344A #344A4C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2130 #213031 | 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: #EAF0F1;
--silver-200: #D8E3E4;
--silver-300: #B9CECF;
--silver-400: #95B4B7;
--silver-500: #769FA2;
--silver-600: #5B8386;
--silver-700: #48686A;
--silver-800: #344A4C;
--silver-900: #213031;
--silver-950: #151E1E;
}