Silver
#C2C2C7
GrayColor Codes
All color formats for development
HEX
#C2C2C7RGB
rgb(194, 194, 199)HSL
hsl(240, 4%, 77%)OKLCH
oklch(0.816 0.007 286.2)CMYK
cmyk(3%, 3%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AEAEB4
2#9999A1
3#85858E
4#71717B
5#5E5E66
6#4B4B52
7#39393D
8#262629
9#131314
Tints
Lighter variations
1#C8C8CC
2#CECED2
3#D4D4D8
4#DADADD
5#E1E1E3
6#E7E7E8
7#EDEDEE
8#F3F3F4
9#F9F9F9
Tones
Muted variations
1#C2C2C6
2#C2C2C6
3#C3C3C6
4#C3C3C6
5#C3C3C6
6#C3C3C5
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 | ECEC #ECECEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DDDD #DDDDDF | Secondary backgroundsInput backgroundsDividers |
| 300 | C2C2 #C2C2C7 | BordersInactive statesPlaceholder text |
| 400 | A2A2 #A2A2A9 | Disabled statesSecondary iconsMuted text |
| 500 | 8888 #888891 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6C6C #6C6C75 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5656 #56565D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3D3D #3D3D42 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2727 #27272A | Primary textHigh emphasis contentDark headings |
| 950 | 1818 #18181B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F7F7F8;
--silver-100: #ECECEE;
--silver-200: #DDDDDF;
--silver-300: #C2C2C7;
--silver-400: #A2A2A9;
--silver-500: #888891;
--silver-600: #6C6C75;
--silver-700: #56565D;
--silver-800: #3D3D42;
--silver-900: #27272A;
--silver-950: #18181B;
}