Slate Gray

#506691

Blue

Color Codes

All color formats for development

HEX
#506691
RGB
rgb(80, 102, 145)
HSL
hsl(220, 29%, 44%)
OKLCH
oklch(0.511 0.074 263.2)
CMYK
cmyk(45%, 30%, 0%, 43%)

Accessibility

WCAG contrast compliance

On White Background

5.75:1

AA AAA

On Black Background

3.65:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F7
100
#E8EB
200
#D4DB
300
#B3BF
400
#8C9D
500
#6B81
600
#5065
700
#3F51
800
#2D3A
900
#1D25
950
#1217

Shades

Darker variations

1#485B82
2#405174
3#384765
4#303D57
5#283348
6#20293A
7#181E2B
8#10141D
9#080A0E

Tints

Lighter variations

1#5A72A3
2#6C82AE
3#7E91B8
4#90A1C2
5#A3B1CC
6#B5C0D6
7#C8D0E1
8#DAE0EB
9#EDEFF5

Tones

Muted variations

1#53668D
2#56688A
3#596987
4#5D6A84
5#606B80
6#636C7D
7#666D7A
8#6A6E77
9#6D6F73

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F7
#F5F7FA
BackgroundsSubtle highlightsCard backgrounds
100
E8EB
#E8EBF2
Light backgroundsTable row hoverSkeleton loading
200
D4DB
#D4DBE7
Secondary backgroundsInput backgroundsDividers
300
B3BF
#B3BFD5
BordersInactive statesPlaceholder text
400
8C9D
#8C9DC0
Disabled statesSecondary iconsMuted text
500
6B81
#6B81AE
Primary brand colorCTAsActive elementsLinks
600
5065
#506591
Hover statesFocus ringsPrimary buttons hover
700
3F51
#3F5173
Active/pressed statesDark mode accentsSecondary text
800
2D3A
#2D3A52
Text on light backgroundsHeadingsStrong borders
900
1D25
#1D2535
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: #F5F7FA;
  --slate-gray-100: #E8EBF2;
  --slate-gray-200: #D4DBE7;
  --slate-gray-300: #B3BFD5;
  --slate-gray-400: #8C9DC0;
  --slate-gray-500: #6B81AE;
  --slate-gray-600: #506591;
  --slate-gray-700: #3F5173;
  --slate-gray-800: #2D3A52;
  --slate-gray-900: #1D2535;
  --slate-gray-950: #121721;
}
Generate More ShadesCreate PaletteConvert Color