Slate Gray

#7584A3

Blue

Color Codes

All color formats for development

HEX
#7584A3
RGB
rgb(117, 132, 163)
HSL
hsl(220, 20%, 55%)
OKLCH
oklch(0.613 0.05 264.7)
CMYK
cmyk(28%, 19%, 0%, 36%)

Accessibility

WCAG contrast compliance

On White Background

3.76:1

AA AAA

On Black Background

5.59:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#EAEC
200
#D7DC
300
#B9C0
400
#94A0
500
#7585
600
#5A69
700
#4753
800
#333C
900
#2126
950
#1418

Shades

Darker variations

1#657697
2#5A6987
3#4F5C76
4#434F65
5#384154
6#2D3443
7#222732
8#161A22
9#0B0D11

Tints

Lighter variations

1#8391AC
2#919DB6
3#9FA9BF
4#ACB6C8
5#BAC2D1
6#C8CEDA
7#D6DAE3
8#E3E7ED
9#F1F3F6

Tones

Muted variations

1#7885A1
2#7A869F
3#7C879C
4#7E889A
5#818898
6#838995
7#858A93
8#888B91
9#8A8B8F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F7
#F6F7F9
BackgroundsSubtle highlightsCard backgrounds
100
EAEC
#EAECF1
Light backgroundsTable row hoverSkeleton loading
200
D7DC
#D7DCE4
Secondary backgroundsInput backgroundsDividers
300
B9C0
#B9C0D0
BordersInactive statesPlaceholder text
400
94A0
#94A0B8
Disabled statesSecondary iconsMuted text
500
7585
#7585A3
Primary brand colorCTAsActive elementsLinks
600
5A69
#5A6987
Hover statesFocus ringsPrimary buttons hover
700
4753
#47536B
Active/pressed statesDark mode accentsSecondary text
800
333C
#333C4D
Text on light backgroundsHeadingsStrong borders
900
2126
#212631
Primary textHigh emphasis contentDark headings
950
1418
#14181F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F6F7F9;
  --slate-gray-100: #EAECF1;
  --slate-gray-200: #D7DCE4;
  --slate-gray-300: #B9C0D0;
  --slate-gray-400: #94A0B8;
  --slate-gray-500: #7585A3;
  --slate-gray-600: #5A6987;
  --slate-gray-700: #47536B;
  --slate-gray-800: #333C4D;
  --slate-gray-900: #212631;
  --slate-gray-950: #14181F;
}
Generate More ShadesCreate PaletteConvert Color