Silver
#C0C8C8
GrayColor Codes
All color formats for development
HEX
#C0C8C8RGB
rgb(192, 200, 200)HSL
hsl(180, 7%, 77%)OKLCH
oklch(0.827 0.009 197)CMYK
cmyk(4%, 0%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ABB6B6
2#96A4A4
3#819292
4#6E7E7E
5#5B6969
6#495454
7#373F3F
8#252A2A
9#121515
Tints
Lighter variations
1#C7CECE
2#CDD3D3
3#D3D9D9
4#D9DEDE
5#E0E4E4
6#E6E9E9
7#ECEFEF
8#F2F4F4
9#F9FAFA
Tones
Muted variations
1#C1C8C8
2#C1C8C8
3#C1C7C7
4#C2C7C7
5#C2C6C6
6#C3C6C6
7#C3C6C6
8#C4C5C5
9#C4C5C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F8 #F7F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECEE #ECEEEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCE0 #DCE0E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | C0C8 #C0C8C8 | BordersInactive statesPlaceholder text |
| 400 | A0AC #A0ACAC | Disabled statesSecondary iconsMuted text |
| 500 | 8494 #849494 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6878 #687878 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 535F #535F5F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3B44 #3B4444 | Text on light backgroundsHeadingsStrong borders |
| 900 | 262C #262C2C | Primary textHigh emphasis contentDark headings |
| 950 | 181B #181B1B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F7F8F8;
--silver-100: #ECEEEE;
--silver-200: #DCE0E0;
--silver-300: #C0C8C8;
--silver-400: #A0ACAC;
--silver-500: #849494;
--silver-600: #687878;
--silver-700: #535F5F;
--silver-800: #3B4444;
--silver-900: #262C2C;
--silver-950: #181B1B;
}