Slate Gray

#586489

Blue

Color Codes

All color formats for development

HEX
#586489
RGB
rgb(88, 100, 137)
HSL
hsl(225, 22%, 44%)
OKLCH
oklch(0.508 0.061 270.3)
CMYK
cmyk(36%, 27%, 0%, 46%)

Accessibility

WCAG contrast compliance

On White Background

5.83:1

AA AAA

On Black Background

3.60:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#E9EB
200
#D7DA
300
#B7BE
400
#929C
500
#7380
600
#5864
700
#464F
800
#3239
900
#2024
950
#1417

Shades

Darker variations

1#4F5A7B
2#46506E
3#3D4660
4#353C52
5#2C3244
6#232837
7#1A1E29
8#12141B
9#090A0E

Tints

Lighter variations

1#63719A
2#7480A6
3#8590B1
4#96A0BC
5#A8B0C7
6#B9C0D2
7#CBCFDE
8#DCDFE9
9#EEEFF4

Tones

Muted variations

1#5A6586
2#5C6684
3#5F6881
4#61697F
5#646A7D
6#666B7A
7#696C78
8#6B6E75
9#6E6F73

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F7
#F6F7F9
BackgroundsSubtle highlightsCard backgrounds
100
E9EB
#E9EBF1
Light backgroundsTable row hoverSkeleton loading
200
D7DA
#D7DAE5
Secondary backgroundsInput backgroundsDividers
300
B7BE
#B7BED1
BordersInactive statesPlaceholder text
400
929C
#929CB9
Disabled statesSecondary iconsMuted text
500
7380
#7380A5
Primary brand colorCTAsActive elementsLinks
600
5864
#586489
Hover statesFocus ringsPrimary buttons hover
700
464F
#464F6D
Active/pressed statesDark mode accentsSecondary text
800
3239
#32394E
Text on light backgroundsHeadingsStrong borders
900
2024
#202432
Primary textHigh emphasis contentDark headings
950
1417
#14171F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F6F7F9;
  --slate-gray-100: #E9EBF1;
  --slate-gray-200: #D7DAE5;
  --slate-gray-300: #B7BED1;
  --slate-gray-400: #929CB9;
  --slate-gray-500: #7380A5;
  --slate-gray-600: #586489;
  --slate-gray-700: #464F6D;
  --slate-gray-800: #32394E;
  --slate-gray-900: #202432;
  --slate-gray-950: #14171F;
}
Generate More ShadesCreate PaletteConvert Color