Slate Gray

#8E9ABE

Blue

Color Codes

All color formats for development

HEX
#8E9ABE
RGB
rgb(142, 154, 190)
HSL
hsl(225, 27%, 65%)
OKLCH
oklch(0.689 0.055 270.5)
CMYK
cmyk(25%, 19%, 0%, 25%)

Accessibility

WCAG contrast compliance

On White Background

2.79:1

AA AAA

On Black Background

7.52:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F6
100
#E8EB
200
#D5D9
300
#B5BC
400
#8E9A
500
#6D7D
600
#5261
700
#414D
800
#2F37
900
#1E23
950
#1316

Shades

Darker variations

1#7987B2
2#6474A6
3#556493
4#49567E
5#3C4869
6#303954
7#242B3F
8#181D2A
9#0C0E15

Tints

Lighter variations

1#99A4C4
2#A4AECB
3#B0B8D1
4#BBC2D8
5#C6CCDE
6#D2D6E5
7#DDE1EB
8#E8EBF2
9#F4F5F8

Tones

Muted variations

1#909BBB
2#929CB9
3#959DB7
4#979FB4
5#9AA0B2
6#9CA1AF
7#9FA2AD
8#A1A3AB
9#A3A5A8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F6
#F5F6F9
BackgroundsSubtle highlightsCard backgrounds
100
E8EB
#E8EBF2
Light backgroundsTable row hoverSkeleton loading
200
D5D9
#D5D9E7
Secondary backgroundsInput backgroundsDividers
300
B5BC
#B5BCD4
BordersInactive statesPlaceholder text
400
8E9A
#8E9ABE
Disabled statesSecondary iconsMuted text
500
6D7D
#6D7DAB
Primary brand colorCTAsActive elementsLinks
600
5261
#52618E
Hover statesFocus ringsPrimary buttons hover
700
414D
#414D71
Active/pressed statesDark mode accentsSecondary text
800
2F37
#2F3751
Text on light backgroundsHeadingsStrong borders
900
1E23
#1E2334
Primary textHigh emphasis contentDark headings
950
1316
#131620
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F5F6F9;
  --slate-gray-100: #E8EBF2;
  --slate-gray-200: #D5D9E7;
  --slate-gray-300: #B5BCD4;
  --slate-gray-400: #8E9ABE;
  --slate-gray-500: #6D7DAB;
  --slate-gray-600: #52618E;
  --slate-gray-700: #414D71;
  --slate-gray-800: #2F3751;
  --slate-gray-900: #1E2334;
  --slate-gray-950: #131620;
}
Generate More ShadesCreate PaletteConvert Color