Slate Gray

#5E6C82

Blue

Color Codes

All color formats for development

HEX
#5E6C82
RGB
rgb(94, 108, 130)
HSL
hsl(217, 16%, 44%)
OKLCH
oklch(0.528 0.039 259.4)
CMYK
cmyk(28%, 17%, 0%, 49%)

Accessibility

WCAG contrast compliance

On White Background

5.33:1

AA AAA

On Black Background

3.94:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#EAEC
200
#D9DD
300
#BBC2
400
#97A2
500
#7A88
600
#5E6C
700
#4B56
800
#363D
900
#2227
950
#1519

Shades

Darker variations

1#556175
2#4B5668
3#424C5B
4#39414E
5#2F3641
6#262B34
7#1C2027
8#13161A
9#090B0D

Tints

Lighter variations

1#6A7A93
2#7A889F
3#8B97AB
4#9CA6B7
5#ACB5C3
6#BDC4CF
7#CDD3DB
8#DEE1E7
9#EEF0F3

Tones

Muted variations

1#606C80
2#626D7F
3#646D7D
4#656E7B
5#676E79
6#696F77
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
D9DD
#D9DDE3
Secondary backgroundsInput backgroundsDividers
300
BBC2
#BBC2CE
BordersInactive statesPlaceholder text
400
97A2
#97A2B4
Disabled statesSecondary iconsMuted text
500
7A88
#7A889F
Primary brand colorCTAsActive elementsLinks
600
5E6C
#5E6C82
Hover statesFocus ringsPrimary buttons hover
700
4B56
#4B5668
Active/pressed statesDark mode accentsSecondary text
800
363D
#363D4A
Text on light backgroundsHeadingsStrong borders
900
2227
#22272F
Primary textHigh emphasis contentDark headings
950
1519
#15191E
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: #D9DDE3;
  --slate-gray-300: #BBC2CE;
  --slate-gray-400: #97A2B4;
  --slate-gray-500: #7A889F;
  --slate-gray-600: #5E6C82;
  --slate-gray-700: #4B5668;
  --slate-gray-800: #363D4A;
  --slate-gray-900: #22272F;
  --slate-gray-950: #15191E;
}
Generate More ShadesCreate PaletteConvert Color