Slate Gray

#7484A4

Blue

Color Codes

All color formats for development

HEX
#7484A4
RGB
rgb(116, 132, 164)
HSL
hsl(220, 21%, 55%)
OKLCH
oklch(0.612 0.052 264.1)
CMYK
cmyk(29%, 20%, 0%, 36%)

Accessibility

WCAG contrast compliance

On White Background

3.76:1

AA AAA

On Black Background

5.58:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#E9EC
200
#D7DC
300
#B8C0
400
#93A0
500
#7484
600
#5968
700
#4753
800
#323B
900
#2026
950
#1418

Shades

Darker variations

1#647599
2#596888
3#4E5B77
4#424E66
5#374155
6#2C3444
7#212733
8#161A22
9#0B0D11

Tints

Lighter variations

1#8290AD
2#909DB6
3#9EA9C0
4#ACB5C9
5#BAC2D2
6#C7CEDB
7#D5DAE4
8#E3E6ED
9#F1F3F6

Tones

Muted variations

1#7785A2
2#7986A0
3#7B879D
4#7E879B
5#808898
6#838996
7#858A93
8#878B91
9#8A8B8F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F7
#F6F7F9
BackgroundsSubtle highlightsCard backgrounds
100
E9EC
#E9ECF1
Light backgroundsTable row hoverSkeleton loading
200
D7DC
#D7DCE5
Secondary backgroundsInput backgroundsDividers
300
B8C0
#B8C0D1
BordersInactive statesPlaceholder text
400
93A0
#93A0B8
Disabled statesSecondary iconsMuted text
500
7484
#7484A4
Primary brand colorCTAsActive elementsLinks
600
5968
#596888
Hover statesFocus ringsPrimary buttons hover
700
4753
#47536C
Active/pressed statesDark mode accentsSecondary text
800
323B
#323B4D
Text on light backgroundsHeadingsStrong borders
900
2026
#202631
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: #E9ECF1;
  --slate-gray-200: #D7DCE5;
  --slate-gray-300: #B8C0D1;
  --slate-gray-400: #93A0B8;
  --slate-gray-500: #7484A4;
  --slate-gray-600: #596888;
  --slate-gray-700: #47536C;
  --slate-gray-800: #323B4D;
  --slate-gray-900: #202631;
  --slate-gray-950: #14181F;
}
Generate More ShadesCreate PaletteConvert Color