Slate Gray
#828B97
GrayColor Codes
All color formats for development
HEX
#828B97RGB
rgb(130, 139, 151)HSL
hsl(214, 9%, 55%)OKLCH
oklch(0.633 0.021 255.6)CMYK
cmyk(14%, 8%, 0%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#737D8A
2#666F7A
3#59616B
4#4D535C
5#40454C
6#33373D
7#262A2E
8#1A1C1F
9#0D0E0F
Tints
Lighter variations
1#8E96A1
2#9BA2AB
3#A7AEB6
4#B4B9C0
5#C0C5CB
6#CDD1D5
7#D9DCE0
8#E6E8EA
9#F2F3F5
Tones
Muted variations
1#838B96
2#848B95
3#858B93
4#868B92
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 | DBDD #DBDDE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BFC4 #BFC4CA | BordersInactive statesPlaceholder text |
| 400 | 9EA5 #9EA5AE | Disabled statesSecondary iconsMuted text |
| 500 | 828B #828B97 | Primary brand colorCTAsActive elementsLinks |
| 600 | 666F #666F7A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5158 #515861 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A3F #3A3F45 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2528 #25282C | Primary textHigh emphasis contentDark headings |
| 950 | 1719 #17191C | 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: #DBDDE1;
--slate-gray-300: #BFC4CA;
--slate-gray-400: #9EA5AE;
--slate-gray-500: #828B97;
--slate-gray-600: #666F7A;
--slate-gray-700: #515861;
--slate-gray-800: #3A3F45;
--slate-gray-900: #25282C;
--slate-gray-950: #17191C;
}