Slate Gray

#6C7DAC

Blue

Color Codes

All color formats for development

HEX
#6C7DAC
RGB
rgb(108, 125, 172)
HSL
hsl(224, 28%, 55%)
OKLCH
oklch(0.595 0.075 268.8)
CMYK
cmyk(37%, 27%, 0%, 33%)

Accessibility

WCAG contrast compliance

On White Background

4.06:1

AA AAA

On Black Background

5.17:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F6
100
#E8EB
200
#D5DA
300
#B4BD
400
#8D9A
500
#6C7D
600
#5162
700
#404E
800
#2E37
900
#1D23
950
#1216

Shades

Darker variations

1#5B6EA2
2#516290
3#47557E
4#3D496C
5#323D5A
6#283148
7#1E2536
8#141824
9#0A0C12

Tints

Lighter variations

1#7B8AB5
2#8997BD
3#98A4C5
4#A7B1CD
5#B6BED6
6#C4CBDE
7#D3D8E6
8#E2E5EE
9#F0F2F7

Tones

Muted variations

1#6F7FA9
2#7380A6
3#7682A3
4#7983A0
5#7C859C
6#7F8699
7#838896
8#868993
9#898B8F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F6
#F5F6F9
BackgroundsSubtle highlightsCard backgrounds
100
E8EB
#E8EBF2
Light backgroundsTable row hoverSkeleton loading
200
D5DA
#D5DAE7
Secondary backgroundsInput backgroundsDividers
300
B4BD
#B4BDD5
BordersInactive statesPlaceholder text
400
8D9A
#8D9ABF
Disabled statesSecondary iconsMuted text
500
6C7D
#6C7DAC
Primary brand colorCTAsActive elementsLinks
600
5162
#516290
Hover statesFocus ringsPrimary buttons hover
700
404E
#404E72
Active/pressed statesDark mode accentsSecondary text
800
2E37
#2E3752
Text on light backgroundsHeadingsStrong borders
900
1D23
#1D2334
Primary textHigh emphasis contentDark headings
950
1216
#121621
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F5F6F9;
  --slate-gray-100: #E8EBF2;
  --slate-gray-200: #D5DAE7;
  --slate-gray-300: #B4BDD5;
  --slate-gray-400: #8D9ABF;
  --slate-gray-500: #6C7DAC;
  --slate-gray-600: #516290;
  --slate-gray-700: #404E72;
  --slate-gray-800: #2E3752;
  --slate-gray-900: #1D2334;
  --slate-gray-950: #121621;
}
Generate More ShadesCreate PaletteConvert Color