Slate Gray

#828597

Gray

Color Codes

All color formats for development

HEX
#828597
RGB
rgb(130, 133, 151)
HSL
hsl(231, 9%, 55%)
OKLCH
oklch(0.62 0.027 278.1)
CMYK
cmyk(14%, 12%, 0%, 41%)

Accessibility

WCAG contrast compliance

On White Background

3.65:1

AA AAA

On Black Background

5.75:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F7
100
#ECEC
200
#DBDC
300
#BFC1
400
#9EA0
500
#8285
600
#6669
700
#5154
800
#3A3C
900
#2526
950
#1718

Shades

Darker variations

1#73768A
2#66697A
3#595C6B
4#4D4F5C
5#40424C
6#33353D
7#26272E
8#1A1A1F
9#0D0D0F

Tints

Lighter variations

1#8E91A1
2#9B9DAB
3#A7AAB6
4#B4B6C0
5#C0C2CB
6#CDCED5
7#D9DAE0
8#E6E7EA
9#F2F3F5

Tones

Muted variations

1#838696
2#848695
3#858793
4#868892
5#878991
6#888990
7#898A8F
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
DBDC
#DBDCE1
Secondary backgroundsInput backgroundsDividers
300
BFC1
#BFC1CA
BordersInactive statesPlaceholder text
400
9EA0
#9EA0AE
Disabled statesSecondary iconsMuted text
500
8285
#828597
Primary brand colorCTAsActive elementsLinks
600
6669
#66697A
Hover statesFocus ringsPrimary buttons hover
700
5154
#515461
Active/pressed statesDark mode accentsSecondary text
800
3A3C
#3A3C45
Text on light backgroundsHeadingsStrong borders
900
2526
#25262C
Primary textHigh emphasis contentDark headings
950
1718
#17181C
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: #DBDCE1;
  --slate-gray-300: #BFC1CA;
  --slate-gray-400: #9EA0AE;
  --slate-gray-500: #828597;
  --slate-gray-600: #66697A;
  --slate-gray-700: #515461;
  --slate-gray-800: #3A3C45;
  --slate-gray-900: #25262C;
  --slate-gray-950: #17181C;
}
Generate More ShadesCreate PaletteConvert Color