Silver
#C8C1C1
GrayColor Codes
All color formats for development
HEX
#C8C1C1RGB
rgb(200, 193, 193)HSL
hsl(0, 6%, 77%)OKLCH
oklch(0.817 0.008 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#B5ACAC
2#A39797
3#908282
4#7D6F6F
5#685C5C
6#534A4A
7#3E3737
8#2A2525
9#151212
Tints
Lighter variations
1#CDC7C7
2#D3CDCD
3#D8D3D3
4#DEDADA
5#E3E0E0
6#E9E6E6
7#EEECEC
8#F4F3F3
9#F9F9F9
Tones
Muted variations
1#C8C1C1
2#C7C2C2
3#C7C2C2
4#C6C2C2
5#C6C3C3
6#C6C3C3
7#C5C3C3
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 | C8C1 #C8C1C1 | BordersInactive statesPlaceholder text |
| 400 | ABA0 #ABA0A0 | Disabled statesSecondary iconsMuted text |
| 500 | 9385 #938585 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7769 #776969 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F54 #5F5454 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 443C #443C3C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B26 #2B2626 | 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: #C8C1C1;
--silver-400: #ABA0A0;
--silver-500: #938585;
--silver-600: #776969;
--silver-700: #5F5454;
--silver-800: #443C3C;
--silver-900: #2B2626;
--silver-950: #1B1818;
}