Slate Gray

#588389

Cyan

Color Codes

All color formats for development

HEX
#588389
RGB
rgb(88, 131, 137)
HSL
hsl(187, 22%, 44%)
OKLCH
oklch(0.581 0.048 206.9)
CMYK
cmyk(36%, 4%, 0%, 46%)

Accessibility

WCAG contrast compliance

On White Background

4.18:1

AA AAA

On Black Background

5.02:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F9
100
#E9F0
200
#D7E3
300
#B7CE
400
#92B5
500
#73A0
600
#5883
700
#4668
800
#324B
900
#2030
950
#141E

Shades

Darker variations

1#4F767B
2#46696E
3#3D5C60
4#354F52
5#2C4244
6#233437
7#1A2729
8#121A1B
9#090D0E

Tints

Lighter variations

1#63949A
2#74A0A6
3#85ACB1
4#96B8BC
5#A8C4C7
6#B9D0D2
7#CBDBDE
8#DCE7E9
9#EEF3F4

Tones

Muted variations

1#5A8186
2#5C7F84
3#5F7D81
4#617C7F
5#647A7D
6#66787A
7#697678
8#6B7475
9#6E7273

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F9
#F6F9F9
BackgroundsSubtle highlightsCard backgrounds
100
E9F0
#E9F0F1
Light backgroundsTable row hoverSkeleton loading
200
D7E3
#D7E3E5
Secondary backgroundsInput backgroundsDividers
300
B7CE
#B7CED1
BordersInactive statesPlaceholder text
400
92B5
#92B5B9
Disabled statesSecondary iconsMuted text
500
73A0
#73A0A5
Primary brand colorCTAsActive elementsLinks
600
5883
#588389
Hover statesFocus ringsPrimary buttons hover
700
4668
#46686D
Active/pressed statesDark mode accentsSecondary text
800
324B
#324B4E
Text on light backgroundsHeadingsStrong borders
900
2030
#203032
Primary textHigh emphasis contentDark headings
950
141E
#141E1F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F6F9F9;
  --slate-gray-100: #E9F0F1;
  --slate-gray-200: #D7E3E5;
  --slate-gray-300: #B7CED1;
  --slate-gray-400: #92B5B9;
  --slate-gray-500: #73A0A5;
  --slate-gray-600: #588389;
  --slate-gray-700: #46686D;
  --slate-gray-800: #324B4E;
  --slate-gray-900: #203032;
  --slate-gray-950: #141E1F;
}
Generate More ShadesCreate PaletteConvert Color