Silver
#C1C1C8
GrayColor Codes
All color formats for development
HEX
#C1C1C8RGB
rgb(193, 193, 200)HSL
hsl(240, 6%, 77%)OKLCH
oklch(0.813 0.01 286.2)CMYK
cmyk(4%, 4%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ACACB5
2#9797A3
3#828290
4#6F6F7D
5#5C5C68
6#4A4A53
7#37373E
8#25252A
9#121215
Tints
Lighter variations
1#C7C7CD
2#CDCDD3
3#D3D3D8
4#DADADE
5#E0E0E3
6#E6E6E9
7#ECECEE
8#F3F3F4
9#F9F9F9
Tones
Muted variations
1#C1C1C8
2#C2C2C7
3#C2C2C7
4#C2C2C6
5#C3C3C6
6#C3C3C6
7#C3C3C5
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 | DCDC #DCDCE0 | Secondary backgroundsInput backgroundsDividers |
| 300 | C1C1 #C1C1C8 | BordersInactive statesPlaceholder text |
| 400 | A0A0 #A0A0AB | Disabled statesSecondary iconsMuted text |
| 500 | 8585 #858593 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6969 #696977 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5454 #54545F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C3C #3C3C44 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2626 #26262B | 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: #DCDCE0;
--silver-300: #C1C1C8;
--silver-400: #A0A0AB;
--silver-500: #858593;
--silver-600: #696977;
--silver-700: #54545F;
--silver-800: #3C3C44;
--silver-900: #26262B;
--silver-950: #18181B;
}