Slate Gray

#5D7483

Blue

Color Codes

All color formats for development

HEX
#5D7483
RGB
rgb(93, 116, 131)
HSL
hsl(204, 17%, 44%)
OKLCH
oklch(0.546 0.036 236.9)
CMYK
cmyk(29%, 11%, 0%, 49%)

Accessibility

WCAG contrast compliance

On White Background

4.89:1

AA AAA

On Black Background

4.29:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EAEE
200
#D8DF
300
#BAC6
400
#97A9
500
#7990
600
#5D74
700
#4A5C
800
#3542
900
#222A
950
#151A

Shades

Darker variations

1#546876
2#4B5D69
3#41515C
4#38464F
5#2F3A42
6#252E35
7#1C2327
8#13171A
9#090C0D

Tints

Lighter variations

1#698394
2#7991A0
3#8A9EAC
4#9BACB8
5#ABBAC4
6#BCC8D0
7#CDD6DB
8#DEE3E7
9#EEF1F3

Tones

Muted variations

1#5F7481
2#61737F
3#63737E
4#65727C
5#67727A
6#697278
7#6A7176
8#6C7174
9#6E7172

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F8
#F6F8F9
BackgroundsSubtle highlightsCard backgrounds
100
EAEE
#EAEEF0
Light backgroundsTable row hoverSkeleton loading
200
D8DF
#D8DFE3
Secondary backgroundsInput backgroundsDividers
300
BAC6
#BAC6CE
BordersInactive statesPlaceholder text
400
97A9
#97A9B5
Disabled statesSecondary iconsMuted text
500
7990
#7990A0
Primary brand colorCTAsActive elementsLinks
600
5D74
#5D7483
Hover statesFocus ringsPrimary buttons hover
700
4A5C
#4A5C68
Active/pressed statesDark mode accentsSecondary text
800
3542
#35424B
Text on light backgroundsHeadingsStrong borders
900
222A
#222A30
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: #EAEEF0;
  --slate-gray-200: #D8DFE3;
  --slate-gray-300: #BAC6CE;
  --slate-gray-400: #97A9B5;
  --slate-gray-500: #7990A0;
  --slate-gray-600: #5D7483;
  --slate-gray-700: #4A5C68;
  --slate-gray-800: #35424B;
  --slate-gray-900: #222A30;
  --slate-gray-950: #151A1E;
}
Generate More ShadesCreate PaletteConvert Color