Slate Gray

#64748B

Blue

Color Codes

All color formats for development

HEX
#64748B
RGB
rgb(100, 116, 139)
HSL
hsl(215, 16%, 47%)
OKLCH
oklch(0.554 0.041 257.4)
CMYK
cmyk(28%, 17%, 0%, 45%)

Accessibility

WCAG contrast compliance

On White Background

4.76:1

AA AAA

On Black Background

4.41:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#EAED
200
#D9DD
300
#BBC3
400
#97A3
500
#7A89
600
#5E6D
700
#4B57
800
#363E
900
#2228
950
#1519

Shades

Darker variations

1#5B697D
2#515D6F
3#465261
4#3C4653
5#323A46
6#282F38
7#1E232A
8#14171C
9#0A0C0E

Tints

Lighter variations

1#728299
2#8290A4
3#919EB0
4#A1ACBB
5#B1BAC6
6#C0C7D2
7#D0D5DD
8#E0E3E8
9#EFF1F4

Tones

Muted variations

1#677589
2#697587
3#6A7685
4#6C7683
5#6E7681
6#707780
7#72777E
8#74777C
9#76787A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F7
#F6F7F9
BackgroundsSubtle highlightsCard backgrounds
100
EAED
#EAEDF0
Light backgroundsTable row hoverSkeleton loading
200
D9DD
#D9DDE3
Secondary backgroundsInput backgroundsDividers
300
BBC3
#BBC3CE
BordersInactive statesPlaceholder text
400
97A3
#97A3B4
Disabled statesSecondary iconsMuted text
500
7A89
#7A899F
Primary brand colorCTAsActive elementsLinks
600
5E6D
#5E6D82
Hover statesFocus ringsPrimary buttons hover
700
4B57
#4B5768
Active/pressed statesDark mode accentsSecondary text
800
363E
#363E4A
Text on light backgroundsHeadingsStrong borders
900
2228
#22282F
Primary textHigh emphasis contentDark headings
950
1519
#15191E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F6F7F9;
  --slate-gray-100: #EAEDF0;
  --slate-gray-200: #D9DDE3;
  --slate-gray-300: #BBC3CE;
  --slate-gray-400: #97A3B4;
  --slate-gray-500: #7A899F;
  --slate-gray-600: #5E6D82;
  --slate-gray-700: #4B5768;
  --slate-gray-800: #363E4A;
  --slate-gray-900: #22282F;
  --slate-gray-950: #15191E;
}
Generate More ShadesCreate PaletteConvert Color