Slate Gray

#6C8BAC

Blue

Color Codes

All color formats for development

HEX
#6C8BAC
RGB
rgb(108, 139, 172)
HSL
hsl(211, 28%, 55%)
OKLCH
oklch(0.626 0.061 250.4)
CMYK
cmyk(37%, 19%, 0%, 33%)

Accessibility

WCAG contrast compliance

On White Background

3.54:1

AA AAA

On Black Background

5.93:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F7
100
#E8ED
200
#D5DE
300
#B4C4
400
#8DA5
500
#6C8B
600
#516F
700
#4058
800
#2E3F
900
#1D28
950
#1219

Shades

Darker variations

1#5B7DA2
2#516F90
3#47617E
4#3D536C
5#32455A
6#283848
7#1E2A36
8#141C24
9#0A0E12

Tints

Lighter variations

1#7B97B5
2#89A2BD
3#98AEC5
4#A7BACD
5#B6C5D6
6#C4D1DE
7#D3DCE6
8#E2E8EE
9#F0F3F7

Tones

Muted variations

1#6F8BA9
2#738BA6
3#768CA3
4#798CA0
5#7C8C9C
6#7F8C99
7#838C96
8#868C93
9#898C8F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F7
#F5F7F9
BackgroundsSubtle highlightsCard backgrounds
100
E8ED
#E8EDF2
Light backgroundsTable row hoverSkeleton loading
200
D5DE
#D5DEE7
Secondary backgroundsInput backgroundsDividers
300
B4C4
#B4C4D5
BordersInactive statesPlaceholder text
400
8DA5
#8DA5BF
Disabled statesSecondary iconsMuted text
500
6C8B
#6C8BAC
Primary brand colorCTAsActive elementsLinks
600
516F
#516F90
Hover statesFocus ringsPrimary buttons hover
700
4058
#405872
Active/pressed statesDark mode accentsSecondary text
800
2E3F
#2E3F52
Text on light backgroundsHeadingsStrong borders
900
1D28
#1D2834
Primary textHigh emphasis contentDark headings
950
1219
#121921
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F5F7F9;
  --slate-gray-100: #E8EDF2;
  --slate-gray-200: #D5DEE7;
  --slate-gray-300: #B4C4D5;
  --slate-gray-400: #8DA5BF;
  --slate-gray-500: #6C8BAC;
  --slate-gray-600: #516F90;
  --slate-gray-700: #405872;
  --slate-gray-800: #2E3F52;
  --slate-gray-900: #1D2834;
  --slate-gray-950: #121921;
}
Generate More ShadesCreate PaletteConvert Color