Silver
#9DACAF
CyanColor Codes
All color formats for development
HEX
#9DACAFRGB
rgb(157, 172, 175)HSL
hsl(190, 10%, 65%)OKLCH
oklch(0.734 0.017 211)CMYK
cmyk(10%, 2%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8B9CA0
2#788D91
3#687C80
4#5A6A6D
5#4B585B
6#3C4749
7#2D3537
8#1E2324
9#0F1212
Tints
Lighter variations
1#A7B4B7
2#B0BCBF
3#BAC5C7
4#C4CDCF
5#CED5D7
6#D8DEDF
7#E2E6E7
8#EBEEEF
9#F5F7F7
Tones
Muted variations
1#9EABAE
2#9FABAD
3#A0AAAC
4#A0A9AB
5#A1A9AA
6#A2A8A9
7#A3A8A8
8#A4A7A8
9#A5A6A7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F8 #F7F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEE #EBEEEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBE0 #DBE0E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEC8 #BEC8CA | BordersInactive statesPlaceholder text |
| 400 | 9DAC #9DACAF | Disabled statesSecondary iconsMuted text |
| 500 | 8194 #819498 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6578 #65787B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 505F #505F62 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3944 #394446 | Text on light backgroundsHeadingsStrong borders |
| 900 | 252C #252C2D | Primary textHigh emphasis contentDark headings |
| 950 | 171B #171B1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F7F8F8;
--silver-100: #EBEEEF;
--silver-200: #DBE0E1;
--silver-300: #BEC8CA;
--silver-400: #9DACAF;
--silver-500: #819498;
--silver-600: #65787B;
--silver-700: #505F62;
--silver-800: #394446;
--silver-900: #252C2D;
--silver-950: #171B1C;
}