Slate Gray

#8597C7

Blue

Color Codes

All color formats for development

HEX
#8597C7
RGB
rgb(133, 151, 199)
HSL
hsl(224, 37%, 65%)
OKLCH
oklch(0.68 0.074 268.5)
CMYK
cmyk(33%, 24%, 0%, 22%)

Accessibility

WCAG contrast compliance

On White Background

2.90:1

AA AAA

On Black Background

7.25:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F6
100
#E7EA
200
#D2D8
300
#AFBA
400
#8596
500
#6278
600
#475D
700
#384A
800
#2835
900
#1A22
950
#1015

Shades

Darker variations

1#6E83BC
2#576FB2
3#49609F
4#3F5288
5#344572
6#2A375B
7#1F2944
8#151B2D
9#0A0E17

Tints

Lighter variations

1#91A1CC
2#9DABD2
3#A9B6D8
4#B6C0DD
5#C2CBE3
6#CED5E9
7#DAE0EE
8#E7EAF4
9#F3F5F9

Tones

Muted variations

1#8898C3
2#8B99C0
3#8F9BBD
4#929DBA
5#959EB6
6#99A0B3
7#9CA1B0
8#9FA3AC
9#A2A4A9

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F6
#F5F6FA
BackgroundsSubtle highlightsCard backgrounds
100
E7EA
#E7EAF4
Light backgroundsTable row hoverSkeleton loading
200
D2D8
#D2D8EA
Secondary backgroundsInput backgroundsDividers
300
AFBA
#AFBADA
BordersInactive statesPlaceholder text
400
8596
#8596C7
Disabled statesSecondary iconsMuted text
500
6278
#6278B7
Primary brand colorCTAsActive elementsLinks
600
475D
#475D9A
Hover statesFocus ringsPrimary buttons hover
700
384A
#384A7A
Active/pressed statesDark mode accentsSecondary text
800
2835
#283557
Text on light backgroundsHeadingsStrong borders
900
1A22
#1A2238
Primary textHigh emphasis contentDark headings
950
1015
#101523
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F5F6FA;
  --slate-gray-100: #E7EAF4;
  --slate-gray-200: #D2D8EA;
  --slate-gray-300: #AFBADA;
  --slate-gray-400: #8596C7;
  --slate-gray-500: #6278B7;
  --slate-gray-600: #475D9A;
  --slate-gray-700: #384A7A;
  --slate-gray-800: #283557;
  --slate-gray-900: #1A2238;
  --slate-gray-950: #101523;
}
Generate More ShadesCreate PaletteConvert Color