Slate Gray

#747DA4

Blue

Color Codes

All color formats for development

HEX
#747DA4
RGB
rgb(116, 125, 164)
HSL
hsl(229, 21%, 55%)
OKLCH
oklch(0.597 0.061 274.3)
CMYK
cmyk(29%, 24%, 0%, 36%)

Accessibility

WCAG contrast compliance

On White Background

4.03:1

AA AAA

On Black Background

5.21:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F6
100
#E9EB
200
#D7D9
300
#B8BD
400
#939A
500
#747D
600
#5961
700
#474D
800
#3237
900
#2023
950
#1416

Shades

Darker variations

1#646D99
2#596188
3#4E5577
4#424966
5#373D55
6#2C3144
7#212433
8#161822
9#0B0C11

Tints

Lighter variations

1#828AAD
2#9097B6
3#9EA4C0
4#ACB1C9
5#BABED2
6#C7CBDB
7#D5D8E4
8#E3E5ED
9#F1F2F6

Tones

Muted variations

1#777FA2
2#7980A0
3#7B829D
4#7E839B
5#808598
6#838696
7#858893
8#878991
9#8A8B8F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F6
#F6F6F9
BackgroundsSubtle highlightsCard backgrounds
100
E9EB
#E9EBF1
Light backgroundsTable row hoverSkeleton loading
200
D7D9
#D7D9E5
Secondary backgroundsInput backgroundsDividers
300
B8BD
#B8BDD1
BordersInactive statesPlaceholder text
400
939A
#939AB8
Disabled statesSecondary iconsMuted text
500
747D
#747DA4
Primary brand colorCTAsActive elementsLinks
600
5961
#596188
Hover statesFocus ringsPrimary buttons hover
700
474D
#474D6C
Active/pressed statesDark mode accentsSecondary text
800
3237
#32374D
Text on light backgroundsHeadingsStrong borders
900
2023
#202331
Primary textHigh emphasis contentDark headings
950
1416
#14161F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F6F6F9;
  --slate-gray-100: #E9EBF1;
  --slate-gray-200: #D7D9E5;
  --slate-gray-300: #B8BDD1;
  --slate-gray-400: #939AB8;
  --slate-gray-500: #747DA4;
  --slate-gray-600: #596188;
  --slate-gray-700: #474D6C;
  --slate-gray-800: #32374D;
  --slate-gray-900: #202331;
  --slate-gray-950: #14161F;
}
Generate More ShadesCreate PaletteConvert Color