Slate Gray

#5E7D82

Cyan

Color Codes

All color formats for development

HEX
#5E7D82
RGB
rgb(94, 125, 130)
HSL
hsl(188, 16%, 44%)
OKLCH
oklch(0.568 0.036 208.4)
CMYK
cmyk(28%, 4%, 0%, 49%)

Accessibility

WCAG contrast compliance

On White Background

4.44:1

AA AAA

On Black Background

4.73:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EAEF
200
#D9E2
300
#BBCB
400
#97B0
500
#7A9A
600
#5E7D
700
#4B64
800
#3647
900
#222E
950
#151C

Shades

Darker variations

1#557175
2#4B6468
3#42585B
4#394B4E
5#2F3F41
6#263234
7#1C2627
8#13191A
9#090D0D

Tints

Lighter variations

1#6A8D93
2#7A9A9F
3#8BA7AB
4#9CB3B7
5#ACC0C3
6#BDCDCF
7#CDD9DB
8#DEE6E7
9#EEF2F3

Tones

Muted variations

1#607C80
2#627B7F
3#64797D
4#65787B
5#677779
6#697577
7#6B7476
8#6D7374
9#6E7272

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F8
#F6F8F9
BackgroundsSubtle highlightsCard backgrounds
100
EAEF
#EAEFF0
Light backgroundsTable row hoverSkeleton loading
200
D9E2
#D9E2E3
Secondary backgroundsInput backgroundsDividers
300
BBCB
#BBCBCE
BordersInactive statesPlaceholder text
400
97B0
#97B0B4
Disabled statesSecondary iconsMuted text
500
7A9A
#7A9A9F
Primary brand colorCTAsActive elementsLinks
600
5E7D
#5E7D82
Hover statesFocus ringsPrimary buttons hover
700
4B64
#4B6468
Active/pressed statesDark mode accentsSecondary text
800
3647
#36474A
Text on light backgroundsHeadingsStrong borders
900
222E
#222E2F
Primary textHigh emphasis contentDark headings
950
151C
#151C1E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F6F8F9;
  --slate-gray-100: #EAEFF0;
  --slate-gray-200: #D9E2E3;
  --slate-gray-300: #BBCBCE;
  --slate-gray-400: #97B0B4;
  --slate-gray-500: #7A9A9F;
  --slate-gray-600: #5E7D82;
  --slate-gray-700: #4B6468;
  --slate-gray-800: #36474A;
  --slate-gray-900: #222E2F;
  --slate-gray-950: #151C1E;
}
Generate More ShadesCreate PaletteConvert Color