Slate Gray
#828D97
GrayColor Codes
All color formats for development
HEX
#828D97RGB
rgb(130, 141, 151)HSL
hsl(209, 9%, 55%)OKLCH
oklch(0.638 0.02 245.5)CMYK
cmyk(14%, 7%, 0%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#737F8A
2#66717A
3#59626B
4#4D545C
5#40464C
6#33383D
7#262A2E
8#1A1C1F
9#0D0E0F
Tints
Lighter variations
1#8E98A1
2#9BA3AB
3#A7AFB6
4#B4BAC0
5#C0C6CB
6#CDD1D5
7#D9DDE0
8#E6E8EA
9#F2F4F5
Tones
Muted variations
1#838D96
2#848D95
3#858C93
4#868C92
5#878C91
6#888C90
7#898C8F
8#8A8C8E
9#8B8C8D
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 | DBDE #DBDEE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BFC5 #BFC5CA | BordersInactive statesPlaceholder text |
| 400 | 9EA6 #9EA6AE | Disabled statesSecondary iconsMuted text |
| 500 | 828D #828D97 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6671 #66717A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 515A #515A61 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A40 #3A4045 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2529 #25292C | Primary textHigh emphasis contentDark headings |
| 950 | 171A #171A1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F7F7F8;
--slate-gray-100: #ECEDEF;
--slate-gray-200: #DBDEE1;
--slate-gray-300: #BFC5CA;
--slate-gray-400: #9EA6AE;
--slate-gray-500: #828D97;
--slate-gray-600: #66717A;
--slate-gray-700: #515A61;
--slate-gray-800: #3A4045;
--slate-gray-900: #25292C;
--slate-gray-950: #171A1C;
}