Silver
#C3C3C6
GrayColor Codes
All color formats for development
HEX
#C3C3C6RGB
rgb(195, 195, 198)HSL
hsl(240, 3%, 77%)OKLCH
oklch(0.818 0.004 286.3)CMYK
cmyk(2%, 2%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AEAEB3
2#9A9AA0
3#86868D
4#727279
5#5F5F65
6#4C4C51
7#39393D
8#262628
9#131314
Tints
Lighter variations
1#C9C9CC
2#CFCFD1
3#D5D5D7
4#DBDBDD
5#E1E1E3
6#E7E7E8
7#EDEDEE
8#F3F3F4
9#F9F9F9
Tones
Muted variations
1#C3C3C6
2#C3C3C6
3#C3C3C6
4#C3C3C5
5#C3C3C5
6#C4C4C5
7#C4C4C5
8#C4C4C5
9#C4C4C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F7 #F7F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDED #EDEDEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DDDD #DDDDDF | Secondary backgroundsInput backgroundsDividers |
| 300 | C3C3 #C3C3C6 | BordersInactive statesPlaceholder text |
| 400 | A3A3 #A3A3A8 | Disabled statesSecondary iconsMuted text |
| 500 | 8989 #898990 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D6D #6D6D74 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5757 #57575C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E3E #3E3E42 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2828 #28282A | Primary textHigh emphasis contentDark headings |
| 950 | 1919 #19191A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F7F7F8;
--silver-100: #EDEDEE;
--silver-200: #DDDDDF;
--silver-300: #C3C3C6;
--silver-400: #A3A3A8;
--silver-500: #898990;
--silver-600: #6D6D74;
--silver-700: #57575C;
--silver-800: #3E3E42;
--silver-900: #28282A;
--silver-950: #19191A;
}