Slate Gray

#809199

Blue

Color Codes

All color formats for development

HEX
#809199
RGB
rgb(128, 145, 153)
HSL
hsl(199, 11%, 55%)
OKLCH
oklch(0.646 0.023 227.7)
CMYK
cmyk(16%, 5%, 0%, 40%)

Accessibility

WCAG contrast compliance

On White Background

3.27:1

AA AAA

On Black Background

6.43:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F8
100
#EBEE
200
#DADF
300
#BEC7
400
#9CA9
500
#8091
600
#6475
700
#4F5D
800
#3942
900
#242A
950
#171B

Shades

Darker variations

1#70838C
2#64757D
3#57666D
4#4B585D
5#3E494E
6#323A3E
7#252C2F
8#191D1F
9#0C0F10

Tints

Lighter variations

1#8C9CA3
2#99A7AD
3#A6B2B8
4#B3BDC2
5#BFC8CC
6#CCD3D6
7#D9DEE0
8#E6E9EB
9#F2F4F5

Tones

Muted variations

1#819098
2#829096
3#838F95
4#858F94
5#868F93
6#878E91
7#888E90
8#8A8D8F
9#8B8D8E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F8
#F7F8F8
BackgroundsSubtle highlightsCard backgrounds
100
EBEE
#EBEEEF
Light backgroundsTable row hoverSkeleton loading
200
DADF
#DADFE1
Secondary backgroundsInput backgroundsDividers
300
BEC7
#BEC7CB
BordersInactive statesPlaceholder text
400
9CA9
#9CA9B0
Disabled statesSecondary iconsMuted text
500
8091
#809199
Primary brand colorCTAsActive elementsLinks
600
6475
#64757D
Hover statesFocus ringsPrimary buttons hover
700
4F5D
#4F5D63
Active/pressed statesDark mode accentsSecondary text
800
3942
#394247
Text on light backgroundsHeadingsStrong borders
900
242A
#242A2D
Primary textHigh emphasis contentDark headings
950
171B
#171B1C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F7F8F8;
  --slate-gray-100: #EBEEEF;
  --slate-gray-200: #DADFE1;
  --slate-gray-300: #BEC7CB;
  --slate-gray-400: #9CA9B0;
  --slate-gray-500: #809199;
  --slate-gray-600: #64757D;
  --slate-gray-700: #4F5D63;
  --slate-gray-800: #394247;
  --slate-gray-900: #242A2D;
  --slate-gray-950: #171B1C;
}
Generate More ShadesCreate PaletteConvert Color