Slate Gray

#5A5B87

Blue

Color Codes

All color formats for development

HEX
#5A5B87
RGB
rgb(90, 91, 135)
HSL
hsl(239, 20%, 44%)
OKLCH
oklch(0.489 0.07 282.5)
CMYK
cmyk(33%, 33%, 0%, 47%)

Accessibility

WCAG contrast compliance

On White Background

6.40:1

AA AAA

On Black Background

3.28:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F6
100
#EAEA
200
#D7D7
300
#B9B9
400
#9494
500
#7576
600
#5A5B
700
#4748
800
#3333
900
#2121
950
#1415

Shades

Darker variations

1#515179
2#48486C
3#3F3F5E
4#363651
5#2D2D43
6#242436
7#1B1B28
8#12121B
9#09090D

Tints

Lighter variations

1#656698
2#7677A4
3#8788AF
4#9899BA
5#A9AAC6
6#BABBD1
7#CCCCDD
8#DDDDE8
9#EEEEF4

Tones

Muted variations

1#5C5D84
2#5E5F82
3#606180
4#63637E
5#65657B
6#676879
7#696A77
8#6C6C75
9#6E6E72

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F6
#F6F6F9
BackgroundsSubtle highlightsCard backgrounds
100
EAEA
#EAEAF1
Light backgroundsTable row hoverSkeleton loading
200
D7D7
#D7D7E4
Secondary backgroundsInput backgroundsDividers
300
B9B9
#B9B9D0
BordersInactive statesPlaceholder text
400
9494
#9494B8
Disabled statesSecondary iconsMuted text
500
7576
#7576A3
Primary brand colorCTAsActive elementsLinks
600
5A5B
#5A5B87
Hover statesFocus ringsPrimary buttons hover
700
4748
#47486B
Active/pressed statesDark mode accentsSecondary text
800
3333
#33334D
Text on light backgroundsHeadingsStrong borders
900
2121
#212131
Primary textHigh emphasis contentDark headings
950
1415
#14151F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F6F6F9;
  --slate-gray-100: #EAEAF1;
  --slate-gray-200: #D7D7E4;
  --slate-gray-300: #B9B9D0;
  --slate-gray-400: #9494B8;
  --slate-gray-500: #7576A3;
  --slate-gray-600: #5A5B87;
  --slate-gray-700: #47486B;
  --slate-gray-800: #33334D;
  --slate-gray-900: #212131;
  --slate-gray-950: #14151F;
}
Generate More ShadesCreate PaletteConvert Color