Slate Gray

#5E6B82

Blue

Color Codes

All color formats for development

HEX
#5E6B82
RGB
rgb(94, 107, 130)
HSL
hsl(218, 16%, 44%)
OKLCH
oklch(0.526 0.04 261.8)
CMYK
cmyk(28%, 18%, 0%, 49%)

Accessibility

WCAG contrast compliance

On White Background

5.38:1

AA AAA

On Black Background

3.90:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#EAEC
200
#D9DC
300
#BBC2
400
#97A2
500
#7A87
600
#5E6B
700
#4B55
800
#363D
900
#2227
950
#1518

Shades

Darker variations

1#556175
2#4B5668
3#424B5B
4#39404E
5#2F3641
6#262B34
7#1C2027
8#13151A
9#090B0D

Tints

Lighter variations

1#6A7993
2#7A889F
3#8B97AB
4#9CA6B7
5#ACB5C3
6#BDC3CF
7#CDD2DB
8#DEE1E7
9#EEF0F3

Tones

Muted variations

1#606C80
2#626C7F
3#646D7D
4#656D7B
5#676E79
6#696E77
7#6B6F76
8#6D6F74
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
D9DC
#D9DCE3
Secondary backgroundsInput backgroundsDividers
300
BBC2
#BBC2CE
BordersInactive statesPlaceholder text
400
97A2
#97A2B4
Disabled statesSecondary iconsMuted text
500
7A87
#7A879F
Primary brand colorCTAsActive elementsLinks
600
5E6B
#5E6B82
Hover statesFocus ringsPrimary buttons hover
700
4B55
#4B5568
Active/pressed statesDark mode accentsSecondary text
800
363D
#363D4A
Text on light backgroundsHeadingsStrong borders
900
2227
#22272F
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: #D9DCE3;
  --slate-gray-300: #BBC2CE;
  --slate-gray-400: #97A2B4;
  --slate-gray-500: #7A879F;
  --slate-gray-600: #5E6B82;
  --slate-gray-700: #4B5568;
  --slate-gray-800: #363D4A;
  --slate-gray-900: #22272F;
  --slate-gray-950: #15181E;
}
Generate More ShadesCreate PaletteConvert Color