Slate Gray

#598488

Cyan

Color Codes

All color formats for development

HEX
#598488
RGB
rgb(89, 132, 136)
HSL
hsl(185, 21%, 44%)
OKLCH
oklch(0.584 0.048 203.3)
CMYK
cmyk(35%, 3%, 0%, 47%)

Accessibility

WCAG contrast compliance

On White Background

4.13: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
#B8CF
400
#93B5
500
#74A0
600
#5984
700
#4769
800
#324B
900
#2030
950
#141E

Shades

Darker variations

1#50777A
2#47696D
3#3E5C5F
4#354F51
5#2C4244
6#233536
7#1B2829
8#121A1B
9#090D0E

Tints

Lighter variations

1#649599
2#75A1A5
3#86ADB0
4#97B8BB
5#A9C4C7
6#BAD0D2
7#CBDCDD
8#DCE7E8
9#EEF3F4

Tones

Muted variations

1#5B8285
2#5D8083
3#607E81
4#627C7E
5#647A7C
6#67787A
7#697677
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
B8CF
#B8CFD1
BordersInactive statesPlaceholder text
400
93B5
#93B5B8
Disabled statesSecondary iconsMuted text
500
74A0
#74A0A4
Primary brand colorCTAsActive elementsLinks
600
5984
#598488
Hover statesFocus ringsPrimary buttons hover
700
4769
#47696C
Active/pressed statesDark mode accentsSecondary text
800
324B
#324B4D
Text on light backgroundsHeadingsStrong borders
900
2030
#203031
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: #B8CFD1;
  --slate-gray-400: #93B5B8;
  --slate-gray-500: #74A0A4;
  --slate-gray-600: #598488;
  --slate-gray-700: #47696C;
  --slate-gray-800: #324B4D;
  --slate-gray-900: #203031;
  --slate-gray-950: #141E1F;
}
Generate More ShadesCreate PaletteConvert Color