Slate Gray

#7684A2

Blue

Color Codes

All color formats for development

HEX
#7684A2
RGB
rgb(118, 132, 162)
HSL
hsl(221, 19%, 55%)
OKLCH
oklch(0.613 0.049 265.3)
CMYK
cmyk(27%, 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
#D8DC
300
#B9C0
400
#95A0
500
#7684
600
#5B68
700
#4853
800
#343B
900
#2126
950
#1518

Shades

Darker variations

1#667596
2#5B6886
3#505B75
4#444E64
5#394153
6#2D3443
7#222732
8#171A21
9#0B0D11

Tints

Lighter variations

1#8491AB
2#929DB5
3#9FA9BE
4#ADB5C7
5#BBC2D1
6#C8CEDA
7#D6DAE3
8#E4E6EC
9#F1F3F6

Tones

Muted variations

1#7985A0
2#7B869E
3#7D879C
4#7F8799
5#818897
6#848995
7#868A93
8#888B91
9#8A8B8E

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
D8DC
#D8DCE4
Secondary backgroundsInput backgroundsDividers
300
B9C0
#B9C0CF
BordersInactive statesPlaceholder text
400
95A0
#95A0B7
Disabled statesSecondary iconsMuted text
500
7684
#7684A2
Primary brand colorCTAsActive elementsLinks
600
5B68
#5B6886
Hover statesFocus ringsPrimary buttons hover
700
4853
#48536A
Active/pressed statesDark mode accentsSecondary text
800
343B
#343B4C
Text on light backgroundsHeadingsStrong borders
900
2126
#212631
Primary textHigh emphasis contentDark headings
950
1518
#15181E
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: #D8DCE4;
  --slate-gray-300: #B9C0CF;
  --slate-gray-400: #95A0B7;
  --slate-gray-500: #7684A2;
  --slate-gray-600: #5B6886;
  --slate-gray-700: #48536A;
  --slate-gray-800: #343B4C;
  --slate-gray-900: #212631;
  --slate-gray-950: #15181E;
}
Generate More ShadesCreate PaletteConvert Color