Silver
#C7C1C1
GrayColor Codes
All color formats for development
HEX
#C7C1C1RGB
rgb(199, 193, 193)HSL
hsl(0, 5%, 77%)OKLCH
oklch(0.816 0.007 17.3)CMYK
cmyk(0%, 3%, 3%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B5ADAD
2#A29898
3#8F8484
4#7C7070
5#675D5D
6#524B4B
7#3E3838
8#292525
9#151313
Tints
Lighter variations
1#CDC8C8
2#D2CECE
3#D8D4D4
4#DEDADA
5#E3E0E0
6#E9E6E6
7#EEEDED
8#F4F3F3
9#F9F9F9
Tones
Muted variations
1#C7C2C2
2#C7C2C2
3#C6C2C2
4#C6C3C3
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 | C7C1 #C7C1C1 | BordersInactive statesPlaceholder text |
| 400 | AAA1 #AAA1A1 | Disabled statesSecondary iconsMuted text |
| 500 | 9287 #928787 | Primary brand colorCTAsActive elementsLinks |
| 600 | 766B #766B6B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5E55 #5E5555 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 433D #433D3D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B27 #2B2727 | 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: #C7C1C1;
--silver-400: #AAA1A1;
--silver-500: #928787;
--silver-600: #766B6B;
--silver-700: #5E5555;
--silver-800: #433D3D;
--silver-900: #2B2727;
--silver-950: #1B1818;
}