Slate Gray

#5E7B82

Cyan

Color Codes

All color formats for development

HEX
#5E7B82
RGB
rgb(94, 123, 130)
HSL
hsl(192, 16%, 44%)
OKLCH
oklch(0.563 0.035 214.1)
CMYK
cmyk(28%, 5%, 0%, 49%)

Accessibility

WCAG contrast compliance

On White Background

4.53:1

AA AAA

On Black Background

4.63:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EAEF
200
#D9E1
300
#BBCA
400
#97AE
500
#7A97
600
#5E7B
700
#4B62
800
#3646
900
#222D
950
#151C

Shades

Darker variations

1#556F75
2#4B6268
3#42565B
4#394A4E
5#2F3D41
6#263134
7#1C2527
8#13191A
9#090C0D

Tints

Lighter variations

1#6A8B93
2#7A989F
3#8BA5AB
4#9CB2B7
5#ACBEC3
6#BDCBCF
7#CDD8DB
8#DEE5E7
9#EEF2F3

Tones

Muted variations

1#607A80
2#62797F
3#64787D
4#65777B
5#677679
6#697577
7#6B7376
8#6D7274
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
BBCA
#BBCACE
BordersInactive statesPlaceholder text
400
97AE
#97AEB4
Disabled statesSecondary iconsMuted text
500
7A97
#7A979F
Primary brand colorCTAsActive elementsLinks
600
5E7B
#5E7B82
Hover statesFocus ringsPrimary buttons hover
700
4B62
#4B6268
Active/pressed statesDark mode accentsSecondary text
800
3646
#36464A
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: #BBCACE;
  --slate-gray-400: #97AEB4;
  --slate-gray-500: #7A979F;
  --slate-gray-600: #5E7B82;
  --slate-gray-700: #4B6268;
  --slate-gray-800: #36464A;
  --slate-gray-900: #222D2F;
  --slate-gray-950: #151C1E;
}
Generate More ShadesCreate PaletteConvert Color