Slate Gray

#8C92C0

Blue

Color Codes

All color formats for development

HEX
#8C92C0
RGB
rgb(140, 146, 192)
HSL
hsl(233, 29%, 65%)
OKLCH
oklch(0.672 0.068 278.6)
CMYK
cmyk(27%, 24%, 0%, 25%)

Accessibility

WCAG contrast compliance

On White Background

3.01:1

AA AAA

On Black Background

6.99:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F6
100
#E8E9
200
#D4D6
300
#B3B7
400
#8C92
500
#6B73
600
#5057
700
#3F45
800
#2D32
900
#1D20
950
#1214

Shades

Darker variations

1#767EB4
2#6169A8
3#525A96
4#474D80
5#3B406B
6#2F3456
7#232740
8#181A2B
9#0C0D15

Tints

Lighter variations

1#979DC6
2#A3A8CC
3#AEB3D3
4#BABED9
5#C5C8DF
6#D1D3E6
7#DCDEEC
8#E8E9F2
9#F3F4F9

Tones

Muted variations

1#8E94BD
2#9196BA
3#9498B8
4#969AB5
5#999CB3
6#9B9EB0
7#9EA0AE
8#A1A2AB
9#A3A4A8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F6
#F5F6FA
BackgroundsSubtle highlightsCard backgrounds
100
E8E9
#E8E9F2
Light backgroundsTable row hoverSkeleton loading
200
D4D6
#D4D6E7
Secondary backgroundsInput backgroundsDividers
300
B3B7
#B3B7D5
BordersInactive statesPlaceholder text
400
8C92
#8C92C0
Disabled statesSecondary iconsMuted text
500
6B73
#6B73AE
Primary brand colorCTAsActive elementsLinks
600
5057
#505791
Hover statesFocus ringsPrimary buttons hover
700
3F45
#3F4573
Active/pressed statesDark mode accentsSecondary text
800
2D32
#2D3252
Text on light backgroundsHeadingsStrong borders
900
1D20
#1D2035
Primary textHigh emphasis contentDark headings
950
1214
#121421
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F5F6FA;
  --slate-gray-100: #E8E9F2;
  --slate-gray-200: #D4D6E7;
  --slate-gray-300: #B3B7D5;
  --slate-gray-400: #8C92C0;
  --slate-gray-500: #6B73AE;
  --slate-gray-600: #505791;
  --slate-gray-700: #3F4573;
  --slate-gray-800: #2D3252;
  --slate-gray-900: #1D2035;
  --slate-gray-950: #121421;
}
Generate More ShadesCreate PaletteConvert Color