Slate Gray

#829197

Gray

Color Codes

All color formats for development

HEX
#829197
RGB
rgb(130, 145, 151)
HSL
hsl(197, 9%, 55%)
OKLCH
oklch(0.647 0.02 223.7)
CMYK
cmyk(14%, 4%, 0%, 41%)

Accessibility

WCAG contrast compliance

On White Background

3.26:1

AA AAA

On Black Background

6.45:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F8
100
#ECEE
200
#DBDF
300
#BFC7
400
#9EA9
500
#8291
600
#6675
700
#515D
800
#3A42
900
#252A
950
#171A

Shades

Darker variations

1#73838A
2#66757A
3#59666B
4#4D575C
5#40494C
6#333A3D
7#262C2E
8#1A1D1F
9#0D0F0F

Tints

Lighter variations

1#8E9CA1
2#9BA7AB
3#A7B2B6
4#B4BDC0
5#C0C8CB
6#CDD3D5
7#D9DEE0
8#E6E9EA
9#F2F4F5

Tones

Muted variations

1#839096
2#849095
3#858F93
4#868F92
5#878E91
6#888E90
7#898E8F
8#8A8D8E
9#8B8D8D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F8
#F7F8F8
BackgroundsSubtle highlightsCard backgrounds
100
ECEE
#ECEEEF
Light backgroundsTable row hoverSkeleton loading
200
DBDF
#DBDFE1
Secondary backgroundsInput backgroundsDividers
300
BFC7
#BFC7CA
BordersInactive statesPlaceholder text
400
9EA9
#9EA9AE
Disabled statesSecondary iconsMuted text
500
8291
#829197
Primary brand colorCTAsActive elementsLinks
600
6675
#66757A
Hover statesFocus ringsPrimary buttons hover
700
515D
#515D61
Active/pressed statesDark mode accentsSecondary text
800
3A42
#3A4245
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: #BFC7CA;
  --slate-gray-400: #9EA9AE;
  --slate-gray-500: #829197;
  --slate-gray-600: #66757A;
  --slate-gray-700: #515D61;
  --slate-gray-800: #3A4245;
  --slate-gray-900: #252A2C;
  --slate-gray-950: #171A1C;
}
Generate More ShadesCreate PaletteConvert Color