Silver
#9EA3AE
GrayColor Codes
All color formats for development
HEX
#9EA3AERGB
rgb(158, 163, 174)HSL
hsl(221, 9%, 65%)OKLCH
oklch(0.715 0.017 266.2)CMYK
cmyk(9%, 6%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8C929F
2#7A8190
3#6A707E
4#5A606C
5#4B505A
6#3C4048
7#2D3036
8#1E2024
9#0F1012
Tints
Lighter variations
1#A7ACB6
2#B1B5BE
3#BBBEC6
4#C5C8CE
5#CED1D6
6#D8DADF
7#E2E3E7
8#ECEDEF
9#F5F6F7
Tones
Muted variations
1#9FA3AD
2#9FA3AC
3#A0A4AB
4#A1A4AB
5#A2A4AA
6#A3A5A9
7#A3A5A8
8#A4A5A7
9#A5A5A7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F7 #F7F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECED #ECEDEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBDD #DBDDE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BFC2 #BFC2CA | BordersInactive statesPlaceholder text |
| 400 | 9EA3 #9EA3AE | Disabled statesSecondary iconsMuted text |
| 500 | 8288 #828897 | Primary brand colorCTAsActive elementsLinks |
| 600 | 666C #666C7A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5156 #515661 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A3E #3A3E45 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2527 #25272C | Primary textHigh emphasis contentDark headings |
| 950 | 1719 #17191C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F7F7F8;
--silver-100: #ECEDEF;
--silver-200: #DBDDE1;
--silver-300: #BFC2CA;
--silver-400: #9EA3AE;
--silver-500: #828897;
--silver-600: #666C7A;
--silver-700: #515661;
--silver-800: #3A3E45;
--silver-900: #25272C;
--silver-950: #17191C;
}