Slate Gray

#828697

Gray

Color Codes

All color formats for development

HEX
#828697
RGB
rgb(130, 134, 151)
HSL
hsl(229, 9%, 55%)
OKLCH
oklch(0.622 0.026 275.1)
CMYK
cmyk(14%, 11%, 0%, 41%)

Accessibility

WCAG contrast compliance

On White Background

3.62:1

AA AAA

On Black Background

5.81: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
#9EA1
500
#8286
600
#666A
700
#5154
800
#3A3C
900
#2526
950
#1718

Shades

Darker variations

1#73778A
2#666A7A
3#595D6B
4#4D4F5C
5#40424C
6#33353D
7#26282E
8#1A1A1F
9#0D0D0F

Tints

Lighter variations

1#8E92A1
2#9B9EAB
3#A7AAB6
4#B4B6C0
5#C0C2CB
6#CDCED5
7#D9DBE0
8#E6E7EA
9#F2F3F5

Tones

Muted variations

1#838696
2#848795
3#858893
4#868892
5#878991
6#888A90
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
9EA1
#9EA1AE
Disabled statesSecondary iconsMuted text
500
8286
#828697
Primary brand colorCTAsActive elementsLinks
600
666A
#666A7A
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: #9EA1AE;
  --slate-gray-500: #828697;
  --slate-gray-600: #666A7A;
  --slate-gray-700: #515461;
  --slate-gray-800: #3A3C45;
  --slate-gray-900: #25262C;
  --slate-gray-950: #17181C;
}
Generate More ShadesCreate PaletteConvert Color