Slate Gray

#7396A5

Blue

Color Codes

All color formats for development

HEX
#7396A5
RGB
rgb(115, 150, 165)
HSL
hsl(198, 22%, 55%)
OKLCH
oklch(0.652 0.045 226.1)
CMYK
cmyk(30%, 9%, 0%, 35%)

Accessibility

WCAG contrast compliance

On White Background

3.17:1

AA AAA

On Black Background

6.63:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#E9EF
200
#D7E1
300
#B7CA
400
#92AE
500
#7396
600
#587A
700
#4661
800
#3245
900
#202C
950
#141C

Shades

Darker variations

1#62899A
2#587A89
3#4D6B78
4#425C67
5#374C56
6#2C3D44
7#212E33
8#161F22
9#0B0F11

Tints

Lighter variations

1#81A1AE
2#8FABB7
3#9DB6C0
4#ABC0C9
5#B9CBD2
6#C7D5DB
7#D5E0E4
8#E3EAED
9#F1F5F6

Tones

Muted variations

1#7695A3
2#7894A0
3#7B939E
4#7D929B
5#809199
6#829096
7#858F94
8#878E91
9#8A8D8F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F8
#F6F8F9
BackgroundsSubtle highlightsCard backgrounds
100
E9EF
#E9EFF1
Light backgroundsTable row hoverSkeleton loading
200
D7E1
#D7E1E5
Secondary backgroundsInput backgroundsDividers
300
B7CA
#B7CAD1
BordersInactive statesPlaceholder text
400
92AE
#92AEB9
Disabled statesSecondary iconsMuted text
500
7396
#7396A5
Primary brand colorCTAsActive elementsLinks
600
587A
#587A89
Hover statesFocus ringsPrimary buttons hover
700
4661
#46616D
Active/pressed statesDark mode accentsSecondary text
800
3245
#32454E
Text on light backgroundsHeadingsStrong borders
900
202C
#202C32
Primary textHigh emphasis contentDark headings
950
141C
#141C1F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F6F8F9;
  --slate-gray-100: #E9EFF1;
  --slate-gray-200: #D7E1E5;
  --slate-gray-300: #B7CAD1;
  --slate-gray-400: #92AEB9;
  --slate-gray-500: #7396A5;
  --slate-gray-600: #587A89;
  --slate-gray-700: #46616D;
  --slate-gray-800: #32454E;
  --slate-gray-900: #202C32;
  --slate-gray-950: #141C1F;
}
Generate More ShadesCreate PaletteConvert Color