Slate Gray

#828A97

Gray

Color Codes

All color formats for development

HEX
#828A97
RGB
rgb(130, 138, 151)
HSL
hsl(217, 9%, 55%)
OKLCH
oklch(0.631 0.022 260.2)
CMYK
cmyk(14%, 9%, 0%, 41%)

Accessibility

WCAG contrast compliance

On White Background

3.48:1

AA AAA

On Black Background

6.03:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F7
100
#ECED
200
#DBDD
300
#BFC3
400
#9EA4
500
#828A
600
#666E
700
#5157
800
#3A3E
900
#2528
950
#1719

Shades

Darker variations

1#737C8A
2#666E7A
3#59606B
4#4D525C
5#40454C
6#33373D
7#26292E
8#1A1B1F
9#0D0E0F

Tints

Lighter variations

1#8E96A1
2#9BA1AB
3#A7ADB6
4#B4B9C0
5#C0C4CB
6#CDD0D5
7#D9DCE0
8#E6E8EA
9#F2F3F5

Tones

Muted variations

1#838A96
2#848A95
3#858B93
4#868B92
5#878B91
6#888B90
7#898C8F
8#8A8C8E
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
DBDD
#DBDDE1
Secondary backgroundsInput backgroundsDividers
300
BFC3
#BFC3CA
BordersInactive statesPlaceholder text
400
9EA4
#9EA4AE
Disabled statesSecondary iconsMuted text
500
828A
#828A97
Primary brand colorCTAsActive elementsLinks
600
666E
#666E7A
Hover statesFocus ringsPrimary buttons hover
700
5157
#515761
Active/pressed statesDark mode accentsSecondary text
800
3A3E
#3A3E45
Text on light backgroundsHeadingsStrong borders
900
2528
#25282C
Primary textHigh emphasis contentDark headings
950
1719
#17191C
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: #DBDDE1;
  --slate-gray-300: #BFC3CA;
  --slate-gray-400: #9EA4AE;
  --slate-gray-500: #828A97;
  --slate-gray-600: #666E7A;
  --slate-gray-700: #515761;
  --slate-gray-800: #3A3E45;
  --slate-gray-900: #25282C;
  --slate-gray-950: #17191C;
}
Generate More ShadesCreate PaletteConvert Color