Slate Gray

#5B7286

Blue

Color Codes

All color formats for development

HEX
#5B7286
RGB
rgb(91, 114, 134)
HSL
hsl(208, 19%, 44%)
OKLCH
oklch(0.541 0.042 244.9)
CMYK
cmyk(32%, 15%, 0%, 47%)

Accessibility

WCAG contrast compliance

On White Background

5.00:1

AA AAA

On Black Background

4.20:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#EAED
200
#D8DE
300
#B9C5
400
#95A7
500
#768E
600
#5B72
700
#485A
800
#3441
900
#2129
950
#151A

Shades

Darker variations

1#526678
2#495B6B
3#40505D
4#374450
5#2D3943
6#242D35
7#1B2228
8#12171B
9#090B0D

Tints

Lighter variations

1#668097
2#778EA2
3#889CAE
4#99AABA
5#AAB9C5
6#BBC7D1
7#CCD5DC
8#DDE3E8
9#EEF1F3

Tones

Muted variations

1#5D7183
2#5F7181
3#61717F
4#63717D
5#66717B
6#687179
7#6A7177
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
B9C5
#B9C5CF
BordersInactive statesPlaceholder text
400
95A7
#95A7B7
Disabled statesSecondary iconsMuted text
500
768E
#768EA2
Primary brand colorCTAsActive elementsLinks
600
5B72
#5B7286
Hover statesFocus ringsPrimary buttons hover
700
485A
#485A6A
Active/pressed statesDark mode accentsSecondary text
800
3441
#34414C
Text on light backgroundsHeadingsStrong borders
900
2129
#212931
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: #F6F7F9;
  --slate-gray-100: #EAEDF1;
  --slate-gray-200: #D8DEE4;
  --slate-gray-300: #B9C5CF;
  --slate-gray-400: #95A7B7;
  --slate-gray-500: #768EA2;
  --slate-gray-600: #5B7286;
  --slate-gray-700: #485A6A;
  --slate-gray-800: #34414C;
  --slate-gray-900: #212931;
  --slate-gray-950: #151A1E;
}
Generate More ShadesCreate PaletteConvert Color