Slate Gray

#587189

Blue

Color Codes

All color formats for development

HEX
#587189
RGB
rgb(88, 113, 137)
HSL
hsl(209, 22%, 44%)
OKLCH
oklch(0.538 0.048 247.7)
CMYK
cmyk(36%, 18%, 0%, 46%)

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
#B7C5
400
#92A6
500
#738D
600
#5871
700
#465A
800
#3240
900
#2029
950
#141A

Shades

Darker variations

1#4F667B
2#465A6E
3#3D4F60
4#354452
5#2C3944
6#232D37
7#1A2229
8#12171B
9#090B0E

Tints

Lighter variations

1#637F9A
2#748EA6
3#859CB1
4#96AABC
5#A8B8C7
6#B9C6D2
7#CBD4DE
8#DCE3E9
9#EEF1F4

Tones

Muted variations

1#5A7186
2#5C7184
3#5F7181
4#61717F
5#64717D
6#66717A
7#697078
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
B7C5
#B7C5D1
BordersInactive statesPlaceholder text
400
92A6
#92A6B9
Disabled statesSecondary iconsMuted text
500
738D
#738DA5
Primary brand colorCTAsActive elementsLinks
600
5871
#587189
Hover statesFocus ringsPrimary buttons hover
700
465A
#465A6D
Active/pressed statesDark mode accentsSecondary text
800
3240
#32404E
Text on light backgroundsHeadingsStrong borders
900
2029
#202932
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: #B7C5D1;
  --slate-gray-400: #92A6B9;
  --slate-gray-500: #738DA5;
  --slate-gray-600: #587189;
  --slate-gray-700: #465A6D;
  --slate-gray-800: #32404E;
  --slate-gray-900: #202932;
  --slate-gray-950: #141A1F;
}
Generate More ShadesCreate PaletteConvert Color