Slate Gray

#828797

Gray

Color Codes

All color formats for development

HEX
#828797
RGB
rgb(130, 135, 151)
HSL
hsl(226, 9%, 55%)
OKLCH
oklch(0.625 0.025 271.9)
CMYK
cmyk(14%, 11%, 0%, 41%)

Accessibility

WCAG contrast compliance

On White Background

3.58:1

AA AAA

On Black Background

5.86:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F7
100
#ECEC
200
#DBDC
300
#BFC2
400
#9EA1
500
#8287
600
#666B
700
#5155
800
#3A3D
900
#2527
950
#1718

Shades

Darker variations

1#73788A
2#666B7A
3#595D6B
4#4D505C
5#40434C
6#33353D
7#26282E
8#1A1B1F
9#0D0D0F

Tints

Lighter variations

1#8E93A1
2#9B9FAB
3#A7ABB6
4#B4B7C0
5#C0C3CB
6#CDCFD5
7#D9DBE0
8#E6E7EA
9#F2F3F5

Tones

Muted variations

1#838796
2#848895
3#858893
4#868992
5#878991
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
DBDC
#DBDCE1
Secondary backgroundsInput backgroundsDividers
300
BFC2
#BFC2CA
BordersInactive statesPlaceholder text
400
9EA1
#9EA1AE
Disabled statesSecondary iconsMuted text
500
8287
#828797
Primary brand colorCTAsActive elementsLinks
600
666B
#666B7A
Hover statesFocus ringsPrimary buttons hover
700
5155
#515561
Active/pressed statesDark mode accentsSecondary text
800
3A3D
#3A3D45
Text on light backgroundsHeadingsStrong borders
900
2527
#25272C
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: #BFC2CA;
  --slate-gray-400: #9EA1AE;
  --slate-gray-500: #828797;
  --slate-gray-600: #666B7A;
  --slate-gray-700: #515561;
  --slate-gray-800: #3A3D45;
  --slate-gray-900: #25272C;
  --slate-gray-950: #17181C;
}
Generate More ShadesCreate PaletteConvert Color