Slate Gray

#587889

Blue

Color Codes

All color formats for development

HEX
#587889
RGB
rgb(88, 120, 137)
HSL
hsl(201, 22%, 44%)
OKLCH
oklch(0.555 0.045 231.8)
CMYK
cmyk(36%, 12%, 0%, 46%)

Accessibility

WCAG contrast compliance

On White Background

4.71:1

AA AAA

On Black Background

4.46:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#E9EE
200
#D7E0
300
#B7C8
400
#92AC
500
#7394
600
#5878
700
#465F
800
#3244
900
#202B
950
#141B

Shades

Darker variations

1#4F6C7B
2#46606E
3#3D5460
4#354852
5#2C3C44
6#233037
7#1A2429
8#12181B
9#090C0E

Tints

Lighter variations

1#63879A
2#7494A6
3#85A2B1
4#96AFBC
5#A8BCC7
6#B9CAD2
7#CBD7DE
8#DCE4E9
9#EEF2F4

Tones

Muted variations

1#5A7786
2#5C7684
3#5F7581
4#61757F
5#64747D
6#66737A
7#697278
8#6B7275
9#6E7173

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F8
#F6F8F9
BackgroundsSubtle highlightsCard backgrounds
100
E9EE
#E9EEF1
Light backgroundsTable row hoverSkeleton loading
200
D7E0
#D7E0E5
Secondary backgroundsInput backgroundsDividers
300
B7C8
#B7C8D1
BordersInactive statesPlaceholder text
400
92AC
#92ACB9
Disabled statesSecondary iconsMuted text
500
7394
#7394A5
Primary brand colorCTAsActive elementsLinks
600
5878
#587889
Hover statesFocus ringsPrimary buttons hover
700
465F
#465F6D
Active/pressed statesDark mode accentsSecondary text
800
3244
#32444E
Text on light backgroundsHeadingsStrong borders
900
202B
#202B32
Primary textHigh emphasis contentDark headings
950
141B
#141B1F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F6F8F9;
  --slate-gray-100: #E9EEF1;
  --slate-gray-200: #D7E0E5;
  --slate-gray-300: #B7C8D1;
  --slate-gray-400: #92ACB9;
  --slate-gray-500: #7394A5;
  --slate-gray-600: #587889;
  --slate-gray-700: #465F6D;
  --slate-gray-800: #32444E;
  --slate-gray-900: #202B32;
  --slate-gray-950: #141B1F;
}
Generate More ShadesCreate PaletteConvert Color