Slate Gray

#8C9BC0

Blue

Color Codes

All color formats for development

HEX
#8C9BC0
RGB
rgb(140, 155, 192)
HSL
hsl(223, 29%, 65%)
OKLCH
oklch(0.691 0.057 267.6)
CMYK
cmyk(27%, 19%, 0%, 25%)

Accessibility

WCAG contrast compliance

On White Background

2.78:1

AA AAA

On Black Background

7.56:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F6
100
#E8EB
200
#D4DA
300
#B3BD
400
#8C9B
500
#6B7E
600
#5062
700
#3F4E
800
#2D38
900
#1D24
950
#1216

Shades

Darker variations

1#7688B4
2#6175A8
3#526596
4#475780
5#3B486B
6#2F3A56
7#232B40
8#181D2B
9#0C0E15

Tints

Lighter variations

1#97A5C6
2#A3AFCC
3#AEB9D3
4#BAC3D9
5#C5CDDF
6#D1D7E6
7#DCE1EC
8#E8EBF2
9#F3F5F9

Tones

Muted variations

1#8E9CBD
2#919DBA
3#949EB8
4#969FB5
5#99A0B3
6#9BA1B0
7#9EA2AE
8#A1A4AB
9#A3A5A8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F6
#F5F6FA
BackgroundsSubtle highlightsCard backgrounds
100
E8EB
#E8EBF2
Light backgroundsTable row hoverSkeleton loading
200
D4DA
#D4DAE7
Secondary backgroundsInput backgroundsDividers
300
B3BD
#B3BDD5
BordersInactive statesPlaceholder text
400
8C9B
#8C9BC0
Disabled statesSecondary iconsMuted text
500
6B7E
#6B7EAE
Primary brand colorCTAsActive elementsLinks
600
5062
#506291
Hover statesFocus ringsPrimary buttons hover
700
3F4E
#3F4E73
Active/pressed statesDark mode accentsSecondary text
800
2D38
#2D3852
Text on light backgroundsHeadingsStrong borders
900
1D24
#1D2435
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: #E8EBF2;
  --slate-gray-200: #D4DAE7;
  --slate-gray-300: #B3BDD5;
  --slate-gray-400: #8C9BC0;
  --slate-gray-500: #6B7EAE;
  --slate-gray-600: #506291;
  --slate-gray-700: #3F4E73;
  --slate-gray-800: #2D3852;
  --slate-gray-900: #1D2435;
  --slate-gray-950: #121621;
}
Generate More ShadesCreate PaletteConvert Color