Slate Gray

#8F92BC

Blue

Color Codes

All color formats for development

HEX
#8F92BC
RGB
rgb(143, 146, 188)
HSL
hsl(236, 25%, 65%)
OKLCH
oklch(0.673 0.062 281.4)
CMYK
cmyk(24%, 22%, 0%, 26%)

Accessibility

WCAG contrast compliance

On White Background

3.00:1

AA AAA

On Black Background

7.01:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F6
100
#E9E9
200
#D6D7
300
#B6B8
400
#8F92
500
#7073
600
#5458
700
#4346
800
#3032
900
#1F20
950
#1314

Shades

Darker variations

1#7B7EB0
2#666AA3
3#575B91
4#4B4E7C
5#3E4168
6#323453
7#25273E
8#191A29
9#0C0D15

Tints

Lighter variations

1#9B9DC3
2#A6A8C9
3#B1B3D0
4#BCBED7
5#C7C9DE
6#D2D4E4
7#DEDEEB
8#E9E9F2
9#F4F4F8

Tones

Muted variations

1#9294BA
2#9496B8
3#9698B5
4#989AB3
5#9B9CB1
6#9D9EAF
7#9FA0AC
8#A1A2AA
9#A4A4A8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F6
#F5F6F9
BackgroundsSubtle highlightsCard backgrounds
100
E9E9
#E9E9F2
Light backgroundsTable row hoverSkeleton loading
200
D6D7
#D6D7E6
Secondary backgroundsInput backgroundsDividers
300
B6B8
#B6B8D3
BordersInactive statesPlaceholder text
400
8F92
#8F92BC
Disabled statesSecondary iconsMuted text
500
7073
#7073A9
Primary brand colorCTAsActive elementsLinks
600
5458
#54588C
Hover statesFocus ringsPrimary buttons hover
700
4346
#434670
Active/pressed statesDark mode accentsSecondary text
800
3032
#303250
Text on light backgroundsHeadingsStrong borders
900
1F20
#1F2033
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: #E9E9F2;
  --slate-gray-200: #D6D7E6;
  --slate-gray-300: #B6B8D3;
  --slate-gray-400: #8F92BC;
  --slate-gray-500: #7073A9;
  --slate-gray-600: #54588C;
  --slate-gray-700: #434670;
  --slate-gray-800: #303250;
  --slate-gray-900: #1F2033;
  --slate-gray-950: #131420;
}
Generate More ShadesCreate PaletteConvert Color