Slate Gray

#8294C9

Blue

Color Codes

All color formats for development

HEX
#8294C9
RGB
rgb(130, 148, 201)
HSL
hsl(225, 40%, 65%)
OKLCH
oklch(0.673 0.082 269.7)
CMYK
cmyk(35%, 26%, 0%, 21%)

Accessibility

WCAG contrast compliance

On White Background

2.99:1

AA AAA

On Black Background

7.03:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F6
100
#E6EA
200
#D1D7
300
#ADB9
400
#8294
500
#5E75
600
#435A
700
#3647
800
#2633
900
#1821
950
#0F14

Shades

Darker variations

1#6B80C0
2#546CB6
3#465DA2
4#3C508B
5#324274
6#28355D
7#1E2846
8#141B2E
9#0A0D17

Tints

Lighter variations

1#8F9FCF
2#9BA9D4
3#A8B4DA
4#B4BFDF
5#C1C9E4
6#CDD4EA
7#DADFEF
8#E6EAF4
9#F3F4FA

Tones

Muted variations

1#8696C6
2#8997C2
3#8D99BF
4#909BBB
5#949DB8
6#979FB4
7#9BA0B0
8#9FA2AD
9#A2A4A9

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F6
#F4F6FA
BackgroundsSubtle highlightsCard backgrounds
100
E6EA
#E6EAF4
Light backgroundsTable row hoverSkeleton loading
200
D1D7
#D1D7EB
Secondary backgroundsInput backgroundsDividers
300
ADB9
#ADB9DC
BordersInactive statesPlaceholder text
400
8294
#8294C9
Disabled statesSecondary iconsMuted text
500
5E75
#5E75BA
Primary brand colorCTAsActive elementsLinks
600
435A
#435A9D
Hover statesFocus ringsPrimary buttons hover
700
3647
#36477D
Active/pressed statesDark mode accentsSecondary text
800
2633
#263359
Text on light backgroundsHeadingsStrong borders
900
1821
#182139
Primary textHigh emphasis contentDark headings
950
0F14
#0F1424
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F4F6FA;
  --slate-gray-100: #E6EAF4;
  --slate-gray-200: #D1D7EB;
  --slate-gray-300: #ADB9DC;
  --slate-gray-400: #8294C9;
  --slate-gray-500: #5E75BA;
  --slate-gray-600: #435A9D;
  --slate-gray-700: #36477D;
  --slate-gray-800: #263359;
  --slate-gray-900: #182139;
  --slate-gray-950: #0F1424;
}
Generate More ShadesCreate PaletteConvert Color