Slate Gray

#6D71AB

Blue

Color Codes

All color formats for development

HEX
#6D71AB
RGB
rgb(109, 113, 171)
HSL
hsl(236, 27%, 55%)
OKLCH
oklch(0.569 0.089 280.1)
CMYK
cmyk(36%, 34%, 0%, 33%)

Accessibility

WCAG contrast compliance

On White Background

4.56:1

AA AAA

On Black Background

4.60:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F6
100
#E8E9
200
#D5D6
300
#B5B7
400
#8E91
500
#6D71
600
#5256
700
#4144
800
#2F31
900
#1E1F
950
#1314

Shades

Darker variations

1#5C61A0
2#52568E
3#484B7D
4#3D406B
5#333659
6#292B47
7#1F2035
8#141524
9#0A0B12

Tints

Lighter variations

1#7C80B4
2#8A8EBC
3#999CC4
4#A8AACD
5#B6B8D5
6#C5C6DD
7#D3D5E6
8#E2E3EE
9#F0F1F7

Tones

Muted variations

1#7074A8
2#7377A5
3#7779A2
4#7A7C9F
5#7D7F9C
6#808299
7#838496
8#868792
9#898A8F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F6
#F5F6F9
BackgroundsSubtle highlightsCard backgrounds
100
E8E9
#E8E9F2
Light backgroundsTable row hoverSkeleton loading
200
D5D6
#D5D6E7
Secondary backgroundsInput backgroundsDividers
300
B5B7
#B5B7D4
BordersInactive statesPlaceholder text
400
8E91
#8E91BE
Disabled statesSecondary iconsMuted text
500
6D71
#6D71AB
Primary brand colorCTAsActive elementsLinks
600
5256
#52568E
Hover statesFocus ringsPrimary buttons hover
700
4144
#414471
Active/pressed statesDark mode accentsSecondary text
800
2F31
#2F3151
Text on light backgroundsHeadingsStrong borders
900
1E1F
#1E1F34
Primary textHigh emphasis contentDark headings
950
1314
#131420
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F5F6F9;
  --slate-gray-100: #E8E9F2;
  --slate-gray-200: #D5D6E7;
  --slate-gray-300: #B5B7D4;
  --slate-gray-400: #8E91BE;
  --slate-gray-500: #6D71AB;
  --slate-gray-600: #52568E;
  --slate-gray-700: #414471;
  --slate-gray-800: #2F3151;
  --slate-gray-900: #1E1F34;
  --slate-gray-950: #131420;
}
Generate More ShadesCreate PaletteConvert Color