Silver
#9E9EAE
GrayColor Codes
All color formats for development
HEX
#9E9EAERGB
rgb(158, 158, 174)HSL
hsl(240, 9%, 65%)OKLCH
oklch(0.704 0.023 285.8)CMYK
cmyk(9%, 9%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8C8C9F
2#7A7A90
3#6A6A7E
4#5A5A6C
5#4B4B5A
6#3C3C48
7#2D2D36
8#1E1E24
9#0F0F12
Tints
Lighter variations
1#A7A7B6
2#B1B1BE
3#BBBBC6
4#C5C5CE
5#CECED6
6#D8D8DF
7#E2E2E7
8#ECECEF
9#F5F5F7
Tones
Muted variations
1#9F9FAD
2#9F9FAC
3#A0A0AB
4#A1A1AB
5#A2A2AA
6#A3A3A9
7#A3A3A8
8#A4A4A7
9#A5A5A7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F7 #F7F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECEC #ECECEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBDB #DBDBE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BFBF #BFBFCA | BordersInactive statesPlaceholder text |
| 400 | 9E9E #9E9EAE | Disabled statesSecondary iconsMuted text |
| 500 | 8282 #828297 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6666 #66667A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5151 #515161 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A3A #3A3A45 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2525 #25252C | Primary textHigh emphasis contentDark headings |
| 950 | 1717 #17171C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F7F7F8;
--silver-100: #ECECEF;
--silver-200: #DBDBE1;
--silver-300: #BFBFCA;
--silver-400: #9E9EAE;
--silver-500: #828297;
--silver-600: #66667A;
--silver-700: #515161;
--silver-800: #3A3A45;
--silver-900: #25252C;
--silver-950: #17171C;
}