Slate Gray

#55698B

Blue

Color Codes

All color formats for development

HEX
#55698B
RGB
rgb(85, 105, 139)
HSL
hsl(218, 24%, 44%)
OKLCH
oklch(0.518 0.059 260.8)
CMYK
cmyk(39%, 24%, 0%, 45%)

Accessibility

WCAG contrast compliance

On White Background

5.56:1

AA AAA

On Black Background

3.78:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#E9EC
200
#D6DC
300
#B6C1
400
#90A0
500
#7185
600
#5569
700
#4454
800
#303C
900
#1F26
950
#1318

Shades

Darker variations

1#4D5F7D
2#44546F
3#3C4A61
4#333F53
5#2B3546
6#222A38
7#1A202A
8#11151C
9#090B0E

Tints

Lighter variations

1#60769D
2#7185A8
3#8395B3
4#95A4BE
5#A6B3C9
6#B8C2D4
7#CAD1DE
8#DCE1E9
9#EDF0F4

Tones

Muted variations

1#586A88
2#5B6A86
3#5D6B83
4#606C80
5#636D7E
6#656D7B
7#686E78
8#6B6F76
9#6E6F73

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F7
#F6F7F9
BackgroundsSubtle highlightsCard backgrounds
100
E9EC
#E9ECF1
Light backgroundsTable row hoverSkeleton loading
200
D6DC
#D6DCE6
Secondary backgroundsInput backgroundsDividers
300
B6C1
#B6C1D2
BordersInactive statesPlaceholder text
400
90A0
#90A0BB
Disabled statesSecondary iconsMuted text
500
7185
#7185A8
Primary brand colorCTAsActive elementsLinks
600
5569
#55698B
Hover statesFocus ringsPrimary buttons hover
700
4454
#44546F
Active/pressed statesDark mode accentsSecondary text
800
303C
#303C4F
Text on light backgroundsHeadingsStrong borders
900
1F26
#1F2633
Primary textHigh emphasis contentDark headings
950
1318
#131820
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F6F7F9;
  --slate-gray-100: #E9ECF1;
  --slate-gray-200: #D6DCE6;
  --slate-gray-300: #B6C1D2;
  --slate-gray-400: #90A0BB;
  --slate-gray-500: #7185A8;
  --slate-gray-600: #55698B;
  --slate-gray-700: #44546F;
  --slate-gray-800: #303C4F;
  --slate-gray-900: #1F2633;
  --slate-gray-950: #131820;
}
Generate More ShadesCreate PaletteConvert Color