Slate Gray

#5D7B83

Cyan

Color Codes

All color formats for development

HEX
#5D7B83
RGB
rgb(93, 123, 131)
HSL
hsl(193, 17%, 44%)
OKLCH
oklch(0.563 0.037 215.9)
CMYK
cmyk(29%, 6%, 0%, 49%)

Accessibility

WCAG contrast compliance

On White Background

4.54: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
#D8E1
300
#BACA
400
#97AE
500
#7997
600
#5D7B
700
#4A62
800
#3546
900
#222D
950
#151C

Shades

Darker variations

1#546F76
2#4B6269
3#41565C
4#384A4F
5#2F3E42
6#253135
7#1C2527
8#13191A
9#090C0D

Tints

Lighter variations

1#698B94
2#7998A0
3#8AA5AC
4#9BB2B8
5#ABBEC4
6#BCCBD0
7#CDD8DB
8#DEE5E7
9#EEF2F3

Tones

Muted variations

1#5F7A81
2#61797F
3#63787E
4#65777C
5#67767A
6#697578
7#6A7376
8#6C7274
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
D8E1
#D8E1E3
Secondary backgroundsInput backgroundsDividers
300
BACA
#BACACE
BordersInactive statesPlaceholder text
400
97AE
#97AEB5
Disabled statesSecondary iconsMuted text
500
7997
#7997A0
Primary brand colorCTAsActive elementsLinks
600
5D7B
#5D7B83
Hover statesFocus ringsPrimary buttons hover
700
4A62
#4A6268
Active/pressed statesDark mode accentsSecondary text
800
3546
#35464B
Text on light backgroundsHeadingsStrong borders
900
222D
#222D30
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: #D8E1E3;
  --slate-gray-300: #BACACE;
  --slate-gray-400: #97AEB5;
  --slate-gray-500: #7997A0;
  --slate-gray-600: #5D7B83;
  --slate-gray-700: #4A6268;
  --slate-gray-800: #35464B;
  --slate-gray-900: #222D30;
  --slate-gray-950: #151C1E;
}
Generate More ShadesCreate PaletteConvert Color