Silver
#C8C7C1
GrayColor Codes
All color formats for development
HEX
#C8C7C1RGB
rgb(200, 199, 193)HSL
hsl(51, 6%, 77%)OKLCH
oklch(0.829 0.008 98.9)CMYK
cmyk(0%, 0%, 4%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B5B4AC
2#A3A197
3#908E82
4#7D7B6F
5#68665C
6#53524A
7#3E3D37
8#2A2925
9#151412
Tints
Lighter variations
1#CDCCC7
2#D3D2CD
3#D8D8D3
4#DEDDDA
5#E3E3E0
6#E9E9E6
7#EEEEEC
8#F4F4F3
9#F9F9F9
Tones
Muted variations
1#C8C7C1
2#C7C6C2
3#C7C6C2
4#C6C6C2
5#C6C6C3
6#C6C5C3
7#C5C5C3
8#C5C5C4
9#C5C5C4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F8 #F8F8F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEEE #EEEEEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0DF #E0DFDC | Secondary backgroundsInput backgroundsDividers |
| 300 | C8C7 #C8C7C1 | BordersInactive statesPlaceholder text |
| 400 | ABA9 #ABA9A0 | Disabled statesSecondary iconsMuted text |
| 500 | 9391 #939185 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7775 #777569 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F5D #5F5D54 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4442 #44423C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B2B #2B2B26 | Primary textHigh emphasis contentDark headings |
| 950 | 1B1B #1B1B18 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F8F8F7;
--silver-100: #EEEEEC;
--silver-200: #E0DFDC;
--silver-300: #C8C7C1;
--silver-400: #ABA9A0;
--silver-500: #939185;
--silver-600: #777569;
--silver-700: #5F5D54;
--silver-800: #44423C;
--silver-900: #2B2B26;
--silver-950: #1B1B18;
}