Slate Gray

#7996A0

Blue

Color Codes

All color formats for development

HEX
#7996A0
RGB
rgb(121, 150, 160)
HSL
hsl(195, 17%, 55%)
OKLCH
oklch(0.654 0.036 220.8)
CMYK
cmyk(24%, 6%, 0%, 37%)

Accessibility

WCAG contrast compliance

On White Background

3.14:1

AA AAA

On Black Background

6.68:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EAEF
200
#D8E1
300
#BAC9
400
#97AD
500
#7996
600
#5D7A
700
#4A61
800
#3545
900
#222C
950
#151C

Shades

Darker variations

1#698994
2#5D7A83
3#516B73
4#465B62
5#3A4C52
6#2F3D42
7#232E31
8#171E21
9#0C0F10

Tints

Lighter variations

1#86A1A9
2#94ABB3
3#A1B6BC
4#AEC0C6
5#BCCBCF
6#C9D5D9
7#D7E0E2
8#E4EAEC
9#F2F5F5

Tones

Muted variations

1#7B959E
2#7D949C
3#7F939A
4#819298
5#829196
6#849094
7#868F92
8#888E90
9#8A8D8E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F8
#F6F8F9
BackgroundsSubtle highlightsCard backgrounds
100
EAEF
#EAEFF0
Light backgroundsTable row hoverSkeleton loading
200
D8E1
#D8E1E3
Secondary backgroundsInput backgroundsDividers
300
BAC9
#BAC9CE
BordersInactive statesPlaceholder text
400
97AD
#97ADB5
Disabled statesSecondary iconsMuted text
500
7996
#7996A0
Primary brand colorCTAsActive elementsLinks
600
5D7A
#5D7A83
Hover statesFocus ringsPrimary buttons hover
700
4A61
#4A6168
Active/pressed statesDark mode accentsSecondary text
800
3545
#35454B
Text on light backgroundsHeadingsStrong borders
900
222C
#222C30
Primary textHigh emphasis contentDark headings
950
151C
#151C1E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F6F8F9;
  --slate-gray-100: #EAEFF0;
  --slate-gray-200: #D8E1E3;
  --slate-gray-300: #BAC9CE;
  --slate-gray-400: #97ADB5;
  --slate-gray-500: #7996A0;
  --slate-gray-600: #5D7A83;
  --slate-gray-700: #4A6168;
  --slate-gray-800: #35454B;
  --slate-gray-900: #222C30;
  --slate-gray-950: #151C1E;
}
Generate More ShadesCreate PaletteConvert Color