Slate Gray

#5B7F86

Cyan

Color Codes

All color formats for development

HEX
#5B7F86
RGB
rgb(91, 127, 134)
HSL
hsl(190, 19%, 44%)
OKLCH
oklch(0.572 0.042 210.9)
CMYK
cmyk(32%, 5%, 0%, 47%)

Accessibility

WCAG contrast compliance

On White Background

4.35:1

AA AAA

On Black Background

4.82:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EAEF
200
#D8E2
300
#B9CC
400
#95B1
500
#769B
600
#5B7E
700
#4865
800
#3448
900
#212E
950
#151D

Shades

Darker variations

1#527278
2#49656B
3#40585D
4#374C50
5#2D3F43
6#243335
7#1B2628
8#12191B
9#090D0D

Tints

Lighter variations

1#668F97
2#779BA2
3#88A8AE
4#99B4BA
5#AAC1C5
6#BBCDD1
7#CCDADC
8#DDE6E8
9#EEF3F3

Tones

Muted variations

1#5D7D83
2#5F7C81
3#617A7F
4#63797D
5#66777B
6#687679
7#6A7477
8#6C7374
9#6E7272

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
D8E2
#D8E2E4
Secondary backgroundsInput backgroundsDividers
300
B9CC
#B9CCCF
BordersInactive statesPlaceholder text
400
95B1
#95B1B7
Disabled statesSecondary iconsMuted text
500
769B
#769BA2
Primary brand colorCTAsActive elementsLinks
600
5B7E
#5B7E86
Hover statesFocus ringsPrimary buttons hover
700
4865
#48656A
Active/pressed statesDark mode accentsSecondary text
800
3448
#34484C
Text on light backgroundsHeadingsStrong borders
900
212E
#212E31
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: #EAEFF1;
  --slate-gray-200: #D8E2E4;
  --slate-gray-300: #B9CCCF;
  --slate-gray-400: #95B1B7;
  --slate-gray-500: #769BA2;
  --slate-gray-600: #5B7E86;
  --slate-gray-700: #48656A;
  --slate-gray-800: #34484C;
  --slate-gray-900: #212E31;
  --slate-gray-950: #151D1E;
}
Generate More ShadesCreate PaletteConvert Color