Slate Gray

#829697

Gray

Color Codes

All color formats for development

HEX
#829697
RGB
rgb(130, 150, 151)
HSL
hsl(183, 9%, 55%)
OKLCH
oklch(0.658 0.023 200.3)
CMYK
cmyk(14%, 1%, 0%, 41%)

Accessibility

WCAG contrast compliance

On White Background

3.11:1

AA AAA

On Black Background

6.76:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F8
100
#ECEF
200
#DBE1
300
#BFC9
400
#9EAD
500
#8296
600
#6679
700
#5160
800
#3A45
900
#252C
950
#171C

Shades

Darker variations

1#73888A
2#66797A
3#596A6B
4#4D5B5C
5#404C4C
6#333D3D
7#262D2E
8#1A1E1F
9#0D0F0F

Tints

Lighter variations

1#8EA0A1
2#9BABAB
3#A7B5B6
4#B4C0C0
5#C0CACB
6#CDD5D5
7#D9DFE0
8#E6EAEA
9#F2F4F5

Tones

Muted variations

1#839596
2#849495
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
BFC9
#BFC9CA
BordersInactive statesPlaceholder text
400
9EAD
#9EADAE
Disabled statesSecondary iconsMuted text
500
8296
#829697
Primary brand colorCTAsActive elementsLinks
600
6679
#66797A
Hover statesFocus ringsPrimary buttons hover
700
5160
#516061
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: #BFC9CA;
  --slate-gray-400: #9EADAE;
  --slate-gray-500: #829697;
  --slate-gray-600: #66797A;
  --slate-gray-700: #516061;
  --slate-gray-800: #3A4545;
  --slate-gray-900: #252C2C;
  --slate-gray-950: #171C1C;
}
Generate More ShadesCreate PaletteConvert Color