Slate Gray

#718AA8

Blue

Color Codes

All color formats for development

HEX
#718AA8
RGB
rgb(113, 138, 168)
HSL
hsl(213, 24%, 55%)
OKLCH
oklch(0.625 0.054 253.2)
CMYK
cmyk(33%, 18%, 0%, 34%)

Accessibility

WCAG contrast compliance

On White Background

3.56:1

AA AAA

On Black Background

5.90:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#E9ED
200
#D6DD
300
#B6C3
400
#90A4
500
#7189
600
#556E
700
#4457
800
#303E
900
#1F28
950
#1319

Shades

Darker variations

1#607B9D
2#556E8B
3#4B607A
4#405268
5#354457
6#2B3746
7#202934
8#151B23
9#0B0E11

Tints

Lighter variations

1#7F95B1
2#8DA1B9
3#9BADC2
4#AAB8CB
5#B8C4D3
6#C6D0DC
7#D4DCE5
8#E3E7EE
9#F1F3F6

Tones

Muted variations

1#738AA5
2#768AA2
3#798AA0
4#7C8B9D
5#7E8B9A
6#818B97
7#848B95
8#878C92
9#898C8F

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
D6DD
#D6DDE6
Secondary backgroundsInput backgroundsDividers
300
B6C3
#B6C3D2
BordersInactive statesPlaceholder text
400
90A4
#90A4BB
Disabled statesSecondary iconsMuted text
500
7189
#7189A8
Primary brand colorCTAsActive elementsLinks
600
556E
#556E8B
Hover statesFocus ringsPrimary buttons hover
700
4457
#44576F
Active/pressed statesDark mode accentsSecondary text
800
303E
#303E4F
Text on light backgroundsHeadingsStrong borders
900
1F28
#1F2833
Primary textHigh emphasis contentDark headings
950
1319
#131920
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: #D6DDE6;
  --slate-gray-300: #B6C3D2;
  --slate-gray-400: #90A4BB;
  --slate-gray-500: #7189A8;
  --slate-gray-600: #556E8B;
  --slate-gray-700: #44576F;
  --slate-gray-800: #303E4F;
  --slate-gray-900: #1F2833;
  --slate-gray-950: #131920;
}
Generate More ShadesCreate PaletteConvert Color