Slate Gray

#588489

Cyan

Color Codes

All color formats for development

HEX
#588489
RGB
rgb(88, 132, 137)
HSL
hsl(186, 22%, 44%)
OKLCH
oklch(0.583 0.049 204.9)
CMYK
cmyk(36%, 4%, 0%, 46%)

Accessibility

WCAG contrast compliance

On White Background

4.14:1

AA AAA

On Black Background

5.08:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F9
100
#E9F0
200
#D7E4
300
#B7CF
400
#92B5
500
#73A0
600
#5884
700
#4669
800
#324B
900
#2030
950
#141E

Shades

Darker variations

1#4F777B
2#466A6E
3#3D5C60
4#354F52
5#2C4244
6#233537
7#1A2829
8#121A1B
9#090D0E

Tints

Lighter variations

1#63959A
2#74A1A6
3#85ADB1
4#96B8BC
5#A8C4C7
6#B9D0D2
7#CBDCDE
8#DCE7E9
9#EEF3F4

Tones

Muted variations

1#5A8286
2#5C8084
3#5F7E81
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
D7E4
#D7E4E5
Secondary backgroundsInput backgroundsDividers
300
B7CF
#B7CFD1
BordersInactive statesPlaceholder text
400
92B5
#92B5B9
Disabled statesSecondary iconsMuted text
500
73A0
#73A0A5
Primary brand colorCTAsActive elementsLinks
600
5884
#588489
Hover statesFocus ringsPrimary buttons hover
700
4669
#46696D
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: #D7E4E5;
  --slate-gray-300: #B7CFD1;
  --slate-gray-400: #92B5B9;
  --slate-gray-500: #73A0A5;
  --slate-gray-600: #588489;
  --slate-gray-700: #46696D;
  --slate-gray-800: #324B4E;
  --slate-gray-900: #203032;
  --slate-gray-950: #141E1F;
}
Generate More ShadesCreate PaletteConvert Color