Silver
#C1C8C8
GrayColor Codes
All color formats for development
HEX
#C1C8C8RGB
rgb(193, 200, 200)HSL
hsl(180, 6%, 77%)OKLCH
oklch(0.827 0.008 197)CMYK
cmyk(4%, 0%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ACB5B5
2#97A3A3
3#829090
4#6F7D7D
5#5C6868
6#4A5353
7#373E3E
8#252A2A
9#121515
Tints
Lighter variations
1#C7CDCD
2#CDD3D3
3#D3D8D8
4#DADEDE
5#E0E3E3
6#E6E9E9
7#ECEEEE
8#F3F4F4
9#F9F9F9
Tones
Muted variations
1#C1C8C8
2#C2C7C7
3#C2C7C7
4#C2C6C6
5#C3C6C6
6#C3C6C6
7#C3C5C5
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 | C1C8 #C1C8C8 | BordersInactive statesPlaceholder text |
| 400 | A0AB #A0ABAB | Disabled statesSecondary iconsMuted text |
| 500 | 8593 #859393 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6977 #697777 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 545F #545F5F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C44 #3C4444 | Text on light backgroundsHeadingsStrong borders |
| 900 | 262B #262B2B | 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: #C1C8C8;
--silver-400: #A0ABAB;
--silver-500: #859393;
--silver-600: #697777;
--silver-700: #545F5F;
--silver-800: #3C4444;
--silver-900: #262B2B;
--silver-950: #181B1B;
}