Slate Gray

#587E89

Cyan

Color Codes

All color formats for development

HEX
#587E89
RGB
rgb(88, 126, 137)
HSL
hsl(193, 22%, 44%)
OKLCH
oklch(0.569 0.046 217.7)
CMYK
cmyk(36%, 8%, 0%, 46%)

Accessibility

WCAG contrast compliance

On White Background

4.41:1

AA AAA

On Black Background

4.76:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#E9EF
200
#D7E2
300
#B7CC
400
#92B1
500
#739B
600
#587E
700
#4664
800
#3248
900
#202E
950
#141D

Shades

Darker variations

1#4F727B
2#46656E
3#3D5860
4#354C52
5#2C3F44
6#233237
7#1A2629
8#12191B
9#090D0E

Tints

Lighter variations

1#638E9A
2#749BA6
3#85A8B1
4#96B4BC
5#A8C1C7
6#B9CDD2
7#CBDADE
8#DCE6E9
9#EEF3F4

Tones

Muted variations

1#5A7D86
2#5C7B84
3#5F7A81
4#61797F
5#64777D
6#66767A
7#697478
8#6B7375
9#6E7273

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
D7E2
#D7E2E5
Secondary backgroundsInput backgroundsDividers
300
B7CC
#B7CCD1
BordersInactive statesPlaceholder text
400
92B1
#92B1B9
Disabled statesSecondary iconsMuted text
500
739B
#739BA5
Primary brand colorCTAsActive elementsLinks
600
587E
#587E89
Hover statesFocus ringsPrimary buttons hover
700
4664
#46646D
Active/pressed statesDark mode accentsSecondary text
800
3248
#32484E
Text on light backgroundsHeadingsStrong borders
900
202E
#202E32
Primary textHigh emphasis contentDark headings
950
141D
#141D1F
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: #D7E2E5;
  --slate-gray-300: #B7CCD1;
  --slate-gray-400: #92B1B9;
  --slate-gray-500: #739BA5;
  --slate-gray-600: #587E89;
  --slate-gray-700: #46646D;
  --slate-gray-800: #32484E;
  --slate-gray-900: #202E32;
  --slate-gray-950: #141D1F;
}
Generate More ShadesCreate PaletteConvert Color