Silver
#A3A3A8
GrayColor Codes
All color formats for development
HEX
#A3A3A8RGB
rgb(163, 163, 168)HSL
hsl(240, 3%, 65%)OKLCH
oklch(0.717 0.007 286.2)CMYK
cmyk(3%, 3%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#929298
2#818188
3#717178
4#606066
5#505055
6#404044
7#303033
8#202022
9#101011
Tints
Lighter variations
1#ACACB1
2#B5B5BA
3#BFBFC2
4#C8C8CB
5#D1D1D4
6#DADADC
7#E3E3E5
8#EDEDEE
9#F6F6F6
Tones
Muted variations
1#A3A3A8
2#A4A4A8
3#A4A4A8
4#A4A4A7
5#A4A4A7
6#A5A5A7
7#A5A5A7
8#A5A5A6
9#A5A5A6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F7 #F7F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDED #EDEDEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DDDD #DDDDDF | Secondary backgroundsInput backgroundsDividers |
| 300 | C3C3 #C3C3C6 | BordersInactive statesPlaceholder text |
| 400 | A3A3 #A3A3A8 | Disabled statesSecondary iconsMuted text |
| 500 | 8989 #898990 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D6D #6D6D74 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5757 #57575C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E3E #3E3E42 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2828 #28282A | Primary textHigh emphasis contentDark headings |
| 950 | 1919 #19191A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F7F7F8;
--silver-100: #EDEDEE;
--silver-200: #DDDDDF;
--silver-300: #C3C3C6;
--silver-400: #A3A3A8;
--silver-500: #898990;
--silver-600: #6D6D74;
--silver-700: #57575C;
--silver-800: #3E3E42;
--silver-900: #28282A;
--silver-950: #19191A;
}