Slate Gray

#7089A9

Blue

Color Codes

All color formats for development

HEX
#7089A9
RGB
rgb(112, 137, 169)
HSL
hsl(214, 25%, 55%)
OKLCH
oklch(0.623 0.057 254.8)
CMYK
cmyk(34%, 19%, 0%, 34%)

Accessibility

WCAG contrast compliance

On White Background

3.60:1

AA AAA

On Black Background

5.84:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F7
100
#E9ED
200
#D6DD
300
#B6C2
400
#8FA3
500
#7088
600
#546C
700
#4356
800
#303E
900
#1F27
950
#1319

Shades

Darker variations

1#5F7A9E
2#546C8C
3#4A5F7B
4#3F5169
5#354458
6#2A3646
7#202935
8#151B23
9#0B0E12

Tints

Lighter variations

1#7E94B2
2#8CA0BA
3#9BACC3
4#A9B8CB
5#B7C4D4
6#C6D0DD
7#D4DBE5
8#E2E7EE
9#F1F3F6

Tones

Muted variations

1#7289A6
2#7589A3
3#788AA0
4#7B8A9D
5#7E8A9B
6#818B98
7#848B95
8#878B92
9#898C8F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F7
#F5F7F9
BackgroundsSubtle highlightsCard backgrounds
100
E9ED
#E9EDF2
Light backgroundsTable row hoverSkeleton loading
200
D6DD
#D6DDE6
Secondary backgroundsInput backgroundsDividers
300
B6C2
#B6C2D3
BordersInactive statesPlaceholder text
400
8FA3
#8FA3BC
Disabled statesSecondary iconsMuted text
500
7088
#7088A9
Primary brand colorCTAsActive elementsLinks
600
546C
#546C8C
Hover statesFocus ringsPrimary buttons hover
700
4356
#435670
Active/pressed statesDark mode accentsSecondary text
800
303E
#303E50
Text on light backgroundsHeadingsStrong borders
900
1F27
#1F2733
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: #F5F7F9;
  --slate-gray-100: #E9EDF2;
  --slate-gray-200: #D6DDE6;
  --slate-gray-300: #B6C2D3;
  --slate-gray-400: #8FA3BC;
  --slate-gray-500: #7088A9;
  --slate-gray-600: #546C8C;
  --slate-gray-700: #435670;
  --slate-gray-800: #303E50;
  --slate-gray-900: #1F2733;
  --slate-gray-950: #131920;
}
Generate More ShadesCreate PaletteConvert Color