Slate Gray

#5E7F82

Cyan

Color Codes

All color formats for development

HEX
#5E7F82
RGB
rgb(94, 127, 130)
HSL
hsl(185, 16%, 44%)
OKLCH
oklch(0.572 0.038 203.1)
CMYK
cmyk(28%, 2%, 0%, 49%)

Accessibility

WCAG contrast compliance

On White Background

4.34:1

AA AAA

On Black Background

4.83:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EAF0
200
#D9E2
300
#BBCC
400
#97B2
500
#7A9C
600
#5E7F
700
#4B65
800
#3648
900
#222E
950
#151D

Shades

Darker variations

1#557275
2#4B6668
3#42595B
4#394C4E
5#2F4041
6#263334
7#1C2627
8#13191A
9#090D0D

Tints

Lighter variations

1#6A8F93
2#7A9C9F
3#8BA8AB
4#9CB5B7
5#ACC1C3
6#BDCDCF
7#CDDADB
8#DEE6E7
9#EEF3F3

Tones

Muted variations

1#607E80
2#627C7F
3#647B7D
4#65797B
5#677879
6#697677
7#6B7576
8#6D7374
9#6E7272

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F8
#F6F8F9
BackgroundsSubtle highlightsCard backgrounds
100
EAF0
#EAF0F0
Light backgroundsTable row hoverSkeleton loading
200
D9E2
#D9E2E3
Secondary backgroundsInput backgroundsDividers
300
BBCC
#BBCCCE
BordersInactive statesPlaceholder text
400
97B2
#97B2B4
Disabled statesSecondary iconsMuted text
500
7A9C
#7A9C9F
Primary brand colorCTAsActive elementsLinks
600
5E7F
#5E7F82
Hover statesFocus ringsPrimary buttons hover
700
4B65
#4B6568
Active/pressed statesDark mode accentsSecondary text
800
3648
#36484A
Text on light backgroundsHeadingsStrong borders
900
222E
#222E2F
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: #EAF0F0;
  --slate-gray-200: #D9E2E3;
  --slate-gray-300: #BBCCCE;
  --slate-gray-400: #97B2B4;
  --slate-gray-500: #7A9C9F;
  --slate-gray-600: #5E7F82;
  --slate-gray-700: #4B6568;
  --slate-gray-800: #36484A;
  --slate-gray-900: #222E2F;
  --slate-gray-950: #151D1E;
}
Generate More ShadesCreate PaletteConvert Color