Slate Gray

#5D7283

Blue

Color Codes

All color formats for development

HEX
#5D7283
RGB
rgb(93, 114, 131)
HSL
hsl(207, 17%, 44%)
OKLCH
oklch(0.541 0.036 242.8)
CMYK
cmyk(29%, 13%, 0%, 49%)

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
#BAC5
400
#97A7
500
#798E
600
#5D72
700
#4A5B
800
#3541
900
#2229
950
#151A

Shades

Darker variations

1#546776
2#4B5B69
3#41505C
4#38444F
5#2F3942
6#252E35
7#1C2227
8#13171A
9#090B0D

Tints

Lighter variations

1#698194
2#798FA0
3#8A9DAC
4#9BABB8
5#ABB9C4
6#BCC7D0
7#CDD5DB
8#DEE3E7
9#EEF1F3

Tones

Muted variations

1#5F7281
2#61727F
3#63727E
4#65717C
5#67717A
6#697178
7#6A7176
8#6C7174
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
5D72
#5D7283
Hover statesFocus ringsPrimary buttons hover
700
4A5B
#4A5B68
Active/pressed statesDark mode accentsSecondary text
800
3541
#35414B
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: #5D7283;
  --slate-gray-700: #4A5B68;
  --slate-gray-800: #35414B;
  --slate-gray-900: #222930;
  --slate-gray-950: #151A1E;
}
Generate More ShadesCreate PaletteConvert Color