Silver
#A0A0AC
GrayColor Codes
All color formats for development
HEX
#A0A0ACRGB
rgb(160, 160, 172)HSL
hsl(240, 7%, 65%)OKLCH
oklch(0.71 0.017 286)CMYK
cmyk(7%, 7%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8E8E9D
2#7C7C8D
3#6C6C7C
4#5C5C6A
5#4D4D59
6#3E3E47
7#2E2E35
8#1F1F23
9#0F0F12
Tints
Lighter variations
1#A9A9B4
2#B3B3BD
3#BCBCC5
4#C6C6CD
5#CFCFD5
6#D9D9DE
7#E2E2E6
8#ECECEE
9#F5F5F7
Tones
Muted variations
1#A0A0AB
2#A1A1AB
3#A1A1AA
4#A2A2A9
5#A3A3A9
6#A3A3A8
7#A4A4A8
8#A5A5A7
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 | DCDC #DCDCE0 | Secondary backgroundsInput backgroundsDividers |
| 300 | C0C0 #C0C0C8 | BordersInactive statesPlaceholder text |
| 400 | A0A0 #A0A0AC | Disabled statesSecondary iconsMuted text |
| 500 | 8484 #848494 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6868 #686878 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5353 #53535F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3B3B #3B3B44 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2626 #26262C | 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: #DCDCE0;
--silver-300: #C0C0C8;
--silver-400: #A0A0AC;
--silver-500: #848494;
--silver-600: #686878;
--silver-700: #53535F;
--silver-800: #3B3B44;
--silver-900: #26262C;
--silver-950: #18181B;
}