Slate Gray

#54648C

Blue

Color Codes

All color formats for development

HEX
#54648C
RGB
rgb(84, 100, 140)
HSL
hsl(223, 25%, 44%)
OKLCH
oklch(0.507 0.067 267.2)
CMYK
cmyk(40%, 29%, 0%, 45%)

Accessibility

WCAG contrast compliance

On White Background

5.87:1

AA AAA

On Black Background

3.58:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F7
100
#E9EB
200
#D6DA
300
#B6BE
400
#8F9C
500
#7080
600
#5464
700
#4350
800
#3039
900
#1F24
950
#1317

Shades

Darker variations

1#4C5A7E
2#435070
3#3B4662
4#323C54
5#2A3246
6#222838
7#191E2A
8#11141C
9#080A0E

Tints

Lighter variations

1#5F719E
2#7080A9
3#8290B4
4#94A0BF
5#A6B0C9
6#B8C0D4
7#C9D0DF
8#DBDFEA
9#EDEFF4

Tones

Muted variations

1#576589
2#5A6687
3#5D6884
4#5F6981
5#626A7E
6#656B7B
7#686D79
8#6B6E76
9#6D6F73

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F7
#F5F7F9
BackgroundsSubtle highlightsCard backgrounds
100
E9EB
#E9EBF2
Light backgroundsTable row hoverSkeleton loading
200
D6DA
#D6DAE6
Secondary backgroundsInput backgroundsDividers
300
B6BE
#B6BED3
BordersInactive statesPlaceholder text
400
8F9C
#8F9CBC
Disabled statesSecondary iconsMuted text
500
7080
#7080A9
Primary brand colorCTAsActive elementsLinks
600
5464
#54648C
Hover statesFocus ringsPrimary buttons hover
700
4350
#435070
Active/pressed statesDark mode accentsSecondary text
800
3039
#303950
Text on light backgroundsHeadingsStrong borders
900
1F24
#1F2433
Primary textHigh emphasis contentDark headings
950
1317
#131720
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F5F7F9;
  --slate-gray-100: #E9EBF2;
  --slate-gray-200: #D6DAE6;
  --slate-gray-300: #B6BED3;
  --slate-gray-400: #8F9CBC;
  --slate-gray-500: #7080A9;
  --slate-gray-600: #54648C;
  --slate-gray-700: #435070;
  --slate-gray-800: #303950;
  --slate-gray-900: #1F2433;
  --slate-gray-950: #131720;
}
Generate More ShadesCreate PaletteConvert Color