Silver
#ABA8A0
GrayColor Codes
All color formats for development
HEX
#ABA8A0RGB
rgb(171, 168, 160)HSL
hsl(44, 6%, 65%)OKLCH
oklch(0.732 0.012 89.8)CMYK
cmyk(0%, 2%, 6%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9C988F
2#8C887D
3#7B776D
4#69665D
5#58554E
6#46443E
7#35332F
8#23221F
9#121110
Tints
Lighter variations
1#B3B1AA
2#BCBAB3
3#C4C2BD
4#CDCBC6
5#D5D4D0
6#DDDCD9
7#E6E5E3
8#EEEEEC
9#F7F6F6
Tones
Muted variations
1#ABA8A1
2#AAA8A1
3#A9A7A2
4#A9A7A3
5#A8A7A3
6#A8A7A4
7#A7A6A4
8#A7A6A5
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 | E0DF #E0DFDC | Secondary backgroundsInput backgroundsDividers |
| 300 | C8C6 #C8C6C1 | BordersInactive statesPlaceholder text |
| 400 | ABA8 #ABA8A0 | Disabled statesSecondary iconsMuted text |
| 500 | 938F #938F85 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7773 #777369 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F5C #5F5C54 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4442 #44423C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B2A #2B2A26 | Primary textHigh emphasis contentDark headings |
| 950 | 1B1A #1B1A18 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F8F8F7;
--silver-100: #EEEEEC;
--silver-200: #E0DFDC;
--silver-300: #C8C6C1;
--silver-400: #ABA8A0;
--silver-500: #938F85;
--silver-600: #777369;
--silver-700: #5F5C54;
--silver-800: #44423C;
--silver-900: #2B2A26;
--silver-950: #1B1A18;
}