Slate Gray
#828C97
GrayColor Codes
All color formats for development
HEX
#828C97RGB
rgb(130, 140, 151)HSL
hsl(211, 9%, 55%)OKLCH
oklch(0.636 0.02 250.7)CMYK
cmyk(14%, 7%, 0%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#737E8A
2#66707A
3#59626B
4#4D545C
5#40464C
6#33383D
7#262A2E
8#1A1C1F
9#0D0E0F
Tints
Lighter variations
1#8E97A1
2#9BA3AB
3#A7AEB6
4#B4BAC0
5#C0C5CB
6#CDD1D5
7#D9DCE0
8#E6E8EA
9#F2F3F5
Tones
Muted variations
1#838C96
2#848C95
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 | BFC4 #BFC4CA | BordersInactive statesPlaceholder text |
| 400 | 9EA5 #9EA5AE | Disabled statesSecondary iconsMuted text |
| 500 | 828C #828C97 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6670 #66707A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5159 #515961 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A40 #3A4045 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2529 #25292C | 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: #DBDEE1;
--slate-gray-300: #BFC4CA;
--slate-gray-400: #9EA5AE;
--slate-gray-500: #828C97;
--slate-gray-600: #66707A;
--slate-gray-700: #515961;
--slate-gray-800: #3A4045;
--slate-gray-900: #25292C;
--slate-gray-950: #17191C;
}