Slate Gray

#545D8C

Blue

Color Codes

All color formats for development

HEX
#545D8C
RGB
rgb(84, 93, 140)
HSL
hsl(230, 25%, 44%)
OKLCH
oklch(0.491 0.076 275)
CMYK
cmyk(40%, 34%, 0%, 45%)

Accessibility

WCAG contrast compliance

On White Background

6.32:1

AA AAA

On Black Background

3.32:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F6
100
#E9EA
200
#D6D8
300
#B6BB
400
#8F97
500
#7079
600
#545E
700
#434A
800
#3035
900
#1F22
950
#1315

Shades

Darker variations

1#4C547E
2#434B70
3#3B4162
4#323854
5#2A2F46
6#222538
7#191C2A
8#11131C
9#08090E

Tints

Lighter variations

1#5F699E
2#707AA9
3#828AB4
4#949BBF
5#A6ACC9
6#B8BCD4
7#C9CDDF
8#DBDEEA
9#EDEEF4

Tones

Muted variations

1#575F89
2#5A6187
3#5D6384
4#5F6581
5#62677E
6#65697B
7#686B79
8#6B6C76
9#6D6E73

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F6
#F5F6F9
BackgroundsSubtle highlightsCard backgrounds
100
E9EA
#E9EAF2
Light backgroundsTable row hoverSkeleton loading
200
D6D8
#D6D8E6
Secondary backgroundsInput backgroundsDividers
300
B6BB
#B6BBD3
BordersInactive statesPlaceholder text
400
8F97
#8F97BC
Disabled statesSecondary iconsMuted text
500
7079
#7079A9
Primary brand colorCTAsActive elementsLinks
600
545E
#545E8C
Hover statesFocus ringsPrimary buttons hover
700
434A
#434A70
Active/pressed statesDark mode accentsSecondary text
800
3035
#303550
Text on light backgroundsHeadingsStrong borders
900
1F22
#1F2233
Primary textHigh emphasis contentDark headings
950
1315
#131520
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F5F6F9;
  --slate-gray-100: #E9EAF2;
  --slate-gray-200: #D6D8E6;
  --slate-gray-300: #B6BBD3;
  --slate-gray-400: #8F97BC;
  --slate-gray-500: #7079A9;
  --slate-gray-600: #545E8C;
  --slate-gray-700: #434A70;
  --slate-gray-800: #303550;
  --slate-gray-900: #1F2233;
  --slate-gray-950: #131520;
}
Generate More ShadesCreate PaletteConvert Color