Silver
#A4A4A8
GrayColor Codes
All color formats for development
HEX
#A4A4A8RGB
rgb(164, 164, 168)HSL
hsl(240, 2%, 65%)OKLCH
oklch(0.72 0.006 286.3)CMYK
cmyk(2%, 2%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#939397
2#828287
3#727276
4#616165
5#515155
6#414144
7#313133
8#202022
9#101011
Tints
Lighter variations
1#ADADB0
2#B6B6B9
3#BFBFC2
4#C8C8CB
5#D1D1D3
6#DBDBDC
7#E4E4E5
8#EDEDEE
9#F6F6F6
Tones
Muted variations
1#A4A4A7
2#A4A4A7
3#A5A5A7
4#A5A5A7
5#A5A5A7
6#A5A5A6
7#A5A5A6
8#A5A5A6
9#A6A6A6
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 | A4A4 #A4A4A8 | Disabled statesSecondary iconsMuted text |
| 500 | 8A8A #8A8A8F | Primary brand colorCTAsActive elementsLinks |
| 600 | 6E6E #6E6E72 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5757 #57575B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E3E #3E3E41 | 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: #A4A4A8;
--silver-500: #8A8A8F;
--silver-600: #6E6E72;
--silver-700: #57575B;
--silver-800: #3E3E41;
--silver-900: #28282A;
--silver-950: #19191A;
}