Slate Gray

#828E97

Gray

Color Codes

All color formats for development

HEX
#828E97
RGB
rgb(130, 142, 151)
HSL
hsl(206, 9%, 55%)
OKLCH
oklch(0.64 0.019 240.2)
CMYK
cmyk(14%, 6%, 0%, 41%)

Accessibility

WCAG contrast compliance

On White Background

3.35:1

AA AAA

On Black Background

6.27:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F7
100
#ECED
200
#DBDE
300
#BFC5
400
#9EA7
500
#828E
600
#6672
700
#515A
800
#3A41
900
#2529
950
#171A

Shades

Darker variations

1#73808A
2#66727A
3#59636B
4#4D555C
5#40474C
6#33393D
7#262B2E
8#1A1C1F
9#0D0E0F

Tints

Lighter variations

1#8E99A1
2#9BA4AB
3#A7B0B6
4#B4BBC0
5#C0C6CB
6#CDD2D5
7#D9DDE0
8#E6E8EA
9#F2F4F5

Tones

Muted variations

1#838D96
2#848D95
3#858D93
4#868D92
5#878D91
6#888D90
7#898D8F
8#8A8D8E
9#8B8C8D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F7
#F7F7F8
BackgroundsSubtle highlightsCard backgrounds
100
ECED
#ECEDEF
Light backgroundsTable row hoverSkeleton loading
200
DBDE
#DBDEE1
Secondary backgroundsInput backgroundsDividers
300
BFC5
#BFC5CA
BordersInactive statesPlaceholder text
400
9EA7
#9EA7AE
Disabled statesSecondary iconsMuted text
500
828E
#828E97
Primary brand colorCTAsActive elementsLinks
600
6672
#66727A
Hover statesFocus ringsPrimary buttons hover
700
515A
#515A61
Active/pressed statesDark mode accentsSecondary text
800
3A41
#3A4145
Text on light backgroundsHeadingsStrong borders
900
2529
#25292C
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: #F7F7F8;
  --slate-gray-100: #ECEDEF;
  --slate-gray-200: #DBDEE1;
  --slate-gray-300: #BFC5CA;
  --slate-gray-400: #9EA7AE;
  --slate-gray-500: #828E97;
  --slate-gray-600: #66727A;
  --slate-gray-700: #515A61;
  --slate-gray-800: #3A4145;
  --slate-gray-900: #25292C;
  --slate-gray-950: #171A1C;
}
Generate More ShadesCreate PaletteConvert Color