Slate Gray

#587D89

Blue

Color Codes

All color formats for development

HEX
#587D89
RGB
rgb(88, 125, 137)
HSL
hsl(195, 22%, 44%)
OKLCH
oklch(0.566 0.045 220)
CMYK
cmyk(36%, 9%, 0%, 46%)

Accessibility

WCAG contrast compliance

On White Background

4.46:1

AA AAA

On Black Background

4.71:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#E9EF
200
#D7E1
300
#B7CB
400
#92B0
500
#7399
600
#587D
700
#4663
800
#3247
900
#202D
950
#141C

Shades

Darker variations

1#4F707B
2#46646E
3#3D5760
4#354B52
5#2C3E44
6#233237
7#1A2529
8#12191B
9#090C0E

Tints

Lighter variations

1#638C9A
2#7499A6
3#85A6B1
4#96B3BC
5#A8BFC7
6#B9CCD2
7#CBD9DE
8#DCE6E9
9#EEF2F4

Tones

Muted variations

1#5A7B86
2#5C7A84
3#5F7981
4#61787F
5#64767D
6#66757A
7#697478
8#6B7375
9#6E7173

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
B7CB
#B7CBD1
BordersInactive statesPlaceholder text
400
92B0
#92B0B9
Disabled statesSecondary iconsMuted text
500
7399
#7399A5
Primary brand colorCTAsActive elementsLinks
600
587D
#587D89
Hover statesFocus ringsPrimary buttons hover
700
4663
#46636D
Active/pressed statesDark mode accentsSecondary text
800
3247
#32474E
Text on light backgroundsHeadingsStrong borders
900
202D
#202D32
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: #B7CBD1;
  --slate-gray-400: #92B0B9;
  --slate-gray-500: #7399A5;
  --slate-gray-600: #587D89;
  --slate-gray-700: #46636D;
  --slate-gray-800: #32474E;
  --slate-gray-900: #202D32;
  --slate-gray-950: #141C1F;
}
Generate More ShadesCreate PaletteConvert Color