Slate Gray

#506B91

Blue

Color Codes

All color formats for development

HEX
#506B91
RGB
rgb(80, 107, 145)
HSL
hsl(215, 29%, 44%)
OKLCH
oklch(0.522 0.068 257)
CMYK
cmyk(45%, 26%, 0%, 43%)

Accessibility

WCAG contrast compliance

On White Background

5.45:1

AA AAA

On Black Background

3.85:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F7
100
#E8EC
200
#D4DC
300
#B3C2
400
#8CA1
500
#6B87
600
#506B
700
#3F55
800
#2D3D
900
#1D27
950
#1218

Shades

Darker variations

1#486082
2#405574
3#384B65
4#304057
5#283548
6#202B3A
7#18202B
8#10151D
9#080B0E

Tints

Lighter variations

1#5A78A3
2#6C87AE
3#7E96B8
4#90A5C2
5#A3B4CC
6#B5C3D6
7#C8D2E1
8#DAE1EB
9#EDF0F5

Tones

Muted variations

1#536B8D
2#566C8A
3#596C87
4#5D6D84
5#606D80
6#636E7D
7#666F7A
8#6A6F77
9#6D7073

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F7
#F5F7FA
BackgroundsSubtle highlightsCard backgrounds
100
E8EC
#E8ECF2
Light backgroundsTable row hoverSkeleton loading
200
D4DC
#D4DCE7
Secondary backgroundsInput backgroundsDividers
300
B3C2
#B3C2D5
BordersInactive statesPlaceholder text
400
8CA1
#8CA1C0
Disabled statesSecondary iconsMuted text
500
6B87
#6B87AE
Primary brand colorCTAsActive elementsLinks
600
506B
#506B91
Hover statesFocus ringsPrimary buttons hover
700
3F55
#3F5573
Active/pressed statesDark mode accentsSecondary text
800
2D3D
#2D3D52
Text on light backgroundsHeadingsStrong borders
900
1D27
#1D2735
Primary textHigh emphasis contentDark headings
950
1218
#121821
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F5F7FA;
  --slate-gray-100: #E8ECF2;
  --slate-gray-200: #D4DCE7;
  --slate-gray-300: #B3C2D5;
  --slate-gray-400: #8CA1C0;
  --slate-gray-500: #6B87AE;
  --slate-gray-600: #506B91;
  --slate-gray-700: #3F5573;
  --slate-gray-800: #2D3D52;
  --slate-gray-900: #1D2735;
  --slate-gray-950: #121821;
}
Generate More ShadesCreate PaletteConvert Color