Slate Gray

#829797

Gray

Color Codes

All color formats for development

HEX
#829797
RGB
rgb(130, 151, 151)
HSL
hsl(180, 9%, 55%)
OKLCH
oklch(0.66 0.024 196.6)
CMYK
cmyk(14%, 0%, 0%, 41%)

Accessibility

WCAG contrast compliance

On White Background

3.08:1

AA AAA

On Black Background

6.82:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F8
100
#ECEF
200
#DBE1
300
#BFCA
400
#9EAE
500
#8297
600
#667A
700
#5161
800
#3A45
900
#252C
950
#171C

Shades

Darker variations

1#738A8A
2#667A7A
3#596B6B
4#4D5C5C
5#404C4C
6#333D3D
7#262E2E
8#1A1F1F
9#0D0F0F

Tints

Lighter variations

1#8EA1A1
2#9BABAB
3#A7B6B6
4#B4C0C0
5#C0CBCB
6#CDD5D5
7#D9E0E0
8#E6EAEA
9#F2F5F5

Tones

Muted variations

1#839696
2#849595
3#859393
4#869292
5#879191
6#889090
7#898F8F
8#8A8E8E
9#8B8D8D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F8
#F7F8F8
BackgroundsSubtle highlightsCard backgrounds
100
ECEF
#ECEFEF
Light backgroundsTable row hoverSkeleton loading
200
DBE1
#DBE1E1
Secondary backgroundsInput backgroundsDividers
300
BFCA
#BFCACA
BordersInactive statesPlaceholder text
400
9EAE
#9EAEAE
Disabled statesSecondary iconsMuted text
500
8297
#829797
Primary brand colorCTAsActive elementsLinks
600
667A
#667A7A
Hover statesFocus ringsPrimary buttons hover
700
5161
#516161
Active/pressed statesDark mode accentsSecondary text
800
3A45
#3A4545
Text on light backgroundsHeadingsStrong borders
900
252C
#252C2C
Primary textHigh emphasis contentDark headings
950
171C
#171C1C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F7F8F8;
  --slate-gray-100: #ECEFEF;
  --slate-gray-200: #DBE1E1;
  --slate-gray-300: #BFCACA;
  --slate-gray-400: #9EAEAE;
  --slate-gray-500: #829797;
  --slate-gray-600: #667A7A;
  --slate-gray-700: #516161;
  --slate-gray-800: #3A4545;
  --slate-gray-900: #252C2C;
  --slate-gray-950: #171C1C;
}
Generate More ShadesCreate PaletteConvert Color