Silver
#ABABA0
GrayColor Codes
All color formats for development
HEX
#ABABA0RGB
rgb(171, 171, 160)HSL
hsl(60, 6%, 65%)OKLCH
oklch(0.738 0.015 106.8)CMYK
cmyk(0%, 0%, 6%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9C9C8F
2#8C8C7D
3#7B7B6D
4#69695D
5#58584E
6#46463E
7#35352F
8#23231F
9#121210
Tints
Lighter variations
1#B3B3AA
2#BCBCB3
3#C4C4BD
4#CDCDC6
5#D5D5D0
6#DDDDD9
7#E6E6E3
8#EEEEEC
9#F7F7F6
Tones
Muted variations
1#ABABA1
2#AAAAA1
3#A9A9A2
4#A9A9A3
5#A8A8A3
6#A8A8A4
7#A7A7A4
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 #C8C8C1 | BordersInactive statesPlaceholder text |
| 400 | ABAB #ABABA0 | Disabled statesSecondary iconsMuted text |
| 500 | 9393 #939385 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7777 #777769 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F5F #5F5F54 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4444 #44443C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B2B #2B2B26 | 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: #C8C8C1;
--silver-400: #ABABA0;
--silver-500: #939385;
--silver-600: #777769;
--silver-700: #5F5F54;
--silver-800: #44443C;
--silver-900: #2B2B26;
--silver-950: #1B1B18;
}