Slate Gray

#5E7C82

Cyan

Color Codes

All color formats for development

HEX
#5E7C82
RGB
rgb(94, 124, 130)
HSL
hsl(190, 16%, 44%)
OKLCH
oklch(0.565 0.036 211.2)
CMYK
cmyk(28%, 5%, 0%, 49%)

Accessibility

WCAG contrast compliance

On White Background

4.49:1

AA AAA

On Black Background

4.68:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EAEF
200
#D9E1
300
#BBCB
400
#97AF
500
#7A98
600
#5E7C
700
#4B63
800
#3647
900
#222D
950
#151C

Shades

Darker variations

1#557075
2#4B6368
3#42575B
4#394B4E
5#2F3E41
6#263234
7#1C2527
8#13191A
9#090C0D

Tints

Lighter variations

1#6A8C93
2#7A999F
3#8BA6AB
4#9CB2B7
5#ACBFC3
6#BDCCCF
7#CDD9DB
8#DEE5E7
9#EEF2F3

Tones

Muted variations

1#607B80
2#627A7F
3#64797D
4#65777B
5#677679
6#697577
7#6B7476
8#6D7374
9#6E7172

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
D9E1
#D9E1E3
Secondary backgroundsInput backgroundsDividers
300
BBCB
#BBCBCE
BordersInactive statesPlaceholder text
400
97AF
#97AFB4
Disabled statesSecondary iconsMuted text
500
7A98
#7A989F
Primary brand colorCTAsActive elementsLinks
600
5E7C
#5E7C82
Hover statesFocus ringsPrimary buttons hover
700
4B63
#4B6368
Active/pressed statesDark mode accentsSecondary text
800
3647
#36474A
Text on light backgroundsHeadingsStrong borders
900
222D
#222D2F
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: #D9E1E3;
  --slate-gray-300: #BBCBCE;
  --slate-gray-400: #97AFB4;
  --slate-gray-500: #7A989F;
  --slate-gray-600: #5E7C82;
  --slate-gray-700: #4B6368;
  --slate-gray-800: #36474A;
  --slate-gray-900: #222D2F;
  --slate-gray-950: #151C1E;
}
Generate More ShadesCreate PaletteConvert Color