Slate Gray

#5A5D87

Blue

Color Codes

All color formats for development

HEX
#5A5D87
RGB
rgb(90, 93, 135)
HSL
hsl(236, 20%, 44%)
OKLCH
oklch(0.493 0.067 280.5)
CMYK
cmyk(33%, 31%, 0%, 47%)

Accessibility

WCAG contrast compliance

On White Background

6.27:1

AA AAA

On Black Background

3.35:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F6
100
#EAEA
200
#D7D8
300
#B9BA
400
#9496
500
#7578
600
#5A5D
700
#474A
800
#3335
900
#2122
950
#1415

Shades

Darker variations

1#515379
2#484A6C
3#3F415E
4#363851
5#2D2E43
6#242536
7#1B1C28
8#12131B
9#09090D

Tints

Lighter variations

1#656998
2#7679A4
3#878AAF
4#989ABA
5#A9ABC6
6#BABCD1
7#CCCDDD
8#DDDDE8
9#EEEEF4

Tones

Muted variations

1#5C5F84
2#5E6182
3#606380
4#63657E
5#65667B
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
D7D8
#D7D8E4
Secondary backgroundsInput backgroundsDividers
300
B9BA
#B9BAD0
BordersInactive statesPlaceholder text
400
9496
#9496B8
Disabled statesSecondary iconsMuted text
500
7578
#7578A3
Primary brand colorCTAsActive elementsLinks
600
5A5D
#5A5D87
Hover statesFocus ringsPrimary buttons hover
700
474A
#474A6B
Active/pressed statesDark mode accentsSecondary text
800
3335
#33354D
Text on light backgroundsHeadingsStrong borders
900
2122
#212231
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: #D7D8E4;
  --slate-gray-300: #B9BAD0;
  --slate-gray-400: #9496B8;
  --slate-gray-500: #7578A3;
  --slate-gray-600: #5A5D87;
  --slate-gray-700: #474A6B;
  --slate-gray-800: #33354D;
  --slate-gray-900: #212231;
  --slate-gray-950: #14151F;
}
Generate More ShadesCreate PaletteConvert Color