Slate Gray

#5D7F83

Cyan

Color Codes

All color formats for development

HEX
#5D7F83
RGB
rgb(93, 127, 131)
HSL
hsl(186, 17%, 44%)
OKLCH
oklch(0.572 0.039 205.2)
CMYK
cmyk(29%, 3%, 0%, 49%)

Accessibility

WCAG contrast compliance

On White Background

4.35: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
#D8E2
300
#BACC
400
#97B2
500
#799C
600
#5D7F
700
#4A65
800
#3548
900
#222E
950
#151D

Shades

Darker variations

1#547376
2#4B6669
3#41595C
4#384C4F
5#2F4042
6#253335
7#1C2627
8#13191A
9#090D0D

Tints

Lighter variations

1#699094
2#799CA0
3#8AA9AC
4#9BB5B8
5#ABC1C4
6#BCCED0
7#CDDADB
8#DEE6E7
9#EEF3F3

Tones

Muted variations

1#5F7E81
2#617C7F
3#637B7E
4#65797C
5#67787A
6#697678
7#6A7576
8#6C7374
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
D8E2
#D8E2E3
Secondary backgroundsInput backgroundsDividers
300
BACC
#BACCCE
BordersInactive statesPlaceholder text
400
97B2
#97B2B5
Disabled statesSecondary iconsMuted text
500
799C
#799CA0
Primary brand colorCTAsActive elementsLinks
600
5D7F
#5D7F83
Hover statesFocus ringsPrimary buttons hover
700
4A65
#4A6568
Active/pressed statesDark mode accentsSecondary text
800
3548
#35484B
Text on light backgroundsHeadingsStrong borders
900
222E
#222E30
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: #D8E2E3;
  --slate-gray-300: #BACCCE;
  --slate-gray-400: #97B2B5;
  --slate-gray-500: #799CA0;
  --slate-gray-600: #5D7F83;
  --slate-gray-700: #4A6568;
  --slate-gray-800: #35484B;
  --slate-gray-900: #222E30;
  --slate-gray-950: #151D1E;
}
Generate More ShadesCreate PaletteConvert Color