Slate Gray

#6C85AC

Blue

Color Codes

All color formats for development

HEX
#6C85AC
RGB
rgb(108, 133, 172)
HSL
hsl(217, 28%, 55%)
OKLCH
oklch(0.612 0.066 259.1)
CMYK
cmyk(37%, 23%, 0%, 33%)

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
#F5F7
100
#E8EC
200
#D5DC
300
#B4C1
400
#8DA0
500
#6C85
600
#5169
700
#4053
800
#2E3C
900
#1D26
950
#1218

Shades

Darker variations

1#5B76A2
2#516990
3#475C7E
4#3D4F6C
5#32425A
6#283448
7#1E2736
8#141A24
9#0A0D12

Tints

Lighter variations

1#7B91B5
2#899DBD
3#98A9C5
4#A7B6CD
5#B6C2D6
6#C4CEDE
7#D3DAE6
8#E2E7EE
9#F0F3F7

Tones

Muted variations

1#6F86A9
2#7386A6
3#7687A3
4#7988A0
5#7C899C
6#7F8999
7#838A96
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
B4C1
#B4C1D5
BordersInactive statesPlaceholder text
400
8DA0
#8DA0BF
Disabled statesSecondary iconsMuted text
500
6C85
#6C85AC
Primary brand colorCTAsActive elementsLinks
600
5169
#516990
Hover statesFocus ringsPrimary buttons hover
700
4053
#405372
Active/pressed statesDark mode accentsSecondary text
800
2E3C
#2E3C52
Text on light backgroundsHeadingsStrong borders
900
1D26
#1D2634
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: #B4C1D5;
  --slate-gray-400: #8DA0BF;
  --slate-gray-500: #6C85AC;
  --slate-gray-600: #516990;
  --slate-gray-700: #405372;
  --slate-gray-800: #2E3C52;
  --slate-gray-900: #1D2634;
  --slate-gray-950: #121821;
}
Generate More ShadesCreate PaletteConvert Color