Slate Gray

#505291

Blue

Color Codes

All color formats for development

HEX
#505291
RGB
rgb(80, 82, 145)
HSL
hsl(238, 29%, 44%)
OKLCH
oklch(0.467 0.101 280.4)
CMYK
cmyk(45%, 43%, 0%, 43%)

Accessibility

WCAG contrast compliance

On White Background

7.10:1

AA AAA

On Black Background

2.96:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F5
100
#E8E8
200
#D4D5
300
#B3B4
400
#8C8E
500
#6B6D
600
#5052
700
#3F41
800
#2D2E
900
#1D1E
950
#1213

Shades

Darker variations

1#484A82
2#404174
3#383965
4#303157
5#282948
6#20213A
7#18192B
8#10101D
9#08080E

Tints

Lighter variations

1#5A5CA3
2#6C6EAE
3#7E80B8
4#9092C2
5#A3A4CC
6#B5B6D6
7#C8C9E1
8#DADBEB
9#EDEDF5

Tones

Muted variations

1#53558D
2#56588A
3#595B87
4#5D5E84
5#606180
6#63647D
7#66677A
8#6A6A77
9#6D6D73

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F5
#F5F5FA
BackgroundsSubtle highlightsCard backgrounds
100
E8E8
#E8E8F2
Light backgroundsTable row hoverSkeleton loading
200
D4D5
#D4D5E7
Secondary backgroundsInput backgroundsDividers
300
B3B4
#B3B4D5
BordersInactive statesPlaceholder text
400
8C8E
#8C8EC0
Disabled statesSecondary iconsMuted text
500
6B6D
#6B6DAE
Primary brand colorCTAsActive elementsLinks
600
5052
#505291
Hover statesFocus ringsPrimary buttons hover
700
3F41
#3F4173
Active/pressed statesDark mode accentsSecondary text
800
2D2E
#2D2E52
Text on light backgroundsHeadingsStrong borders
900
1D1E
#1D1E35
Primary textHigh emphasis contentDark headings
950
1213
#121321
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F5F5FA;
  --slate-gray-100: #E8E8F2;
  --slate-gray-200: #D4D5E7;
  --slate-gray-300: #B3B4D5;
  --slate-gray-400: #8C8EC0;
  --slate-gray-500: #6B6DAE;
  --slate-gray-600: #505291;
  --slate-gray-700: #3F4173;
  --slate-gray-800: #2D2E52;
  --slate-gray-900: #1D1E35;
  --slate-gray-950: #121321;
}
Generate More ShadesCreate PaletteConvert Color