Silver
#C8C4C1
GrayColor Codes
All color formats for development
HEX
#C8C4C1RGB
rgb(200, 196, 193)HSL
hsl(26, 6%, 77%)OKLCH
oklch(0.823 0.006 59.6)CMYK
cmyk(0%, 2%, 4%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B5B0AC
2#A39C97
3#908982
4#7D756F
5#68615C
6#534E4A
7#3E3A37
8#2A2725
9#151312
Tints
Lighter variations
1#CDCAC7
2#D3D0CD
3#D8D6D3
4#DEDCDA
5#E3E1E0
6#E9E7E6
7#EEEDEC
8#F4F3F3
9#F9F9F9
Tones
Muted variations
1#C8C4C1
2#C7C4C2
3#C7C4C2
4#C6C4C2
5#C6C4C3
6#C6C4C3
7#C5C4C3
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 | EEED #EEEDEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0DE #E0DEDC | Secondary backgroundsInput backgroundsDividers |
| 300 | C8C4 #C8C4C1 | BordersInactive statesPlaceholder text |
| 400 | ABA5 #ABA5A0 | Disabled statesSecondary iconsMuted text |
| 500 | 938B #938B85 | Primary brand colorCTAsActive elementsLinks |
| 600 | 776F #776F69 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F59 #5F5954 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 443F #443F3C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B28 #2B2826 | Primary textHigh emphasis contentDark headings |
| 950 | 1B19 #1B1918 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F8F7F7;
--silver-100: #EEEDEC;
--silver-200: #E0DEDC;
--silver-300: #C8C4C1;
--silver-400: #ABA5A0;
--silver-500: #938B85;
--silver-600: #776F69;
--silver-700: #5F5954;
--silver-800: #443F3C;
--silver-900: #2B2826;
--silver-950: #1B1918;
}