Slate Gray

#8E95BE

Blue

Color Codes

All color formats for development

HEX
#8E95BE
RGB
rgb(142, 149, 190)
HSL
hsl(231, 27%, 65%)
OKLCH
oklch(0.679 0.061 277.1)
CMYK
cmyk(25%, 22%, 0%, 25%)

Accessibility

WCAG contrast compliance

On White Background

2.92:1

AA AAA

On Black Background

7.19:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F6
100
#E8EA
200
#D5D8
300
#B5B9
400
#8E95
500
#6D77
600
#525B
700
#4148
800
#2F34
900
#1E21
950
#1315

Shades

Darker variations

1#7981B2
2#646DA6
3#555E93
4#49517E
5#3C4369
6#303654
7#24283F
8#181B2A
9#0C0D15

Tints

Lighter variations

1#999FC4
2#A4AACB
3#B0B5D1
4#BBBFD8
5#C6CADE
6#D2D5E5
7#DDDFEB
8#E8EAF2
9#F4F4F8

Tones

Muted variations

1#9097BB
2#9298B9
3#959AB7
4#979CB4
5#9A9DB2
6#9C9FAF
7#9FA1AD
8#A1A2AB
9#A3A4A8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F6
#F5F6F9
BackgroundsSubtle highlightsCard backgrounds
100
E8EA
#E8EAF2
Light backgroundsTable row hoverSkeleton loading
200
D5D8
#D5D8E7
Secondary backgroundsInput backgroundsDividers
300
B5B9
#B5B9D4
BordersInactive statesPlaceholder text
400
8E95
#8E95BE
Disabled statesSecondary iconsMuted text
500
6D77
#6D77AB
Primary brand colorCTAsActive elementsLinks
600
525B
#525B8E
Hover statesFocus ringsPrimary buttons hover
700
4148
#414871
Active/pressed statesDark mode accentsSecondary text
800
2F34
#2F3451
Text on light backgroundsHeadingsStrong borders
900
1E21
#1E2134
Primary textHigh emphasis contentDark headings
950
1315
#131520
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F5F6F9;
  --slate-gray-100: #E8EAF2;
  --slate-gray-200: #D5D8E7;
  --slate-gray-300: #B5B9D4;
  --slate-gray-400: #8E95BE;
  --slate-gray-500: #6D77AB;
  --slate-gray-600: #525B8E;
  --slate-gray-700: #414871;
  --slate-gray-800: #2F3451;
  --slate-gray-900: #1E2134;
  --slate-gray-950: #131520;
}
Generate More ShadesCreate PaletteConvert Color