Slate Gray

#54638C

Blue

Color Codes

All color formats for development

HEX
#54638C
RGB
rgb(84, 99, 140)
HSL
hsl(224, 25%, 44%)
OKLCH
oklch(0.504 0.068 268.5)
CMYK
cmyk(40%, 29%, 0%, 45%)

Accessibility

WCAG contrast compliance

On White Background

5.93:1

AA AAA

On Black Background

3.54:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F6
100
#E9EB
200
#D6DA
300
#B6BE
400
#8F9B
500
#707F
600
#5463
700
#434F
800
#3038
900
#1F24
950
#1317

Shades

Darker variations

1#4C597E
2#434F70
3#3B4562
4#323B54
5#2A3246
6#222838
7#191E2A
8#11141C
9#080A0E

Tints

Lighter variations

1#5F709E
2#707FA9
3#828FB4
4#949FBF
5#A6AFC9
6#B8BFD4
7#C9CFDF
8#DBDFEA
9#EDEFF4

Tones

Muted variations

1#576489
2#5A6687
3#5D6784
4#5F6881
5#626A7E
6#656B7B
7#686C79
8#6B6E76
9#6D6F73

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F6
#F5F6F9
BackgroundsSubtle highlightsCard backgrounds
100
E9EB
#E9EBF2
Light backgroundsTable row hoverSkeleton loading
200
D6DA
#D6DAE6
Secondary backgroundsInput backgroundsDividers
300
B6BE
#B6BED3
BordersInactive statesPlaceholder text
400
8F9B
#8F9BBC
Disabled statesSecondary iconsMuted text
500
707F
#707FA9
Primary brand colorCTAsActive elementsLinks
600
5463
#54638C
Hover statesFocus ringsPrimary buttons hover
700
434F
#434F70
Active/pressed statesDark mode accentsSecondary text
800
3038
#303850
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: #F5F6F9;
  --slate-gray-100: #E9EBF2;
  --slate-gray-200: #D6DAE6;
  --slate-gray-300: #B6BED3;
  --slate-gray-400: #8F9BBC;
  --slate-gray-500: #707FA9;
  --slate-gray-600: #54638C;
  --slate-gray-700: #434F70;
  --slate-gray-800: #303850;
  --slate-gray-900: #1F2433;
  --slate-gray-950: #131720;
}
Generate More ShadesCreate PaletteConvert Color