Slate Gray

#5D6383

Blue

Color Codes

All color formats for development

HEX
#5D6383
RGB
rgb(93, 99, 131)
HSL
hsl(231, 17%, 44%)
OKLCH
oklch(0.507 0.051 276.2)
CMYK
cmyk(29%, 24%, 0%, 49%)

Accessibility

WCAG contrast compliance

On White Background

5.87:1

AA AAA

On Black Background

3.58:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F6
100
#EAEB
200
#D8DA
300
#BABD
400
#979B
500
#797F
600
#5D63
700
#4A4F
800
#3538
900
#2224
950
#1516

Shades

Darker variations

1#545976
2#4B4F69
3#41455C
4#383B4F
5#2F3142
6#252835
7#1C1E27
8#13141A
9#090A0D

Tints

Lighter variations

1#696F94
2#797FA0
3#8A8FAC
4#9B9FB8
5#ABAFC4
6#BCBFD0
7#CDCFDB
8#DEDFE7
9#EEEFF3

Tones

Muted variations

1#5F6481
2#61667F
3#63677E
4#65687C
5#676A7A
6#696B78
7#6A6C76
8#6C6E74
9#6E6F72

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F6
#F6F6F9
BackgroundsSubtle highlightsCard backgrounds
100
EAEB
#EAEBF0
Light backgroundsTable row hoverSkeleton loading
200
D8DA
#D8DAE3
Secondary backgroundsInput backgroundsDividers
300
BABD
#BABDCE
BordersInactive statesPlaceholder text
400
979B
#979BB5
Disabled statesSecondary iconsMuted text
500
797F
#797FA0
Primary brand colorCTAsActive elementsLinks
600
5D63
#5D6383
Hover statesFocus ringsPrimary buttons hover
700
4A4F
#4A4F68
Active/pressed statesDark mode accentsSecondary text
800
3538
#35384B
Text on light backgroundsHeadingsStrong borders
900
2224
#222430
Primary textHigh emphasis contentDark headings
950
1516
#15161E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F6F6F9;
  --slate-gray-100: #EAEBF0;
  --slate-gray-200: #D8DAE3;
  --slate-gray-300: #BABDCE;
  --slate-gray-400: #979BB5;
  --slate-gray-500: #797FA0;
  --slate-gray-600: #5D6383;
  --slate-gray-700: #4A4F68;
  --slate-gray-800: #35384B;
  --slate-gray-900: #222430;
  --slate-gray-950: #15161E;
}
Generate More ShadesCreate PaletteConvert Color