Silver
#A6A6A6
GrayColor Codes
All color formats for development
HEX
#A6A6A6RGB
rgb(166, 166, 166)HSL
hsl(0, 0%, 65%)OKLCH
oklch(0.725 0 89.9)CMYK
cmyk(0%, 0%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#959595
2#858585
3#747474
4#636363
5#535353
6#424242
7#323232
8#212121
9#111111
Tints
Lighter variations
1#AFAFAF
2#B8B8B8
3#C1C1C1
4#C9C9C9
5#D2D2D2
6#DBDBDB
7#E4E4E4
8#EDEDED
9#F6F6F6
Tones
Muted variations
1#A6A6A6
2#A6A6A6
3#A6A6A6
4#A6A6A6
5#A6A6A6
6#A6A6A6
7#A6A6A6
8#A6A6A6
9#A6A6A6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F7 #F7F7F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDED #EDEDED | Light backgroundsTable row hoverSkeleton loading |
| 200 | DEDE #DEDEDE | Secondary backgroundsInput backgroundsDividers |
| 300 | C4C4 #C4C4C4 | BordersInactive statesPlaceholder text |
| 400 | A6A6 #A6A6A6 | Disabled statesSecondary iconsMuted text |
| 500 | 8C8C #8C8C8C | Primary brand colorCTAsActive elementsLinks |
| 600 | 7070 #707070 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5959 #595959 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4040 #404040 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2929 #292929 | Primary textHigh emphasis contentDark headings |
| 950 | 1A1A #1A1A1A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F7F7F7;
--silver-100: #EDEDED;
--silver-200: #DEDEDE;
--silver-300: #C4C4C4;
--silver-400: #A6A6A6;
--silver-500: #8C8C8C;
--silver-600: #707070;
--silver-700: #595959;
--silver-800: #404040;
--silver-900: #292929;
--silver-950: #1A1A1A;
}