Slate Gray

#64777D

Cyan

Color Codes

All color formats for development

HEX
#64777D
RGB
rgb(100, 119, 125)
HSL
hsl(194, 11%, 44%)
OKLCH
oklch(0.556 0.024 218.8)
CMYK
cmyk(20%, 5%, 0%, 51%)

Accessibility

WCAG contrast compliance

On White Background

4.69:1

AA AAA

On Black Background

4.48: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
#9CAB
500
#8093
600
#6477
700
#4F5E
800
#3943
900
#242B
950
#171B

Shades

Darker variations

1#5A6B70
2#505F64
3#465357
4#3C474B
5#323B3E
6#283032
7#1E2425
8#141819
9#0A0C0C

Tints

Lighter variations

1#71868C
2#809399
3#90A1A6
4#A0AEB3
5#B0BCBF
6#C0C9CC
7#CFD7D9
8#DFE4E6
9#EFF2F2

Tones

Muted variations

1#65767B
2#66757A
3#687579
4#697478
5#6A7376
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
9CAB
#9CABB0
Disabled statesSecondary iconsMuted text
500
8093
#809399
Primary brand colorCTAsActive elementsLinks
600
6477
#64777D
Hover statesFocus ringsPrimary buttons hover
700
4F5E
#4F5E63
Active/pressed statesDark mode accentsSecondary text
800
3943
#394347
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: #9CABB0;
  --slate-gray-500: #809399;
  --slate-gray-600: #64777D;
  --slate-gray-700: #4F5E63;
  --slate-gray-800: #394347;
  --slate-gray-900: #242B2D;
  --slate-gray-950: #171B1C;
}
Generate More ShadesCreate PaletteConvert Color