Slate Gray
#828297
GrayColor Codes
All color formats for development
HEX
#828297RGB
rgb(130, 130, 151)HSL
hsl(240, 9%, 55%)OKLCH
oklch(0.614 0.031 285.4)CMYK
cmyk(14%, 14%, 0%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#73738A
2#66667A
3#59596B
4#4D4D5C
5#40404C
6#33333D
7#26262E
8#1A1A1F
9#0D0D0F
Tints
Lighter variations
1#8E8EA1
2#9B9BAB
3#A7A7B6
4#B4B4C0
5#C0C0CB
6#CDCDD5
7#D9D9E0
8#E6E6EA
9#F2F2F5
Tones
Muted variations
1#838396
2#848495
3#858593
4#868692
5#878791
6#888890
7#89898F
8#8A8A8E
9#8B8B8D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F7 #F7F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECEC #ECECEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBDB #DBDBE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BFBF #BFBFCA | BordersInactive statesPlaceholder text |
| 400 | 9E9E #9E9EAE | Disabled statesSecondary iconsMuted text |
| 500 | 8282 #828297 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6666 #66667A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5151 #515161 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A3A #3A3A45 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2525 #25252C | Primary textHigh emphasis contentDark headings |
| 950 | 1717 #17171C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F7F7F8;
--slate-gray-100: #ECECEF;
--slate-gray-200: #DBDBE1;
--slate-gray-300: #BFBFCA;
--slate-gray-400: #9E9EAE;
--slate-gray-500: #828297;
--slate-gray-600: #66667A;
--slate-gray-700: #515161;
--slate-gray-800: #3A3A45;
--slate-gray-900: #25252C;
--slate-gray-950: #17171C;
}