Silver
#C8C0C0
GrayColor Codes
All color formats for development
HEX
#C8C0C0RGB
rgb(200, 192, 192)HSL
hsl(0, 7%, 77%)OKLCH
oklch(0.814 0.009 17.3)CMYK
cmyk(0%, 4%, 4%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B6ABAB
2#A49696
3#928181
4#7E6E6E
5#695B5B
6#544949
7#3F3737
8#2A2525
9#151212
Tints
Lighter variations
1#CEC7C7
2#D3CDCD
3#D9D3D3
4#DED9D9
5#E4E0E0
6#E9E6E6
7#EFECEC
8#F4F2F2
9#FAF9F9
Tones
Muted variations
1#C8C1C1
2#C8C1C1
3#C7C1C1
4#C7C2C2
5#C6C2C2
6#C6C3C3
7#C6C3C3
8#C5C4C4
9#C5C4C4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F7 #F8F7F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEEC #EEECEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0DC #E0DCDC | Secondary backgroundsInput backgroundsDividers |
| 300 | C8C0 #C8C0C0 | BordersInactive statesPlaceholder text |
| 400 | ACA0 #ACA0A0 | Disabled statesSecondary iconsMuted text |
| 500 | 9484 #948484 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7868 #786868 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F53 #5F5353 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 443B #443B3B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2C26 #2C2626 | Primary textHigh emphasis contentDark headings |
| 950 | 1B18 #1B1818 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F8F7F7;
--silver-100: #EEECEC;
--silver-200: #E0DCDC;
--silver-300: #C8C0C0;
--silver-400: #ACA0A0;
--silver-500: #948484;
--silver-600: #786868;
--silver-700: #5F5353;
--silver-800: #443B3B;
--silver-900: #2C2626;
--silver-950: #1B1818;
}