Silver
#95B7B7
CyanColor Codes
All color formats for development
HEX
#95B7B7RGB
rgb(149, 183, 183)HSL
hsl(180, 19%, 65%)OKLCH
oklch(0.754 0.037 196.4)CMYK
cmyk(19%, 0%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#81A9A9
2#6D9C9C
3#5E8A8A
4#517676
5#436363
6#364F4F
7#283B3B
8#1B2727
9#0D1414
Tints
Lighter variations
1#9FBEBE
2#AAC5C5
3#B5CCCC
4#BFD4D4
5#CADBDB
6#D5E2E2
7#DFE9E9
8#EAF1F1
9#F4F8F8
Tones
Muted variations
1#96B5B5
2#98B3B3
3#9AB2B2
4#9CB0B0
5#9DAEAE
6#9FADAD
7#A1ABAB
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 | EAF1 #EAF1F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8E4 #D8E4E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9CF #B9CFCF | BordersInactive statesPlaceholder text |
| 400 | 95B7 #95B7B7 | Disabled statesSecondary iconsMuted text |
| 500 | 76A2 #76A2A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B86 #5B8686 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 486A #486A6A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 344C #344C4C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2131 #213131 | 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: #EAF1F1;
--silver-200: #D8E4E4;
--silver-300: #B9CFCF;
--silver-400: #95B7B7;
--silver-500: #76A2A2;
--silver-600: #5B8686;
--silver-700: #486A6A;
--silver-800: #344C4C;
--silver-900: #213131;
--silver-950: #151E1E;
}