Slate Gray
#828F97
GrayColor Codes
All color formats for development
HEX
#828F97RGB
rgb(130, 143, 151)HSL
hsl(203, 9%, 55%)OKLCH
oklch(0.642 0.019 234.7)CMYK
cmyk(14%, 5%, 0%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#73818A
2#66737A
3#59646B
4#4D565C
5#40484C
6#33393D
7#262B2E
8#1A1D1F
9#0D0E0F
Tints
Lighter variations
1#8E9AA1
2#9BA5AB
3#A7B0B6
4#B4BCC0
5#C0C7CB
6#CDD2D5
7#D9DDE0
8#E6E9EA
9#F2F4F5
Tones
Muted variations
1#838E96
2#848E95
3#858E93
4#868E92
5#878D91
6#888D90
7#898D8F
8#8A8D8E
9#8B8C8D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F8 #F7F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECEE #ECEEEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBDF #DBDFE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BFC6 #BFC6CA | BordersInactive statesPlaceholder text |
| 400 | 9EA8 #9EA8AE | Disabled statesSecondary iconsMuted text |
| 500 | 828F #828F97 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6673 #66737A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 515B #515B61 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A41 #3A4145 | Text on light backgroundsHeadingsStrong borders |
| 900 | 252A #252A2C | 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: #F7F8F8;
--slate-gray-100: #ECEEEF;
--slate-gray-200: #DBDFE1;
--slate-gray-300: #BFC6CA;
--slate-gray-400: #9EA8AE;
--slate-gray-500: #828F97;
--slate-gray-600: #66737A;
--slate-gray-700: #515B61;
--slate-gray-800: #3A4145;
--slate-gray-900: #252A2C;
--slate-gray-950: #171A1C;
}