Slate Gray
#829397
GrayColor Codes
All color formats for development
HEX
#829397RGB
rgb(130, 147, 151)HSL
hsl(191, 9%, 55%)OKLCH
oklch(0.651 0.02 213.5)CMYK
cmyk(14%, 3%, 0%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#73858A
2#66777A
3#59686B
4#4D595C
5#404A4C
6#333B3D
7#262C2E
8#1A1E1F
9#0D0F0F
Tints
Lighter variations
1#8E9EA1
2#9BA8AB
3#A7B3B6
4#B4BEC0
5#C0C9CB
6#CDD4D5
7#D9DFE0
8#E6E9EA
9#F2F4F5
Tones
Muted variations
1#839296
2#849195
3#859193
4#869092
5#879091
6#888F90
7#898E8F
8#8A8E8E
9#8B8D8D
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 | DBE0 #DBE0E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BFC8 #BFC8CA | BordersInactive statesPlaceholder text |
| 400 | 9EAB #9EABAE | Disabled statesSecondary iconsMuted text |
| 500 | 8293 #829397 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6677 #66777A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 515E #515E61 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A43 #3A4345 | Text on light backgroundsHeadingsStrong borders |
| 900 | 252B #252B2C | Primary textHigh emphasis contentDark headings |
| 950 | 171B #171B1C | 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: #DBE0E1;
--slate-gray-300: #BFC8CA;
--slate-gray-400: #9EABAE;
--slate-gray-500: #829397;
--slate-gray-600: #66777A;
--slate-gray-700: #515E61;
--slate-gray-800: #3A4345;
--slate-gray-900: #252B2C;
--slate-gray-950: #171B1C;
}