Slate Gray

#5D6E83

Blue

Color Codes

All color formats for development

HEX
#5D6E83
RGB
rgb(93, 110, 131)
HSL
hsl(213, 17%, 44%)
OKLCH
oklch(0.532 0.039 253.9)
CMYK
cmyk(29%, 16%, 0%, 49%)

Accessibility

WCAG contrast compliance

On White Background

5.22:1

AA AAA

On Black Background

4.02:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#EAED
200
#D8DD
300
#BAC3
400
#97A4
500
#798A
600
#5D6E
700
#4A58
800
#353F
900
#2228
950
#1519

Shades

Darker variations

1#546376
2#4B5869
3#414D5C
4#38424F
5#2F3742
6#252C35
7#1C2127
8#13161A
9#090B0D

Tints

Lighter variations

1#697C94
2#798BA0
3#8A99AC
4#9BA8B8
5#ABB6C4
6#BCC5D0
7#CDD3DB
8#DEE2E7
9#EEF0F3

Tones

Muted variations

1#5F6E81
2#616F7F
3#636F7E
4#656F7C
5#676F7A
6#696F78
7#6A7076
8#6C7074
9#6E7072

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F7
#F6F7F9
BackgroundsSubtle highlightsCard backgrounds
100
EAED
#EAEDF0
Light backgroundsTable row hoverSkeleton loading
200
D8DD
#D8DDE3
Secondary backgroundsInput backgroundsDividers
300
BAC3
#BAC3CE
BordersInactive statesPlaceholder text
400
97A4
#97A4B5
Disabled statesSecondary iconsMuted text
500
798A
#798AA0
Primary brand colorCTAsActive elementsLinks
600
5D6E
#5D6E83
Hover statesFocus ringsPrimary buttons hover
700
4A58
#4A5868
Active/pressed statesDark mode accentsSecondary text
800
353F
#353F4B
Text on light backgroundsHeadingsStrong borders
900
2228
#222830
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: #EAEDF0;
  --slate-gray-200: #D8DDE3;
  --slate-gray-300: #BAC3CE;
  --slate-gray-400: #97A4B5;
  --slate-gray-500: #798AA0;
  --slate-gray-600: #5D6E83;
  --slate-gray-700: #4A5868;
  --slate-gray-800: #353F4B;
  --slate-gray-900: #222830;
  --slate-gray-950: #15191E;
}
Generate More ShadesCreate PaletteConvert Color