Slate Gray

#808D99

Blue

Color Codes

All color formats for development

HEX
#808D99
RGB
rgb(128, 141, 153)
HSL
hsl(209, 11%, 55%)
OKLCH
oklch(0.637 0.024 246)
CMYK
cmyk(16%, 8%, 0%, 40%)

Accessibility

WCAG contrast compliance

On White Background

3.39:1

AA AAA

On Black Background

6.19:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F7
100
#EBED
200
#DADE
300
#BEC5
400
#9CA6
500
#808D
600
#6471
700
#4F5A
800
#3940
900
#2429
950
#171A

Shades

Darker variations

1#707F8C
2#64717D
3#57636D
4#4B545D
5#3E464E
6#32383E
7#252A2F
8#191C1F
9#0C0E10

Tints

Lighter variations

1#8C98A3
2#99A4AD
3#A6AFB8
4#B3BAC2
5#BFC6CC
6#CCD1D6
7#D9DDE0
8#E6E8EB
9#F2F4F5

Tones

Muted variations

1#818D98
2#828D96
3#838D95
4#858D94
5#868C93
6#878C91
7#888C90
8#8A8C8F
9#8B8C8E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F7
#F7F7F8
BackgroundsSubtle highlightsCard backgrounds
100
EBED
#EBEDEF
Light backgroundsTable row hoverSkeleton loading
200
DADE
#DADEE1
Secondary backgroundsInput backgroundsDividers
300
BEC5
#BEC5CB
BordersInactive statesPlaceholder text
400
9CA6
#9CA6B0
Disabled statesSecondary iconsMuted text
500
808D
#808D99
Primary brand colorCTAsActive elementsLinks
600
6471
#64717D
Hover statesFocus ringsPrimary buttons hover
700
4F5A
#4F5A63
Active/pressed statesDark mode accentsSecondary text
800
3940
#394047
Text on light backgroundsHeadingsStrong borders
900
2429
#24292D
Primary textHigh emphasis contentDark headings
950
171A
#171A1C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F7F7F8;
  --slate-gray-100: #EBEDEF;
  --slate-gray-200: #DADEE1;
  --slate-gray-300: #BEC5CB;
  --slate-gray-400: #9CA6B0;
  --slate-gray-500: #808D99;
  --slate-gray-600: #64717D;
  --slate-gray-700: #4F5A63;
  --slate-gray-800: #394047;
  --slate-gray-900: #24292D;
  --slate-gray-950: #171A1C;
}
Generate More ShadesCreate PaletteConvert Color