Silver
#C8C8C0
GrayColor Codes
All color formats for development
HEX
#C8C8C0RGB
rgb(200, 200, 192)HSL
hsl(60, 7%, 77%)OKLCH
oklch(0.831 0.011 106.6)CMYK
cmyk(0%, 0%, 4%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B6B6AB
2#A4A496
3#929281
4#7E7E6E
5#69695B
6#545449
7#3F3F37
8#2A2A25
9#151512
Tints
Lighter variations
1#CECEC7
2#D3D3CD
3#D9D9D3
4#DEDED9
5#E4E4E0
6#E9E9E6
7#EFEFEC
8#F4F4F2
9#FAFAF9
Tones
Muted variations
1#C8C8C1
2#C8C8C1
3#C7C7C1
4#C7C7C2
5#C6C6C2
6#C6C6C3
7#C6C6C3
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 | E0E0 #E0E0DC | Secondary backgroundsInput backgroundsDividers |
| 300 | C8C8 #C8C8C0 | BordersInactive statesPlaceholder text |
| 400 | ACAC #ACACA0 | Disabled statesSecondary iconsMuted text |
| 500 | 9494 #949484 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7878 #787868 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F5F #5F5F53 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4444 #44443B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2C2C #2C2C26 | 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: #E0E0DC;
--silver-300: #C8C8C0;
--silver-400: #ACACA0;
--silver-500: #949484;
--silver-600: #787868;
--silver-700: #5F5F53;
--silver-800: #44443B;
--silver-900: #2C2C26;
--silver-950: #1B1B18;
}