Slate Gray

#8586C7

Blue

Color Codes

All color formats for development

HEX
#8586C7
RGB
rgb(133, 134, 199)
HSL
hsl(239, 37%, 65%)
OKLCH
oklch(0.645 0.097 282.7)
CMYK
cmyk(33%, 33%, 0%, 22%)

Accessibility

WCAG contrast compliance

On White Background

3.37:1

AA AAA

On Black Background

6.23:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F5
100
#E7E7
200
#D2D2
300
#AFAF
400
#8586
500
#6263
600
#4748
700
#3839
800
#2829
900
#1A1A
950
#1010

Shades

Darker variations

1#6E6FBC
2#5759B2
3#494B9F
4#3F4088
5#343572
6#2A2B5B
7#1F2044
8#15152D
9#0A0B17

Tints

Lighter variations

1#9192CC
2#9D9ED2
3#A9AAD8
4#B6B6DD
5#C2C2E3
6#CECFE9
7#DADBEE
8#E7E7F4
9#F3F3F9

Tones

Muted variations

1#8889C3
2#8B8CC0
3#8F8FBD
4#9293BA
5#9596B6
6#9999B3
7#9C9CB0
8#9F9FAC
9#A2A3A9

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F5
#F5F5FA
BackgroundsSubtle highlightsCard backgrounds
100
E7E7
#E7E7F4
Light backgroundsTable row hoverSkeleton loading
200
D2D2
#D2D2EA
Secondary backgroundsInput backgroundsDividers
300
AFAF
#AFAFDA
BordersInactive statesPlaceholder text
400
8586
#8586C7
Disabled statesSecondary iconsMuted text
500
6263
#6263B7
Primary brand colorCTAsActive elementsLinks
600
4748
#47489A
Hover statesFocus ringsPrimary buttons hover
700
3839
#38397A
Active/pressed statesDark mode accentsSecondary text
800
2829
#282957
Text on light backgroundsHeadingsStrong borders
900
1A1A
#1A1A38
Primary textHigh emphasis contentDark headings
950
1010
#101023
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F5F5FA;
  --slate-gray-100: #E7E7F4;
  --slate-gray-200: #D2D2EA;
  --slate-gray-300: #AFAFDA;
  --slate-gray-400: #8586C7;
  --slate-gray-500: #6263B7;
  --slate-gray-600: #47489A;
  --slate-gray-700: #38397A;
  --slate-gray-800: #282957;
  --slate-gray-900: #1A1A38;
  --slate-gray-950: #101023;
}
Generate More ShadesCreate PaletteConvert Color