Slate Gray

#8896C3

Blue

Color Codes

All color formats for development

HEX
#8896C3
RGB
rgb(136, 150, 195)
HSL
hsl(226, 33%, 65%)
OKLCH
oklch(0.679 0.069 271.1)
CMYK
cmyk(30%, 23%, 0%, 24%)

Accessibility

WCAG contrast compliance

On White Background

2.92:1

AA AAA

On Black Background

7.20:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F6
100
#E7EA
200
#D3D8
300
#B1BA
400
#8896
500
#6678
600
#4B5C
700
#3C4A
800
#2B35
900
#1B22
950
#1115

Shades

Darker variations

1#7283B8
2#5C6FAD
3#4E609A
4#435284
5#38446E
6#2C3758
7#212942
8#161B2C
9#0B0E16

Tints

Lighter variations

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

Tones

Muted variations

1#8B98C0
2#8E99BD
3#919BBA
4#949CB7
5#979EB4
6#9A9FB2
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
B1BA
#B1BAD8
BordersInactive statesPlaceholder text
400
8896
#8896C3
Disabled statesSecondary iconsMuted text
500
6678
#6678B2
Primary brand colorCTAsActive elementsLinks
600
4B5C
#4B5C95
Hover statesFocus ringsPrimary buttons hover
700
3C4A
#3C4A77
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: #B1BAD8;
  --slate-gray-400: #8896C3;
  --slate-gray-500: #6678B2;
  --slate-gray-600: #4B5C95;
  --slate-gray-700: #3C4A77;
  --slate-gray-800: #2B3555;
  --slate-gray-900: #1B2236;
  --slate-gray-950: #111522;
}
Generate More ShadesCreate PaletteConvert Color