Slate Gray

#8E90BE

Blue

Color Codes

All color formats for development

HEX
#8E90BE
RGB
rgb(142, 144, 190)
HSL
hsl(238, 27%, 65%)
OKLCH
oklch(0.669 0.068 282.5)
CMYK
cmyk(25%, 24%, 0%, 25%)

Accessibility

WCAG contrast compliance

On White Background

3.05:1

AA AAA

On Black Background

6.88:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F5
100
#E8E9
200
#D5D5
300
#B5B6
400
#8E8F
500
#6D6F
600
#5254
700
#4143
800
#2F30
900
#1E1F
950
#1313

Shades

Darker variations

1#797BB2
2#6466A6
3#555793
4#494A7E
5#3C3E69
6#303254
7#24253F
8#18192A
9#0C0C15

Tints

Lighter variations

1#999AC4
2#A4A6CB
3#B0B1D1
4#BBBCD8
5#C6C7DE
6#D2D2E5
7#DDDDEB
8#E8E9F2
9#F4F4F8

Tones

Muted variations

1#9092BB
2#9294B9
3#9596B7
4#9798B4
5#9A9BB2
6#9C9DAF
7#9F9FAD
8#A1A1AB
9#A3A4A8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F5
#F5F5F9
BackgroundsSubtle highlightsCard backgrounds
100
E8E9
#E8E9F2
Light backgroundsTable row hoverSkeleton loading
200
D5D5
#D5D5E7
Secondary backgroundsInput backgroundsDividers
300
B5B6
#B5B6D4
BordersInactive statesPlaceholder text
400
8E8F
#8E8FBE
Disabled statesSecondary iconsMuted text
500
6D6F
#6D6FAB
Primary brand colorCTAsActive elementsLinks
600
5254
#52548E
Hover statesFocus ringsPrimary buttons hover
700
4143
#414371
Active/pressed statesDark mode accentsSecondary text
800
2F30
#2F3051
Text on light backgroundsHeadingsStrong borders
900
1E1F
#1E1F34
Primary textHigh emphasis contentDark headings
950
1313
#131320
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F5F5F9;
  --slate-gray-100: #E8E9F2;
  --slate-gray-200: #D5D5E7;
  --slate-gray-300: #B5B6D4;
  --slate-gray-400: #8E8FBE;
  --slate-gray-500: #6D6FAB;
  --slate-gray-600: #52548E;
  --slate-gray-700: #414371;
  --slate-gray-800: #2F3051;
  --slate-gray-900: #1E1F34;
  --slate-gray-950: #131320;
}
Generate More ShadesCreate PaletteConvert Color