Slate Gray

#5C6B84

Blue

Color Codes

All color formats for development

HEX
#5C6B84
RGB
rgb(92, 107, 132)
HSL
hsl(218, 18%, 44%)
OKLCH
oklch(0.525 0.044 260.6)
CMYK
cmyk(30%, 19%, 0%, 48%)

Accessibility

WCAG contrast compliance

On White Background

5.40:1

AA AAA

On Black Background

3.89:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#EAEC
200
#D8DC
300
#BAC2
400
#96A1
500
#7887
600
#5C6B
700
#4955
800
#343D
900
#2127
950
#1518

Shades

Darker variations

1#536077
2#4A556A
3#404B5D
4#37404F
5#2E3542
6#252B35
7#1C2028
8#12151A
9#090B0D

Tints

Lighter variations

1#687895
2#7887A1
3#8996AD
4#9AA5B9
5#ABB4C4
6#BCC3D0
7#CCD2DC
8#DDE1E8
9#EEF0F3

Tones

Muted variations

1#5E6B82
2#606C80
3#626C7E
4#646D7C
5#666E7A
6#686E78
7#6A6F76
8#6C6F74
9#6E7072

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
D8DC
#D8DCE4
Secondary backgroundsInput backgroundsDividers
300
BAC2
#BAC2CF
BordersInactive statesPlaceholder text
400
96A1
#96A1B6
Disabled statesSecondary iconsMuted text
500
7887
#7887A1
Primary brand colorCTAsActive elementsLinks
600
5C6B
#5C6B84
Hover statesFocus ringsPrimary buttons hover
700
4955
#495569
Active/pressed statesDark mode accentsSecondary text
800
343D
#343D4B
Text on light backgroundsHeadingsStrong borders
900
2127
#212730
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: #D8DCE4;
  --slate-gray-300: #BAC2CF;
  --slate-gray-400: #96A1B6;
  --slate-gray-500: #7887A1;
  --slate-gray-600: #5C6B84;
  --slate-gray-700: #495569;
  --slate-gray-800: #343D4B;
  --slate-gray-900: #212730;
  --slate-gray-950: #15181E;
}
Generate More ShadesCreate PaletteConvert Color