Slate Gray

#5B7586

Blue

Color Codes

All color formats for development

HEX
#5B7586
RGB
rgb(91, 117, 134)
HSL
hsl(204, 19%, 44%)
OKLCH
oklch(0.548 0.04 237.1)
CMYK
cmyk(32%, 13%, 0%, 47%)

Accessibility

WCAG contrast compliance

On White Background

4.85:1

AA AAA

On Black Background

4.33:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EAEE
200
#D8DF
300
#B9C7
400
#95A9
500
#7691
600
#5B74
700
#485D
800
#3442
900
#212A
950
#151A

Shades

Darker variations

1#526978
2#495D6B
3#40525D
4#374650
5#2D3A43
6#242F35
7#1B2328
8#12171B
9#090C0D

Tints

Lighter variations

1#668397
2#7791A2
3#889FAE
4#99ADBA
5#AABAC5
6#BBC8D1
7#CCD6DC
8#DDE4E8
9#EEF1F3

Tones

Muted variations

1#5D7483
2#5F7481
3#61737F
4#63737D
5#66727B
6#687279
7#6A7177
8#6C7174
9#6E7172

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F8
#F6F8F9
BackgroundsSubtle highlightsCard backgrounds
100
EAEE
#EAEEF1
Light backgroundsTable row hoverSkeleton loading
200
D8DF
#D8DFE4
Secondary backgroundsInput backgroundsDividers
300
B9C7
#B9C7CF
BordersInactive statesPlaceholder text
400
95A9
#95A9B7
Disabled statesSecondary iconsMuted text
500
7691
#7691A2
Primary brand colorCTAsActive elementsLinks
600
5B74
#5B7486
Hover statesFocus ringsPrimary buttons hover
700
485D
#485D6A
Active/pressed statesDark mode accentsSecondary text
800
3442
#34424C
Text on light backgroundsHeadingsStrong borders
900
212A
#212A31
Primary textHigh emphasis contentDark headings
950
151A
#151A1E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F6F8F9;
  --slate-gray-100: #EAEEF1;
  --slate-gray-200: #D8DFE4;
  --slate-gray-300: #B9C7CF;
  --slate-gray-400: #95A9B7;
  --slate-gray-500: #7691A2;
  --slate-gray-600: #5B7486;
  --slate-gray-700: #485D6A;
  --slate-gray-800: #34424C;
  --slate-gray-900: #212A31;
  --slate-gray-950: #151A1E;
}
Generate More ShadesCreate PaletteConvert Color