Slate Gray

#52598E

Blue

Color Codes

All color formats for development

HEX
#52598E
RGB
rgb(82, 89, 142)
HSL
hsl(233, 27%, 44%)
OKLCH
oklch(0.482 0.086 277)
CMYK
cmyk(42%, 37%, 0%, 44%)

Accessibility

WCAG contrast compliance

On White Background

6.61:1

AA AAA

On Black Background

3.18:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F6
100
#E8E9
200
#D5D7
300
#B5B8
400
#8E93
500
#6D74
600
#5259
700
#4147
800
#2F33
900
#1E20
950
#1314

Shades

Darker variations

1#4A5080
2#424772
3#393E64
4#313555
5#292C47
6#212439
7#191B2B
8#10121C
9#08090E

Tints

Lighter variations

1#5C64A1
2#6E75AC
3#8086B6
4#9298C0
5#A4A9CB
6#B6BAD5
7#C9CBE0
8#DBDDEA
9#EDEEF5

Tones

Muted variations

1#555B8B
2#585E88
3#5B6085
4#5E6282
5#61657F
6#64677C
7#676979
8#6A6C76
9#6D6E73

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F6
#F5F6F9
BackgroundsSubtle highlightsCard backgrounds
100
E8E9
#E8E9F2
Light backgroundsTable row hoverSkeleton loading
200
D5D7
#D5D7E7
Secondary backgroundsInput backgroundsDividers
300
B5B8
#B5B8D4
BordersInactive statesPlaceholder text
400
8E93
#8E93BE
Disabled statesSecondary iconsMuted text
500
6D74
#6D74AB
Primary brand colorCTAsActive elementsLinks
600
5259
#52598E
Hover statesFocus ringsPrimary buttons hover
700
4147
#414771
Active/pressed statesDark mode accentsSecondary text
800
2F33
#2F3351
Text on light backgroundsHeadingsStrong borders
900
1E20
#1E2034
Primary textHigh emphasis contentDark headings
950
1314
#131420
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F5F6F9;
  --slate-gray-100: #E8E9F2;
  --slate-gray-200: #D5D7E7;
  --slate-gray-300: #B5B8D4;
  --slate-gray-400: #8E93BE;
  --slate-gray-500: #6D74AB;
  --slate-gray-600: #52598E;
  --slate-gray-700: #414771;
  --slate-gray-800: #2F3351;
  --slate-gray-900: #1E2034;
  --slate-gray-950: #131420;
}
Generate More ShadesCreate PaletteConvert Color