Slate Gray

#5D7183

Blue

Color Codes

All color formats for development

HEX
#5D7183
RGB
rgb(93, 113, 131)
HSL
hsl(208, 17%, 44%)
OKLCH
oklch(0.539 0.037 245.7)
CMYK
cmyk(29%, 14%, 0%, 49%)

Accessibility

WCAG contrast compliance

On White Background

5.05:1

AA AAA

On Black Background

4.16:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#EAED
200
#D8DE
300
#BAC5
400
#97A7
500
#798E
600
#5D71
700
#4A5A
800
#3540
900
#2229
950
#151A

Shades

Darker variations

1#546676
2#4B5B69
3#414F5C
4#38444F
5#2F3942
6#252D35
7#1C2227
8#13171A
9#090B0D

Tints

Lighter variations

1#698094
2#798EA0
3#8A9CAC
4#9BAAB8
5#ABB8C4
6#BCC7D0
7#CDD5DB
8#DEE3E7
9#EEF1F3

Tones

Muted variations

1#5F7181
2#61717F
3#63717E
4#65717C
5#67717A
6#697178
7#6A7176
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
D8DE
#D8DEE3
Secondary backgroundsInput backgroundsDividers
300
BAC5
#BAC5CE
BordersInactive statesPlaceholder text
400
97A7
#97A7B5
Disabled statesSecondary iconsMuted text
500
798E
#798EA0
Primary brand colorCTAsActive elementsLinks
600
5D71
#5D7183
Hover statesFocus ringsPrimary buttons hover
700
4A5A
#4A5A68
Active/pressed statesDark mode accentsSecondary text
800
3540
#35404B
Text on light backgroundsHeadingsStrong borders
900
2229
#222930
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: #EAEDF0;
  --slate-gray-200: #D8DEE3;
  --slate-gray-300: #BAC5CE;
  --slate-gray-400: #97A7B5;
  --slate-gray-500: #798EA0;
  --slate-gray-600: #5D7183;
  --slate-gray-700: #4A5A68;
  --slate-gray-800: #35404B;
  --slate-gray-900: #222930;
  --slate-gray-950: #151A1E;
}
Generate More ShadesCreate PaletteConvert Color