Slate Gray

#7896A1

Blue

Color Codes

All color formats for development

HEX
#7896A1
RGB
rgb(120, 150, 161)
HSL
hsl(196, 18%, 55%)
OKLCH
oklch(0.654 0.037 222.2)
CMYK
cmyk(25%, 7%, 0%, 37%)

Accessibility

WCAG contrast compliance

On White Background

3.15: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
#96AD
500
#7896
600
#5C7A
700
#4961
800
#3445
900
#212C
950
#151C

Shades

Darker variations

1#688995
2#5C7A84
3#516A74
4#455B63
5#3A4C53
6#2E3D42
7#232E32
8#171E21
9#0C0F11

Tints

Lighter variations

1#85A0AA
2#93ABB4
3#A0B5BD
4#AEC0C7
5#BBCAD0
6#C9D5D9
7#D6DFE3
8#E4EAEC
9#F1F4F6

Tones

Muted variations

1#7A959F
2#7C949D
3#7E939B
4#809299
5#829197
6#849095
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
#D8E1E4
Secondary backgroundsInput backgroundsDividers
300
BAC9
#BAC9CF
BordersInactive statesPlaceholder text
400
96AD
#96ADB6
Disabled statesSecondary iconsMuted text
500
7896
#7896A1
Primary brand colorCTAsActive elementsLinks
600
5C7A
#5C7A84
Hover statesFocus ringsPrimary buttons hover
700
4961
#496169
Active/pressed statesDark mode accentsSecondary text
800
3445
#34454B
Text on light backgroundsHeadingsStrong borders
900
212C
#212C30
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: #D8E1E4;
  --slate-gray-300: #BAC9CF;
  --slate-gray-400: #96ADB6;
  --slate-gray-500: #7896A1;
  --slate-gray-600: #5C7A84;
  --slate-gray-700: #496169;
  --slate-gray-800: #34454B;
  --slate-gray-900: #212C30;
  --slate-gray-950: #151C1E;
}
Generate More ShadesCreate PaletteConvert Color