Slate Gray

#5D6883

Blue

Color Codes

All color formats for development

HEX
#5D6883
RGB
rgb(93, 104, 131)
HSL
hsl(223, 17%, 44%)
OKLCH
oklch(0.518 0.045 267.5)
CMYK
cmyk(29%, 21%, 0%, 49%)

Accessibility

WCAG contrast compliance

On White Background

5.57:1

AA AAA

On Black Background

3.77:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#EAEC
200
#D8DB
300
#BAC0
400
#979F
500
#7984
600
#5D68
700
#4A53
800
#353B
900
#2226
950
#1518

Shades

Darker variations

1#545E76
2#4B5369
3#41495C
4#383E4F
5#2F3442
6#252A35
7#1C1F27
8#13151A
9#090A0D

Tints

Lighter variations

1#697594
2#7984A0
3#8A94AC
4#9BA3B8
5#ABB2C4
6#BCC2D0
7#CDD1DB
8#DEE0E7
9#EEF0F3

Tones

Muted variations

1#5F6981
2#616A7F
3#636A7E
4#656B7C
5#676C7A
6#696D78
7#6A6E76
8#6C6F74
9#6E6F72

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F7
#F6F7F9
BackgroundsSubtle highlightsCard backgrounds
100
EAEC
#EAECF0
Light backgroundsTable row hoverSkeleton loading
200
D8DB
#D8DBE3
Secondary backgroundsInput backgroundsDividers
300
BAC0
#BAC0CE
BordersInactive statesPlaceholder text
400
979F
#979FB5
Disabled statesSecondary iconsMuted text
500
7984
#7984A0
Primary brand colorCTAsActive elementsLinks
600
5D68
#5D6883
Hover statesFocus ringsPrimary buttons hover
700
4A53
#4A5368
Active/pressed statesDark mode accentsSecondary text
800
353B
#353B4B
Text on light backgroundsHeadingsStrong borders
900
2226
#222630
Primary textHigh emphasis contentDark headings
950
1518
#15181E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F6F7F9;
  --slate-gray-100: #EAECF0;
  --slate-gray-200: #D8DBE3;
  --slate-gray-300: #BAC0CE;
  --slate-gray-400: #979FB5;
  --slate-gray-500: #7984A0;
  --slate-gray-600: #5D6883;
  --slate-gray-700: #4A5368;
  --slate-gray-800: #353B4B;
  --slate-gray-900: #222630;
  --slate-gray-950: #15181E;
}
Generate More ShadesCreate PaletteConvert Color