Slate Gray

#8897C3

Blue

Color Codes

All color formats for development

HEX
#8897C3
RGB
rgb(136, 151, 195)
HSL
hsl(225, 33%, 65%)
OKLCH
oklch(0.681 0.067 269.9)
CMYK
cmyk(30%, 23%, 0%, 24%)

Accessibility

WCAG contrast compliance

On White Background

2.89:1

AA AAA

On Black Background

7.26:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F6
100
#E7EA
200
#D3D8
300
#B1BB
400
#8897
500
#6679
600
#4B5E
700
#3C4B
800
#2B35
900
#1B22
950
#1115

Shades

Darker variations

1#7284B8
2#5C70AD
3#4E619A
4#435384
5#38456E
6#2C3758
7#212A42
8#161C2C
9#0B0E16

Tints

Lighter variations

1#94A1C9
2#A0ACCF
3#ACB6D5
4#B8C1DB
5#C4CBE1
6#D0D5E7
7#DBE0ED
8#E7EAF3
9#F3F5F9

Tones

Muted variations

1#8B98C0
2#8E9ABD
3#919BBA
4#949DB7
5#979EB4
6#9AA0B2
7#9DA1AF
8#A0A3AC
9#A3A4A9

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F6
#F5F6FA
BackgroundsSubtle highlightsCard backgrounds
100
E7EA
#E7EAF3
Light backgroundsTable row hoverSkeleton loading
200
D3D8
#D3D8E9
Secondary backgroundsInput backgroundsDividers
300
B1BB
#B1BBD8
BordersInactive statesPlaceholder text
400
8897
#8897C3
Disabled statesSecondary iconsMuted text
500
6679
#6679B2
Primary brand colorCTAsActive elementsLinks
600
4B5E
#4B5E95
Hover statesFocus ringsPrimary buttons hover
700
3C4B
#3C4B77
Active/pressed statesDark mode accentsSecondary text
800
2B35
#2B3555
Text on light backgroundsHeadingsStrong borders
900
1B22
#1B2236
Primary textHigh emphasis contentDark headings
950
1115
#111522
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F5F6FA;
  --slate-gray-100: #E7EAF3;
  --slate-gray-200: #D3D8E9;
  --slate-gray-300: #B1BBD8;
  --slate-gray-400: #8897C3;
  --slate-gray-500: #6679B2;
  --slate-gray-600: #4B5E95;
  --slate-gray-700: #3C4B77;
  --slate-gray-800: #2B3555;
  --slate-gray-900: #1B2236;
  --slate-gray-950: #111522;
}
Generate More ShadesCreate PaletteConvert Color