Slate Gray

#5C7E84

Cyan

Color Codes

All color formats for development

HEX
#5C7E84
RGB
rgb(92, 126, 132)
HSL
hsl(189, 18%, 44%)
OKLCH
oklch(0.569 0.04 209.6)
CMYK
cmyk(30%, 5%, 0%, 48%)

Accessibility

WCAG contrast compliance

On White Background

4.40:1

AA AAA

On Black Background

4.77:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EAEF
200
#D8E2
300
#BACC
400
#96B1
500
#789B
600
#5C7E
700
#4964
800
#3448
900
#212E
950
#151D

Shades

Darker variations

1#537277
2#4A656A
3#40585D
4#374C4F
5#2E3F42
6#253335
7#1C2628
8#12191A
9#090D0D

Tints

Lighter variations

1#688E95
2#789BA1
3#89A8AD
4#9AB4B9
5#ABC1C4
6#BCCDD0
7#CCDADC
8#DDE6E8
9#EEF3F3

Tones

Muted variations

1#5E7D82
2#607C80
3#627A7E
4#64797C
5#66777A
6#687678
7#6A7476
8#6C7374
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
D8E2
#D8E2E4
Secondary backgroundsInput backgroundsDividers
300
BACC
#BACCCF
BordersInactive statesPlaceholder text
400
96B1
#96B1B6
Disabled statesSecondary iconsMuted text
500
789B
#789BA1
Primary brand colorCTAsActive elementsLinks
600
5C7E
#5C7E84
Hover statesFocus ringsPrimary buttons hover
700
4964
#496469
Active/pressed statesDark mode accentsSecondary text
800
3448
#34484B
Text on light backgroundsHeadingsStrong borders
900
212E
#212E30
Primary textHigh emphasis contentDark headings
950
151D
#151D1E
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: #D8E2E4;
  --slate-gray-300: #BACCCF;
  --slate-gray-400: #96B1B6;
  --slate-gray-500: #789BA1;
  --slate-gray-600: #5C7E84;
  --slate-gray-700: #496469;
  --slate-gray-800: #34484B;
  --slate-gray-900: #212E30;
  --slate-gray-950: #151D1E;
}
Generate More ShadesCreate PaletteConvert Color