Slate Gray

#55708B

Blue

Color Codes

All color formats for development

HEX
#55708B
RGB
rgb(85, 112, 139)
HSL
hsl(210, 24%, 44%)
OKLCH
oklch(0.535 0.053 248.9)
CMYK
cmyk(39%, 19%, 0%, 45%)

Accessibility

WCAG contrast compliance

On White Background

5.15:1

AA AAA

On Black Background

4.08:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#E9ED
200
#D6DE
300
#B6C4
400
#90A6
500
#718C
600
#5570
700
#4459
800
#3040
900
#1F29
950
#131A

Shades

Darker variations

1#4D657D
2#445A6F
3#3C4F61
4#334353
5#2B3846
6#222D38
7#1A222A
8#11161C
9#090B0E

Tints

Lighter variations

1#607E9D
2#718DA8
3#839BB3
4#95A9BE
5#A6B8C9
6#B8C6D4
7#CAD4DE
8#DCE2E9
9#EDF1F4

Tones

Muted variations

1#587088
2#5B7086
3#5D7083
4#607080
5#63707E
6#65707B
7#687078
8#6B7076
9#6E7073

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F7
#F6F7F9
BackgroundsSubtle highlightsCard backgrounds
100
E9ED
#E9EDF1
Light backgroundsTable row hoverSkeleton loading
200
D6DE
#D6DEE6
Secondary backgroundsInput backgroundsDividers
300
B6C4
#B6C4D2
BordersInactive statesPlaceholder text
400
90A6
#90A6BB
Disabled statesSecondary iconsMuted text
500
718C
#718CA8
Primary brand colorCTAsActive elementsLinks
600
5570
#55708B
Hover statesFocus ringsPrimary buttons hover
700
4459
#44596F
Active/pressed statesDark mode accentsSecondary text
800
3040
#30404F
Text on light backgroundsHeadingsStrong borders
900
1F29
#1F2933
Primary textHigh emphasis contentDark headings
950
131A
#131A20
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F6F7F9;
  --slate-gray-100: #E9EDF1;
  --slate-gray-200: #D6DEE6;
  --slate-gray-300: #B6C4D2;
  --slate-gray-400: #90A6BB;
  --slate-gray-500: #718CA8;
  --slate-gray-600: #55708B;
  --slate-gray-700: #44596F;
  --slate-gray-800: #30404F;
  --slate-gray-900: #1F2933;
  --slate-gray-950: #131A20;
}
Generate More ShadesCreate PaletteConvert Color