Slate Gray

#5B7086

Blue

Color Codes

All color formats for development

HEX
#5B7086
RGB
rgb(91, 112, 134)
HSL
hsl(211, 19%, 44%)
OKLCH
oklch(0.537 0.043 249.8)
CMYK
cmyk(32%, 16%, 0%, 47%)

Accessibility

WCAG contrast compliance

On White Background

5.11:1

AA AAA

On Black Background

4.11:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#EAED
200
#D8DE
300
#B9C4
400
#95A5
500
#768C
600
#5B6F
700
#4859
800
#343F
900
#2129
950
#1519

Shades

Darker variations

1#526478
2#49596B
3#404E5D
4#374350
5#2D3843
6#242D35
7#1B2128
8#12161B
9#090B0D

Tints

Lighter variations

1#667E97
2#778CA2
3#889AAE
4#99A9BA
5#AAB7C5
6#BBC6D1
7#CCD4DC
8#DDE2E8
9#EEF1F3

Tones

Muted variations

1#5D7083
2#5F7081
3#61707F
4#63707D
5#66707B
6#687079
7#6A7077
8#6C7074
9#6E7072

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F7
#F6F7F9
BackgroundsSubtle highlightsCard backgrounds
100
EAED
#EAEDF1
Light backgroundsTable row hoverSkeleton loading
200
D8DE
#D8DEE4
Secondary backgroundsInput backgroundsDividers
300
B9C4
#B9C4CF
BordersInactive statesPlaceholder text
400
95A5
#95A5B7
Disabled statesSecondary iconsMuted text
500
768C
#768CA2
Primary brand colorCTAsActive elementsLinks
600
5B6F
#5B6F86
Hover statesFocus ringsPrimary buttons hover
700
4859
#48596A
Active/pressed statesDark mode accentsSecondary text
800
343F
#343F4C
Text on light backgroundsHeadingsStrong borders
900
2129
#212931
Primary textHigh emphasis contentDark headings
950
1519
#15191E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F6F7F9;
  --slate-gray-100: #EAEDF1;
  --slate-gray-200: #D8DEE4;
  --slate-gray-300: #B9C4CF;
  --slate-gray-400: #95A5B7;
  --slate-gray-500: #768CA2;
  --slate-gray-600: #5B6F86;
  --slate-gray-700: #48596A;
  --slate-gray-800: #343F4C;
  --slate-gray-900: #212931;
  --slate-gray-950: #15191E;
}
Generate More ShadesCreate PaletteConvert Color