Slate Gray

#798AA0

Blue

Color Codes

All color formats for development

HEX
#798AA0
RGB
rgb(121, 138, 160)
HSL
hsl(214, 17%, 55%)
OKLCH
oklch(0.628 0.039 255)
CMYK
cmyk(24%, 14%, 0%, 37%)

Accessibility

WCAG contrast compliance

On White Background

3.53:1

AA AAA

On Black Background

5.96:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#EAED
200
#D8DD
300
#BAC3
400
#97A4
500
#798A
600
#5D6E
700
#4A57
800
#353E
900
#2228
950
#1519

Shades

Darker variations

1#697B94
2#5D6E83
3#516073
4#465262
5#3A4552
6#2F3742
7#232931
8#171B21
9#0C0E10

Tints

Lighter variations

1#8695A9
2#94A1B3
3#A1ADBC
4#AEB9C6
5#BCC4CF
6#C9D0D9
7#D7DCE2
8#E4E8EC
9#F2F3F5

Tones

Muted variations

1#7B8A9E
2#7D8A9C
3#7F8A9A
4#818B98
5#828B96
6#848B94
7#868B92
8#888C90
9#8A8C8E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F7
#F6F7F9
BackgroundsSubtle highlightsCard backgrounds
100
EAED
#EAEDF0
Light backgroundsTable row hoverSkeleton loading
200
D8DD
#D8DDE3
Secondary backgroundsInput backgroundsDividers
300
BAC3
#BAC3CE
BordersInactive statesPlaceholder text
400
97A4
#97A4B5
Disabled statesSecondary iconsMuted text
500
798A
#798AA0
Primary brand colorCTAsActive elementsLinks
600
5D6E
#5D6E83
Hover statesFocus ringsPrimary buttons hover
700
4A57
#4A5768
Active/pressed statesDark mode accentsSecondary text
800
353E
#353E4B
Text on light backgroundsHeadingsStrong borders
900
2228
#222830
Primary textHigh emphasis contentDark headings
950
1519
#15191E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F6F7F9;
  --slate-gray-100: #EAEDF0;
  --slate-gray-200: #D8DDE3;
  --slate-gray-300: #BAC3CE;
  --slate-gray-400: #97A4B5;
  --slate-gray-500: #798AA0;
  --slate-gray-600: #5D6E83;
  --slate-gray-700: #4A5768;
  --slate-gray-800: #353E4B;
  --slate-gray-900: #222830;
  --slate-gray-950: #15191E;
}
Generate More ShadesCreate PaletteConvert Color