Slate Gray

#64787D

Cyan

Color Codes

All color formats for development

HEX
#64787D
RGB
rgb(100, 120, 125)
HSL
hsl(192, 11%, 44%)
OKLCH
oklch(0.558 0.025 214.5)
CMYK
cmyk(20%, 4%, 0%, 51%)

Accessibility

WCAG contrast compliance

On White Background

4.64:1

AA AAA

On Black Background

4.52:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F8
100
#EBEE
200
#DAE0
300
#BEC8
400
#9CAC
500
#8094
600
#6478
700
#4F5F
800
#3944
900
#242B
950
#171B

Shades

Darker variations

1#5A6C70
2#506064
3#465457
4#3C484B
5#323C3E
6#283032
7#1E2425
8#141819
9#0A0C0C

Tints

Lighter variations

1#71878C
2#809499
3#90A2A6
4#A0AFB3
5#B0BCBF
6#C0CACC
7#CFD7D9
8#DFE4E6
9#EFF2F2

Tones

Muted variations

1#65777B
2#66767A
3#687579
4#697578
5#6A7476
6#6B7375
7#6C7274
8#6E7273
9#6F7171

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F8
#F7F8F8
BackgroundsSubtle highlightsCard backgrounds
100
EBEE
#EBEEEF
Light backgroundsTable row hoverSkeleton loading
200
DAE0
#DAE0E1
Secondary backgroundsInput backgroundsDividers
300
BEC8
#BEC8CB
BordersInactive statesPlaceholder text
400
9CAC
#9CACB0
Disabled statesSecondary iconsMuted text
500
8094
#809499
Primary brand colorCTAsActive elementsLinks
600
6478
#64787D
Hover statesFocus ringsPrimary buttons hover
700
4F5F
#4F5F63
Active/pressed statesDark mode accentsSecondary text
800
3944
#394447
Text on light backgroundsHeadingsStrong borders
900
242B
#242B2D
Primary textHigh emphasis contentDark headings
950
171B
#171B1C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F7F8F8;
  --slate-gray-100: #EBEEEF;
  --slate-gray-200: #DAE0E1;
  --slate-gray-300: #BEC8CB;
  --slate-gray-400: #9CACB0;
  --slate-gray-500: #809499;
  --slate-gray-600: #64787D;
  --slate-gray-700: #4F5F63;
  --slate-gray-800: #394447;
  --slate-gray-900: #242B2D;
  --slate-gray-950: #171B1C;
}
Generate More ShadesCreate PaletteConvert Color