Slate Gray

#506391

Blue

Color Codes

All color formats for development

HEX
#506391
RGB
rgb(80, 99, 145)
HSL
hsl(222, 29%, 44%)
OKLCH
oklch(0.504 0.077 266.5)
CMYK
cmyk(45%, 32%, 0%, 43%)

Accessibility

WCAG contrast compliance

On White Background

5.94:1

AA AAA

On Black Background

3.53:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F6
100
#E8EB
200
#D4DA
300
#B3BE
400
#8C9B
500
#6B7F
600
#5063
700
#3F4F
800
#2D38
900
#1D24
950
#1217

Shades

Darker variations

1#485982
2#404F74
3#384565
4#303C57
5#283248
6#20283A
7#181E2B
8#10141D
9#080A0E

Tints

Lighter variations

1#5A70A3
2#6C80AE
3#7E8FB8
4#909FC2
5#A3AFCC
6#B5BFD6
7#C8CFE1
8#DADFEB
9#EDEFF5

Tones

Muted variations

1#53648D
2#56668A
3#596787
4#5D6884
5#606A80
6#636B7D
7#666C7A
8#6A6E77
9#6D6F73

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F6
#F5F6FA
BackgroundsSubtle highlightsCard backgrounds
100
E8EB
#E8EBF2
Light backgroundsTable row hoverSkeleton loading
200
D4DA
#D4DAE7
Secondary backgroundsInput backgroundsDividers
300
B3BE
#B3BED5
BordersInactive statesPlaceholder text
400
8C9B
#8C9BC0
Disabled statesSecondary iconsMuted text
500
6B7F
#6B7FAE
Primary brand colorCTAsActive elementsLinks
600
5063
#506391
Hover statesFocus ringsPrimary buttons hover
700
3F4F
#3F4F73
Active/pressed statesDark mode accentsSecondary text
800
2D38
#2D3852
Text on light backgroundsHeadingsStrong borders
900
1D24
#1D2435
Primary textHigh emphasis contentDark headings
950
1217
#121721
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F5F6FA;
  --slate-gray-100: #E8EBF2;
  --slate-gray-200: #D4DAE7;
  --slate-gray-300: #B3BED5;
  --slate-gray-400: #8C9BC0;
  --slate-gray-500: #6B7FAE;
  --slate-gray-600: #506391;
  --slate-gray-700: #3F4F73;
  --slate-gray-800: #2D3852;
  --slate-gray-900: #1D2435;
  --slate-gray-950: #121721;
}
Generate More ShadesCreate PaletteConvert Color