Slate Gray

#5B7986

Blue

Color Codes

All color formats for development

HEX
#5B7986
RGB
rgb(91, 121, 134)
HSL
hsl(198, 19%, 44%)
OKLCH
oklch(0.558 0.04 226.4)
CMYK
cmyk(32%, 10%, 0%, 47%)

Accessibility

WCAG contrast compliance

On White Background

4.64:1

AA AAA

On Black Background

4.52:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EAEF
200
#D8E0
300
#B9C9
400
#95AD
500
#7695
600
#5B79
700
#4860
800
#3445
900
#212C
950
#151B

Shades

Darker variations

1#526D78
2#49616B
3#40555D
4#374850
5#2D3C43
6#243035
7#1B2428
8#12181B
9#090C0D

Tints

Lighter variations

1#668897
2#7795A2
3#88A3AE
4#99B0BA
5#AABDC5
6#BBCAD1
7#CCD7DC
8#DDE5E8
9#EEF2F3

Tones

Muted variations

1#5D7883
2#5F7781
3#61767F
4#63757D
5#66747B
6#687479
7#6A7377
8#6C7274
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
D8E0
#D8E0E4
Secondary backgroundsInput backgroundsDividers
300
B9C9
#B9C9CF
BordersInactive statesPlaceholder text
400
95AD
#95ADB7
Disabled statesSecondary iconsMuted text
500
7695
#7695A2
Primary brand colorCTAsActive elementsLinks
600
5B79
#5B7986
Hover statesFocus ringsPrimary buttons hover
700
4860
#48606A
Active/pressed statesDark mode accentsSecondary text
800
3445
#34454C
Text on light backgroundsHeadingsStrong borders
900
212C
#212C31
Primary textHigh emphasis contentDark headings
950
151B
#151B1E
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: #D8E0E4;
  --slate-gray-300: #B9C9CF;
  --slate-gray-400: #95ADB7;
  --slate-gray-500: #7695A2;
  --slate-gray-600: #5B7986;
  --slate-gray-700: #48606A;
  --slate-gray-800: #34454C;
  --slate-gray-900: #212C31;
  --slate-gray-950: #151B1E;
}
Generate More ShadesCreate PaletteConvert Color