Slate Gray

#5E7582

Blue

Color Codes

All color formats for development

HEX
#5E7582
RGB
rgb(94, 117, 130)
HSL
hsl(202, 16%, 44%)
OKLCH
oklch(0.549 0.034 233)
CMYK
cmyk(28%, 10%, 0%, 49%)

Accessibility

WCAG contrast compliance

On White Background

4.84:1

AA AAA

On Black Background

4.34:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EAEE
200
#D9DF
300
#BBC7
400
#97AA
500
#7A91
600
#5E75
700
#4B5D
800
#3642
900
#222B
950
#151B

Shades

Darker variations

1#556975
2#4B5E68
3#42525B
4#39464E
5#2F3A41
6#262F34
7#1C2327
8#13171A
9#090C0D

Tints

Lighter variations

1#6A8493
2#7A929F
3#8B9FAB
4#9CADB7
5#ACBBC3
6#BDC8CF
7#CDD6DB
8#DEE4E7
9#EEF1F3

Tones

Muted variations

1#607580
2#62747F
3#64747D
4#65737B
5#677379
6#697277
7#6B7276
8#6D7174
9#6E7172

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F8
#F6F8F9
BackgroundsSubtle highlightsCard backgrounds
100
EAEE
#EAEEF0
Light backgroundsTable row hoverSkeleton loading
200
D9DF
#D9DFE3
Secondary backgroundsInput backgroundsDividers
300
BBC7
#BBC7CE
BordersInactive statesPlaceholder text
400
97AA
#97AAB4
Disabled statesSecondary iconsMuted text
500
7A91
#7A919F
Primary brand colorCTAsActive elementsLinks
600
5E75
#5E7582
Hover statesFocus ringsPrimary buttons hover
700
4B5D
#4B5D68
Active/pressed statesDark mode accentsSecondary text
800
3642
#36424A
Text on light backgroundsHeadingsStrong borders
900
222B
#222B2F
Primary textHigh emphasis contentDark headings
950
151B
#151B1E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F6F8F9;
  --slate-gray-100: #EAEEF0;
  --slate-gray-200: #D9DFE3;
  --slate-gray-300: #BBC7CE;
  --slate-gray-400: #97AAB4;
  --slate-gray-500: #7A919F;
  --slate-gray-600: #5E7582;
  --slate-gray-700: #4B5D68;
  --slate-gray-800: #36424A;
  --slate-gray-900: #222B2F;
  --slate-gray-950: #151B1E;
}
Generate More ShadesCreate PaletteConvert Color