Silver
#ACACA0
GrayColor Codes
All color formats for development
HEX
#ACACA0RGB
rgb(172, 172, 160)HSL
hsl(60, 7%, 65%)OKLCH
oklch(0.741 0.017 106.8)CMYK
cmyk(0%, 0%, 7%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9D9D8E
2#8D8D7C
3#7C7C6C
4#6A6A5C
5#59594D
6#47473E
7#35352E
8#23231F
9#12120F
Tints
Lighter variations
1#B4B4A9
2#BDBDB3
3#C5C5BC
4#CDCDC6
5#D5D5CF
6#DEDED9
7#E6E6E2
8#EEEEEC
9#F7F7F5
Tones
Muted variations
1#ABABA0
2#ABABA1
3#AAAAA1
4#A9A9A2
5#A9A9A3
6#A8A8A3
7#A8A8A4
8#A7A7A5
9#A6A6A5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F8 #F8F8F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEEE #EEEEEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0E0 #E0E0DC | Secondary backgroundsInput backgroundsDividers |
| 300 | C8C8 #C8C8C0 | BordersInactive statesPlaceholder text |
| 400 | ACAC #ACACA0 | Disabled statesSecondary iconsMuted text |
| 500 | 9494 #949484 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7878 #787868 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F5F #5F5F53 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4444 #44443B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2C2C #2C2C26 | Primary textHigh emphasis contentDark headings |
| 950 | 1B1B #1B1B18 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F8F8F7;
--silver-100: #EEEEEC;
--silver-200: #E0E0DC;
--silver-300: #C8C8C0;
--silver-400: #ACACA0;
--silver-500: #949484;
--silver-600: #787868;
--silver-700: #5F5F53;
--silver-800: #44443B;
--silver-900: #2C2C26;
--silver-950: #1B1B18;
}