Slate Gray

#828897

Gray

Color Codes

All color formats for development

HEX
#828897
RGB
rgb(130, 136, 151)
HSL
hsl(223, 9%, 55%)
OKLCH
oklch(0.627 0.024 268.3)
CMYK
cmyk(14%, 10%, 0%, 41%)

Accessibility

WCAG contrast compliance

On White Background

3.55:1

AA AAA

On Black Background

5.92:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F7
100
#ECEC
200
#DBDD
300
#BFC2
400
#9EA2
500
#8288
600
#666C
700
#5156
800
#3A3D
900
#2527
950
#1719

Shades

Darker variations

1#73798A
2#666C7A
3#595E6B
4#4D515C
5#40434C
6#33363D
7#26282E
8#1A1B1F
9#0D0D0F

Tints

Lighter variations

1#8E94A1
2#9BA0AB
3#A7ACB6
4#B4B7C0
5#C0C3CB
6#CDCFD5
7#D9DBE0
8#E6E7EA
9#F2F3F5

Tones

Muted variations

1#838896
2#848995
3#858993
4#868A92
5#878A91
6#888A90
7#898B8F
8#8A8B8E
9#8B8C8D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F7
#F7F7F8
BackgroundsSubtle highlightsCard backgrounds
100
ECEC
#ECECEF
Light backgroundsTable row hoverSkeleton loading
200
DBDD
#DBDDE1
Secondary backgroundsInput backgroundsDividers
300
BFC2
#BFC2CA
BordersInactive statesPlaceholder text
400
9EA2
#9EA2AE
Disabled statesSecondary iconsMuted text
500
8288
#828897
Primary brand colorCTAsActive elementsLinks
600
666C
#666C7A
Hover statesFocus ringsPrimary buttons hover
700
5156
#515661
Active/pressed statesDark mode accentsSecondary text
800
3A3D
#3A3D45
Text on light backgroundsHeadingsStrong borders
900
2527
#25272C
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: #ECECEF;
  --slate-gray-200: #DBDDE1;
  --slate-gray-300: #BFC2CA;
  --slate-gray-400: #9EA2AE;
  --slate-gray-500: #828897;
  --slate-gray-600: #666C7A;
  --slate-gray-700: #515661;
  --slate-gray-800: #3A3D45;
  --slate-gray-900: #25272C;
  --slate-gray-950: #17191C;
}
Generate More ShadesCreate PaletteConvert Color