Silver
#9D9FAF
BlueColor Codes
All color formats for development
HEX
#9D9FAFRGB
rgb(157, 159, 175)HSL
hsl(233, 10%, 65%)OKLCH
oklch(0.706 0.023 280.1)CMYK
cmyk(10%, 9%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8B8DA0
2#787B91
3#686B80
4#5A5C6D
5#4B4D5B
6#3C3D49
7#2D2E37
8#1E1F24
9#0F0F12
Tints
Lighter variations
1#A7A9B7
2#B0B2BF
3#BABCC7
4#C4C5CF
5#CECFD7
6#D8D9DF
7#E2E2E7
8#EBECEF
9#F5F5F7
Tones
Muted variations
1#9EA0AE
2#9FA0AD
3#A0A1AC
4#A0A2AB
5#A1A2AA
6#A2A3A9
7#A3A4A8
8#A4A4A8
9#A5A5A7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F7 #F7F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEC #EBECEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBDB #DBDBE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEC0 #BEC0CA | BordersInactive statesPlaceholder text |
| 400 | 9D9F #9D9FAF | Disabled statesSecondary iconsMuted text |
| 500 | 8183 #818398 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6568 #65687B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5052 #505262 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 393B #393B46 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2526 #25262D | 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: #EBECEF;
--silver-200: #DBDBE1;
--silver-300: #BEC0CA;
--silver-400: #9D9FAF;
--silver-500: #818398;
--silver-600: #65687B;
--silver-700: #505262;
--silver-800: #393B46;
--silver-900: #25262D;
--silver-950: #17181C;
}