Slate Gray

#6C87AC

Blue

Color Codes

All color formats for development

HEX
#6C87AC
RGB
rgb(108, 135, 172)
HSL
hsl(215, 28%, 55%)
OKLCH
oklch(0.617 0.064 256.4)
CMYK
cmyk(37%, 22%, 0%, 33%)

Accessibility

WCAG contrast compliance

On White Background

3.68:1

AA AAA

On Black Background

5.70:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F7
100
#E8EC
200
#D5DC
300
#B4C2
400
#8DA2
500
#6C87
600
#516B
700
#4055
800
#2E3D
900
#1D27
950
#1218

Shades

Darker variations

1#5B78A2
2#516B90
3#475E7E
4#3D506C
5#32435A
6#283548
7#1E2836
8#141B24
9#0A0D12

Tints

Lighter variations

1#7B93B5
2#899FBD
3#98ABC5
4#A7B7CD
5#B6C3D6
6#C4CFDE
7#D3DBE6
8#E2E7EE
9#F0F3F7

Tones

Muted variations

1#6F87A9
2#7388A6
3#7689A3
4#7989A0
5#7C8A9C
6#7F8A99
7#838B96
8#868B93
9#898C8F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F7
#F5F7F9
BackgroundsSubtle highlightsCard backgrounds
100
E8EC
#E8ECF2
Light backgroundsTable row hoverSkeleton loading
200
D5DC
#D5DCE7
Secondary backgroundsInput backgroundsDividers
300
B4C2
#B4C2D5
BordersInactive statesPlaceholder text
400
8DA2
#8DA2BF
Disabled statesSecondary iconsMuted text
500
6C87
#6C87AC
Primary brand colorCTAsActive elementsLinks
600
516B
#516B90
Hover statesFocus ringsPrimary buttons hover
700
4055
#405572
Active/pressed statesDark mode accentsSecondary text
800
2E3D
#2E3D52
Text on light backgroundsHeadingsStrong borders
900
1D27
#1D2734
Primary textHigh emphasis contentDark headings
950
1218
#121821
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F5F7F9;
  --slate-gray-100: #E8ECF2;
  --slate-gray-200: #D5DCE7;
  --slate-gray-300: #B4C2D5;
  --slate-gray-400: #8DA2BF;
  --slate-gray-500: #6C87AC;
  --slate-gray-600: #516B90;
  --slate-gray-700: #405572;
  --slate-gray-800: #2E3D52;
  --slate-gray-900: #1D2734;
  --slate-gray-950: #121821;
}
Generate More ShadesCreate PaletteConvert Color