Slate Gray

#586289

Blue

Color Codes

All color formats for development

HEX
#586289
RGB
rgb(88, 98, 137)
HSL
hsl(228, 22%, 44%)
OKLCH
oklch(0.504 0.064 272.9)
CMYK
cmyk(36%, 28%, 0%, 46%)

Accessibility

WCAG contrast compliance

On White Background

5.96:1

AA AAA

On Black Background

3.52:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F6
100
#E9EB
200
#D7D9
300
#B7BD
400
#929A
500
#737D
600
#5861
700
#464D
800
#3237
900
#2023
950
#1416

Shades

Darker variations

1#4F587B
2#464E6E
3#3D4460
4#353A52
5#2C3144
6#232737
7#1A1D29
8#12131B
9#090A0E

Tints

Lighter variations

1#636E9A
2#747EA6
3#858EB1
4#969EBC
5#A8AEC7
6#B9BED2
7#CBCFDE
8#DCDFE9
9#EEEFF4

Tones

Muted variations

1#5A6386
2#5C6484
3#5F6681
4#61677F
5#64697D
6#666A7A
7#696C78
8#6B6D75
9#6E6F73

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F6
#F6F6F9
BackgroundsSubtle highlightsCard backgrounds
100
E9EB
#E9EBF1
Light backgroundsTable row hoverSkeleton loading
200
D7D9
#D7D9E5
Secondary backgroundsInput backgroundsDividers
300
B7BD
#B7BDD1
BordersInactive statesPlaceholder text
400
929A
#929AB9
Disabled statesSecondary iconsMuted text
500
737D
#737DA5
Primary brand colorCTAsActive elementsLinks
600
5861
#586189
Hover statesFocus ringsPrimary buttons hover
700
464D
#464D6D
Active/pressed statesDark mode accentsSecondary text
800
3237
#32374E
Text on light backgroundsHeadingsStrong borders
900
2023
#202332
Primary textHigh emphasis contentDark headings
950
1416
#14161F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F6F6F9;
  --slate-gray-100: #E9EBF1;
  --slate-gray-200: #D7D9E5;
  --slate-gray-300: #B7BDD1;
  --slate-gray-400: #929AB9;
  --slate-gray-500: #737DA5;
  --slate-gray-600: #586189;
  --slate-gray-700: #464D6D;
  --slate-gray-800: #32374E;
  --slate-gray-900: #202332;
  --slate-gray-950: #14161F;
}
Generate More ShadesCreate PaletteConvert Color