Slate Gray

#6B7BAE

Blue

Color Codes

All color formats for development

HEX
#6B7BAE
RGB
rgb(107, 123, 174)
HSL
hsl(226, 29%, 55%)
OKLCH
oklch(0.591 0.081 270.4)
CMYK
cmyk(39%, 29%, 0%, 32%)

Accessibility

WCAG contrast compliance

On White Background

4.14:1

AA AAA

On Black Background

5.07:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F6
100
#E8EA
200
#D4D9
300
#B3BB
400
#8C98
500
#6B7B
600
#505F
700
#3F4B
800
#2D36
900
#1D22
950
#1216

Shades

Darker variations

1#5A6BA3
2#505F91
3#46537F
4#3C476D
5#323B5A
6#282F48
7#1E2436
8#141824
9#0A0C12

Tints

Lighter variations

1#7A88B6
2#8995BE
3#97A2C6
4#A6B0CE
5#B5BDD6
6#C4CADE
7#D3D7E7
8#E1E5EF
9#F0F2F7

Tones

Muted variations

1#6E7CAA
2#727EA7
3#7580A4
4#7882A0
5#7C839D
6#7F859A
7#828796
8#868993
9#898A90

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F6
#F5F6FA
BackgroundsSubtle highlightsCard backgrounds
100
E8EA
#E8EAF2
Light backgroundsTable row hoverSkeleton loading
200
D4D9
#D4D9E7
Secondary backgroundsInput backgroundsDividers
300
B3BB
#B3BBD5
BordersInactive statesPlaceholder text
400
8C98
#8C98C0
Disabled statesSecondary iconsMuted text
500
6B7B
#6B7BAE
Primary brand colorCTAsActive elementsLinks
600
505F
#505F91
Hover statesFocus ringsPrimary buttons hover
700
3F4B
#3F4B73
Active/pressed statesDark mode accentsSecondary text
800
2D36
#2D3652
Text on light backgroundsHeadingsStrong borders
900
1D22
#1D2235
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: #F5F6FA;
  --slate-gray-100: #E8EAF2;
  --slate-gray-200: #D4D9E7;
  --slate-gray-300: #B3BBD5;
  --slate-gray-400: #8C98C0;
  --slate-gray-500: #6B7BAE;
  --slate-gray-600: #505F91;
  --slate-gray-700: #3F4B73;
  --slate-gray-800: #2D3652;
  --slate-gray-900: #1D2235;
  --slate-gray-950: #121621;
}
Generate More ShadesCreate PaletteConvert Color