Slate Gray

#506091

Blue

Color Codes

All color formats for development

HEX
#506091
RGB
rgb(80, 96, 145)
HSL
hsl(225, 29%, 44%)
OKLCH
oklch(0.497 0.081 269.5)
CMYK
cmyk(45%, 34%, 0%, 43%)

Accessibility

WCAG contrast compliance

On White Background

6.13:1

AA AAA

On Black Background

3.42:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F6
100
#E8EB
200
#D4D9
300
#B3BC
400
#8C99
500
#6B7C
600
#5060
700
#3F4C
800
#2D37
900
#1D23
950
#1216

Shades

Darker variations

1#485682
2#404D74
3#384365
4#303A57
5#283048
6#20263A
7#181D2B
8#10131D
9#080A0E

Tints

Lighter variations

1#5A6CA3
2#6C7CAE
3#7E8DB8
4#909DC2
5#A3ADCC
6#B5BED6
7#C8CEE1
8#DADEEB
9#EDEFF5

Tones

Muted variations

1#53628D
2#56638A
3#596587
4#5D6684
5#606880
6#636A7D
7#666B7A
8#6A6D77
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
D4D9
#D4D9E7
Secondary backgroundsInput backgroundsDividers
300
B3BC
#B3BCD5
BordersInactive statesPlaceholder text
400
8C99
#8C99C0
Disabled statesSecondary iconsMuted text
500
6B7C
#6B7CAE
Primary brand colorCTAsActive elementsLinks
600
5060
#506091
Hover statesFocus ringsPrimary buttons hover
700
3F4C
#3F4C73
Active/pressed statesDark mode accentsSecondary text
800
2D37
#2D3752
Text on light backgroundsHeadingsStrong borders
900
1D23
#1D2335
Primary textHigh emphasis contentDark headings
950
1216
#121621
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: #D4D9E7;
  --slate-gray-300: #B3BCD5;
  --slate-gray-400: #8C99C0;
  --slate-gray-500: #6B7CAE;
  --slate-gray-600: #506091;
  --slate-gray-700: #3F4C73;
  --slate-gray-800: #2D3752;
  --slate-gray-900: #1D2335;
  --slate-gray-950: #121621;
}
Generate More ShadesCreate PaletteConvert Color