Silver
#ABA9A0
GrayColor Codes
All color formats for development
HEX
#ABA9A0RGB
rgb(171, 169, 160)HSL
hsl(49, 6%, 65%)OKLCH
oklch(0.734 0.013 96.5)CMYK
cmyk(0%, 1%, 6%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9C998F
2#8C897D
3#7B786D
4#69675D
5#58564E
6#46453E
7#35342F
8#23221F
9#121110
Tints
Lighter variations
1#B3B2AA
2#BCBAB3
3#C4C3BD
4#CDCBC6
5#D5D4D0
6#DDDDD9
7#E6E5E3
8#EEEEEC
9#F7F6F6
Tones
Muted variations
1#ABA9A1
2#AAA8A1
3#A9A8A2
4#A9A8A3
5#A8A7A3
6#A8A7A4
7#A7A7A4
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 | C8C7 #C8C7C1 | BordersInactive statesPlaceholder text |
| 400 | ABA9 #ABA9A0 | Disabled statesSecondary iconsMuted text |
| 500 | 9391 #939185 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7774 #777469 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F5D #5F5D54 | 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: #C8C7C1;
--silver-400: #ABA9A0;
--silver-500: #939185;
--silver-600: #777469;
--silver-700: #5F5D54;
--silver-800: #44423C;
--silver-900: #2B2A26;
--silver-950: #1B1A18;
}