Slate Gray

#66727A

Gray

Color Codes

All color formats for development

HEX
#66727A
RGB
rgb(102, 114, 122)
HSL
hsl(204, 9%, 44%)
OKLCH
oklch(0.545 0.019 237)
CMYK
cmyk(16%, 7%, 0%, 52%)

Accessibility

WCAG contrast compliance

On White Background

4.94:1

AA AAA

On Black Background

4.25:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F7
100
#ECED
200
#DBDE
300
#BFC5
400
#9EA7
500
#828E
600
#6672
700
#515B
800
#3A41
900
#252A
950
#171A

Shades

Darker variations

1#5C676E
2#525B62
3#475056
4#3D4549
5#33393D
6#292E31
7#1F2225
8#141718
9#0A0B0C

Tints

Lighter variations

1#73818A
2#828F97
3#929DA4
4#A2ABB1
5#B1B9BE
6#C1C7CB
7#D0D5D8
8#E0E3E5
9#EFF1F2

Tones

Muted variations

1#677279
2#687278
3#697277
4#6A7176
5#6B7175
6#6C7174
7#6D7173
8#6E7172
9#6F7071

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F7
#F7F7F8
BackgroundsSubtle highlightsCard backgrounds
100
ECED
#ECEDEF
Light backgroundsTable row hoverSkeleton loading
200
DBDE
#DBDEE1
Secondary backgroundsInput backgroundsDividers
300
BFC5
#BFC5CA
BordersInactive statesPlaceholder text
400
9EA7
#9EA7AE
Disabled statesSecondary iconsMuted text
500
828E
#828E97
Primary brand colorCTAsActive elementsLinks
600
6672
#66727A
Hover statesFocus ringsPrimary buttons hover
700
515B
#515B61
Active/pressed statesDark mode accentsSecondary text
800
3A41
#3A4145
Text on light backgroundsHeadingsStrong borders
900
252A
#252A2C
Primary textHigh emphasis contentDark headings
950
171A
#171A1C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F7F7F8;
  --slate-gray-100: #ECEDEF;
  --slate-gray-200: #DBDEE1;
  --slate-gray-300: #BFC5CA;
  --slate-gray-400: #9EA7AE;
  --slate-gray-500: #828E97;
  --slate-gray-600: #66727A;
  --slate-gray-700: #515B61;
  --slate-gray-800: #3A4145;
  --slate-gray-900: #252A2C;
  --slate-gray-950: #171A1C;
}
Generate More ShadesCreate PaletteConvert Color