Slate Gray

#556E8B

Blue

Color Codes

All color formats for development

HEX
#556E8B
RGB
rgb(85, 110, 139)
HSL
hsl(212, 24%, 44%)
OKLCH
oklch(0.53 0.055 252.5)
CMYK
cmyk(39%, 21%, 0%, 45%)

Accessibility

WCAG contrast compliance

On White Background

5.26:1

AA AAA

On Black Background

3.99:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#E9ED
200
#D6DD
300
#B6C3
400
#90A4
500
#718A
600
#556E
700
#4458
800
#303F
900
#1F28
950
#1319

Shades

Darker variations

1#4D637D
2#44586F
3#3C4D61
4#334253
5#2B3746
6#222C38
7#1A212A
8#11161C
9#090B0E

Tints

Lighter variations

1#607C9D
2#718BA8
3#8399B3
4#95A8BE
5#A6B6C9
6#B8C5D4
7#CAD3DE
8#DCE2E9
9#EDF0F4

Tones

Muted variations

1#586F88
2#5B6F86
3#5D6F83
4#606F80
5#636F7E
6#656F7B
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
D6DD
#D6DDE6
Secondary backgroundsInput backgroundsDividers
300
B6C3
#B6C3D2
BordersInactive statesPlaceholder text
400
90A4
#90A4BB
Disabled statesSecondary iconsMuted text
500
718A
#718AA8
Primary brand colorCTAsActive elementsLinks
600
556E
#556E8B
Hover statesFocus ringsPrimary buttons hover
700
4458
#44586F
Active/pressed statesDark mode accentsSecondary text
800
303F
#303F4F
Text on light backgroundsHeadingsStrong borders
900
1F28
#1F2833
Primary textHigh emphasis contentDark headings
950
1319
#131920
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: #D6DDE6;
  --slate-gray-300: #B6C3D2;
  --slate-gray-400: #90A4BB;
  --slate-gray-500: #718AA8;
  --slate-gray-600: #556E8B;
  --slate-gray-700: #44586F;
  --slate-gray-800: #303F4F;
  --slate-gray-900: #1F2833;
  --slate-gray-950: #131920;
}
Generate More ShadesCreate PaletteConvert Color