Slate Gray

#888CC3

Blue

Color Codes

All color formats for development

HEX
#888CC3
RGB
rgb(136, 140, 195)
HSL
hsl(236, 33%, 65%)
OKLCH
oklch(0.658 0.082 280.7)
CMYK
cmyk(30%, 28%, 0%, 24%)

Accessibility

WCAG contrast compliance

On White Background

3.19:1

AA AAA

On Black Background

6.59:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F5
100
#E7E8
200
#D3D4
300
#B1B4
400
#888C
500
#666B
600
#4B50
700
#3C40
800
#2B2E
900
#1B1D
950
#1112

Shades

Darker variations

1#7277B8
2#5C62AD
3#4E539A
4#434784
5#383B6E
6#2C2F58
7#212442
8#16182C
9#0B0C16

Tints

Lighter variations

1#9498C9
2#A0A3CF
3#ACAFD5
4#B8BADB
5#C4C6E1
6#D0D1E7
7#DBDDED
8#E7E8F3
9#F3F4F9

Tones

Muted variations

1#8B8FC0
2#8E91BD
3#9194BA
4#9496B7
5#9799B4
6#9A9CB2
7#9D9EAF
8#A0A1AC
9#A3A3A9

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F5
#F5F5FA
BackgroundsSubtle highlightsCard backgrounds
100
E7E8
#E7E8F3
Light backgroundsTable row hoverSkeleton loading
200
D3D4
#D3D4E9
Secondary backgroundsInput backgroundsDividers
300
B1B4
#B1B4D8
BordersInactive statesPlaceholder text
400
888C
#888CC3
Disabled statesSecondary iconsMuted text
500
666B
#666BB2
Primary brand colorCTAsActive elementsLinks
600
4B50
#4B5095
Hover statesFocus ringsPrimary buttons hover
700
3C40
#3C4077
Active/pressed statesDark mode accentsSecondary text
800
2B2E
#2B2E55
Text on light backgroundsHeadingsStrong borders
900
1B1D
#1B1D36
Primary textHigh emphasis contentDark headings
950
1112
#111222
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F5F5FA;
  --slate-gray-100: #E7E8F3;
  --slate-gray-200: #D3D4E9;
  --slate-gray-300: #B1B4D8;
  --slate-gray-400: #888CC3;
  --slate-gray-500: #666BB2;
  --slate-gray-600: #4B5095;
  --slate-gray-700: #3C4077;
  --slate-gray-800: #2B2E55;
  --slate-gray-900: #1B1D36;
  --slate-gray-950: #111222;
}
Generate More ShadesCreate PaletteConvert Color