Silver
#9EA1AE
GrayColor Codes
All color formats for development
HEX
#9EA1AERGB
rgb(158, 161, 174)HSL
hsl(229, 9%, 65%)OKLCH
oklch(0.711 0.019 275.5)CMYK
cmyk(9%, 7%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8C8F9F
2#7A7E90
3#6A6D7E
4#5A5E6C
5#4B4E5A
6#3C3F48
7#2D2F36
8#1E1F24
9#0F1012
Tints
Lighter variations
1#A7AAB6
2#B1B4BE
3#BBBDC6
4#C5C6CE
5#CED0D6
6#D8D9DF
7#E2E3E7
8#ECECEF
9#F5F6F7
Tones
Muted variations
1#9FA1AD
2#9FA2AC
3#A0A2AB
4#A1A3AB
5#A2A3AA
6#A3A4A9
7#A3A4A8
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 | ECEC #ECECEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBDC #DBDCE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BFC1 #BFC1CA | BordersInactive statesPlaceholder text |
| 400 | 9EA1 #9EA1AE | Disabled statesSecondary iconsMuted text |
| 500 | 8286 #828697 | Primary brand colorCTAsActive elementsLinks |
| 600 | 666A #666A7A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5154 #515461 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A3C #3A3C45 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2526 #25262C | Primary textHigh emphasis contentDark headings |
| 950 | 1718 #17181C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F7F7F8;
--silver-100: #ECECEF;
--silver-200: #DBDCE1;
--silver-300: #BFC1CA;
--silver-400: #9EA1AE;
--silver-500: #828697;
--silver-600: #666A7A;
--silver-700: #515461;
--silver-800: #3A3C45;
--silver-900: #25262C;
--silver-950: #17181C;
}