Slate Gray

#6C8DAC

Blue

Color Codes

All color formats for development

HEX
#6C8DAC
RGB
rgb(108, 141, 172)
HSL
hsl(209, 28%, 55%)
OKLCH
oklch(0.63 0.06 247.2)
CMYK
cmyk(37%, 18%, 0%, 33%)

Accessibility

WCAG contrast compliance

On White Background

3.47:1

AA AAA

On Black Background

6.04:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F7
100
#E8ED
200
#D5DE
300
#B4C5
400
#8DA7
500
#6C8D
600
#5171
700
#405A
800
#2E40
900
#1D29
950
#121A

Shades

Darker variations

1#5B7FA2
2#517190
3#47637E
4#3D556C
5#32475A
6#283948
7#1E2A36
8#141C24
9#0A0E12

Tints

Lighter variations

1#7B99B5
2#89A4BD
3#98AFC5
4#A7BBCD
5#B6C6D6
6#C4D2DE
7#D3DDE6
8#E2E8EE
9#F0F4F7

Tones

Muted variations

1#6F8DA9
2#738DA6
3#768DA3
4#798DA0
5#7C8D9C
6#7F8D99
7#838D96
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
B4C5
#B4C5D5
BordersInactive statesPlaceholder text
400
8DA7
#8DA7BF
Disabled statesSecondary iconsMuted text
500
6C8D
#6C8DAC
Primary brand colorCTAsActive elementsLinks
600
5171
#517190
Hover statesFocus ringsPrimary buttons hover
700
405A
#405A72
Active/pressed statesDark mode accentsSecondary text
800
2E40
#2E4052
Text on light backgroundsHeadingsStrong borders
900
1D29
#1D2934
Primary textHigh emphasis contentDark headings
950
121A
#121A21
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: #B4C5D5;
  --slate-gray-400: #8DA7BF;
  --slate-gray-500: #6C8DAC;
  --slate-gray-600: #517190;
  --slate-gray-700: #405A72;
  --slate-gray-800: #2E4052;
  --slate-gray-900: #1D2934;
  --slate-gray-950: #121A21;
}
Generate More ShadesCreate PaletteConvert Color