Slate Gray

#6D88AB

Blue

Color Codes

All color formats for development

HEX
#6D88AB
RGB
rgb(109, 136, 171)
HSL
hsl(214, 27%, 55%)
OKLCH
oklch(0.619 0.062 255.1)
CMYK
cmyk(36%, 20%, 0%, 33%)

Accessibility

WCAG contrast compliance

On White Background

3.65:1

AA AAA

On Black Background

5.76:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F7
100
#E8ED
200
#D5DD
300
#B5C2
400
#8EA3
500
#6D88
600
#526C
700
#4156
800
#2F3D
900
#1E27
950
#1319

Shades

Darker variations

1#5C7AA0
2#526C8E
3#485F7D
4#3D516B
5#334459
6#293647
7#1F2935
8#141B24
9#0A0E12

Tints

Lighter variations

1#7C94B4
2#8AA0BC
3#99ACC4
4#A8B8CD
5#B6C4D5
6#C5CFDD
7#D3DBE6
8#E2E7EE
9#F0F3F7

Tones

Muted variations

1#7089A8
2#7389A5
3#7789A2
4#7A8A9F
5#7D8A9C
6#808B99
7#838B96
8#868B92
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
D5DD
#D5DDE7
Secondary backgroundsInput backgroundsDividers
300
B5C2
#B5C2D4
BordersInactive statesPlaceholder text
400
8EA3
#8EA3BE
Disabled statesSecondary iconsMuted text
500
6D88
#6D88AB
Primary brand colorCTAsActive elementsLinks
600
526C
#526C8E
Hover statesFocus ringsPrimary buttons hover
700
4156
#415671
Active/pressed statesDark mode accentsSecondary text
800
2F3D
#2F3D51
Text on light backgroundsHeadingsStrong borders
900
1E27
#1E2734
Primary textHigh emphasis contentDark headings
950
1319
#131920
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: #D5DDE7;
  --slate-gray-300: #B5C2D4;
  --slate-gray-400: #8EA3BE;
  --slate-gray-500: #6D88AB;
  --slate-gray-600: #526C8E;
  --slate-gray-700: #415671;
  --slate-gray-800: #2F3D51;
  --slate-gray-900: #1E2734;
  --slate-gray-950: #131920;
}
Generate More ShadesCreate PaletteConvert Color