Slate Gray

#5B7D86

Cyan

Color Codes

All color formats for development

HEX
#5B7D86
RGB
rgb(91, 125, 134)
HSL
hsl(193, 19%, 44%)
OKLCH
oklch(0.567 0.041 215.9)
CMYK
cmyk(32%, 7%, 0%, 47%)

Accessibility

WCAG contrast compliance

On White Background

4.45:1

AA AAA

On Black Background

4.72:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EAEF
200
#D8E1
300
#B9CB
400
#95AF
500
#7699
600
#5B7C
700
#4863
800
#3447
900
#212D
950
#151C

Shades

Darker variations

1#527078
2#49636B
3#40575D
4#374B50
5#2D3E43
6#243235
7#1B2528
8#12191B
9#090C0D

Tints

Lighter variations

1#668C97
2#7799A2
3#88A6AE
4#99B3BA
5#AABFC5
6#BBCCD1
7#CCD9DC
8#DDE6E8
9#EEF2F3

Tones

Muted variations

1#5D7B83
2#5F7A81
3#61797F
4#63777D
5#66767B
6#687579
7#6A7477
8#6C7374
9#6E7172

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F8
#F6F8F9
BackgroundsSubtle highlightsCard backgrounds
100
EAEF
#EAEFF1
Light backgroundsTable row hoverSkeleton loading
200
D8E1
#D8E1E4
Secondary backgroundsInput backgroundsDividers
300
B9CB
#B9CBCF
BordersInactive statesPlaceholder text
400
95AF
#95AFB7
Disabled statesSecondary iconsMuted text
500
7699
#7699A2
Primary brand colorCTAsActive elementsLinks
600
5B7C
#5B7C86
Hover statesFocus ringsPrimary buttons hover
700
4863
#48636A
Active/pressed statesDark mode accentsSecondary text
800
3447
#34474C
Text on light backgroundsHeadingsStrong borders
900
212D
#212D31
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: #EAEFF1;
  --slate-gray-200: #D8E1E4;
  --slate-gray-300: #B9CBCF;
  --slate-gray-400: #95AFB7;
  --slate-gray-500: #7699A2;
  --slate-gray-600: #5B7C86;
  --slate-gray-700: #48636A;
  --slate-gray-800: #34474C;
  --slate-gray-900: #212D31;
  --slate-gray-950: #151C1E;
}
Generate More ShadesCreate PaletteConvert Color