Silver
#A2A2A9
GrayColor Codes
All color formats for development
HEX
#A2A2A9RGB
rgb(162, 162, 169)HSL
hsl(240, 4%, 65%)OKLCH
oklch(0.714 0.01 286.1)CMYK
cmyk(4%, 4%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#919199
2#808089
3#6F6F79
4#5F5F67
5#505056
6#404045
7#303034
8#202022
9#101011
Tints
Lighter variations
1#ABABB2
2#B5B5BA
3#BEBEC3
4#C7C7CC
5#D1D1D4
6#DADADD
7#E3E3E5
8#ECECEE
9#F6F6F6
Tones
Muted variations
1#A3A3A9
2#A3A3A9
3#A3A3A8
4#A4A4A8
5#A4A4A8
6#A4A4A7
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 | ECEC #ECECEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DDDD #DDDDDF | Secondary backgroundsInput backgroundsDividers |
| 300 | C2C2 #C2C2C7 | BordersInactive statesPlaceholder text |
| 400 | A2A2 #A2A2A9 | Disabled statesSecondary iconsMuted text |
| 500 | 8888 #888891 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6C6C #6C6C75 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5656 #56565D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3D3D #3D3D42 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2727 #27272A | Primary textHigh emphasis contentDark headings |
| 950 | 1818 #18181B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F7F7F8;
--silver-100: #ECECEE;
--silver-200: #DDDDDF;
--silver-300: #C2C2C7;
--silver-400: #A2A2A9;
--silver-500: #888891;
--silver-600: #6C6C75;
--silver-700: #56565D;
--silver-800: #3D3D42;
--silver-900: #27272A;
--silver-950: #18181B;
}