Slate Gray

#597188

Blue

Color Codes

All color formats for development

HEX
#597188
RGB
rgb(89, 113, 136)
HSL
hsl(209, 21%, 44%)
OKLCH
oklch(0.538 0.046 247.6)
CMYK
cmyk(35%, 17%, 0%, 47%)

Accessibility

WCAG contrast compliance

On White Background

5.07:1

AA AAA

On Black Background

4.14:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#E9ED
200
#D7DE
300
#B8C5
400
#93A6
500
#748D
600
#5971
700
#475A
800
#3240
900
#2029
950
#141A

Shades

Darker variations

1#50667A
2#475A6D
3#3E4F5F
4#354451
5#2C3844
6#232D36
7#1B2229
8#12171B
9#090B0E

Tints

Lighter variations

1#647F99
2#758EA5
3#869CB0
4#97AABB
5#A9B8C7
6#BAC6D2
7#CBD4DD
8#DCE3E8
9#EEF1F4

Tones

Muted variations

1#5B7185
2#5D7183
3#607181
4#62717E
5#64717C
6#67717A
7#697077
8#6B7075
9#6E7073

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F7
#F6F7F9
BackgroundsSubtle highlightsCard backgrounds
100
E9ED
#E9EDF1
Light backgroundsTable row hoverSkeleton loading
200
D7DE
#D7DEE5
Secondary backgroundsInput backgroundsDividers
300
B8C5
#B8C5D1
BordersInactive statesPlaceholder text
400
93A6
#93A6B8
Disabled statesSecondary iconsMuted text
500
748D
#748DA4
Primary brand colorCTAsActive elementsLinks
600
5971
#597188
Hover statesFocus ringsPrimary buttons hover
700
475A
#475A6C
Active/pressed statesDark mode accentsSecondary text
800
3240
#32404D
Text on light backgroundsHeadingsStrong borders
900
2029
#202931
Primary textHigh emphasis contentDark headings
950
141A
#141A1F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F6F7F9;
  --slate-gray-100: #E9EDF1;
  --slate-gray-200: #D7DEE5;
  --slate-gray-300: #B8C5D1;
  --slate-gray-400: #93A6B8;
  --slate-gray-500: #748DA4;
  --slate-gray-600: #597188;
  --slate-gray-700: #475A6C;
  --slate-gray-800: #32404D;
  --slate-gray-900: #202931;
  --slate-gray-950: #141A1F;
}
Generate More ShadesCreate PaletteConvert Color