Slate Gray

#7489A4

Blue

Color Codes

All color formats for development

HEX
#7489A4
RGB
rgb(116, 137, 164)
HSL
hsl(214, 21%, 55%)
OKLCH
oklch(0.623 0.048 254.8)
CMYK
cmyk(29%, 16%, 0%, 36%)

Accessibility

WCAG contrast compliance

On White Background

3.59:1

AA AAA

On Black Background

5.86:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#E9ED
200
#D7DD
300
#B8C3
400
#93A3
500
#7489
600
#596D
700
#4757
800
#323E
900
#2028
950
#1419

Shades

Darker variations

1#647B99
2#596D88
3#4E5F77
4#425266
5#374455
6#2C3744
7#212933
8#161B22
9#0B0E11

Tints

Lighter variations

1#8295AD
2#90A1B6
3#9EACC0
4#ACB8C9
5#BAC4D2
6#C7D0DB
7#D5DCE4
8#E3E7ED
9#F1F3F6

Tones

Muted variations

1#7789A2
2#798AA0
3#7B8A9D
4#7E8A9B
5#808B98
6#838B96
7#858B93
8#878C91
9#8A8C8F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F7
#F6F7F9
BackgroundsSubtle highlightsCard backgrounds
100
E9ED
#E9EDF1
Light backgroundsTable row hoverSkeleton loading
200
D7DD
#D7DDE5
Secondary backgroundsInput backgroundsDividers
300
B8C3
#B8C3D1
BordersInactive statesPlaceholder text
400
93A3
#93A3B8
Disabled statesSecondary iconsMuted text
500
7489
#7489A4
Primary brand colorCTAsActive elementsLinks
600
596D
#596D88
Hover statesFocus ringsPrimary buttons hover
700
4757
#47576C
Active/pressed statesDark mode accentsSecondary text
800
323E
#323E4D
Text on light backgroundsHeadingsStrong borders
900
2028
#202831
Primary textHigh emphasis contentDark headings
950
1419
#14191F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F6F7F9;
  --slate-gray-100: #E9EDF1;
  --slate-gray-200: #D7DDE5;
  --slate-gray-300: #B8C3D1;
  --slate-gray-400: #93A3B8;
  --slate-gray-500: #7489A4;
  --slate-gray-600: #596D88;
  --slate-gray-700: #47576C;
  --slate-gray-800: #323E4D;
  --slate-gray-900: #202831;
  --slate-gray-950: #14191F;
}
Generate More ShadesCreate PaletteConvert Color