Slate Gray

#666C7A

Gray

Color Codes

All color formats for development

HEX
#666C7A
RGB
rgb(102, 108, 122)
HSL
hsl(222, 9%, 44%)
OKLCH
oklch(0.531 0.023 267.1)
CMYK
cmyk(16%, 11%, 0%, 52%)

Accessibility

WCAG contrast compliance

On White Background

5.26:1

AA AAA

On Black Background

3.99:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F7
100
#ECED
200
#DBDD
300
#BFC2
400
#9EA3
500
#8288
600
#666C
700
#5156
800
#3A3D
900
#2527
950
#1719

Shades

Darker variations

1#5C616E
2#525762
3#474C56
4#3D4149
5#33363D
6#292B31
7#1F2025
8#141618
9#0A0B0C

Tints

Lighter variations

1#737A8A
2#828997
3#9297A4
4#A2A6B1
5#B1B5BE
6#C1C4CB
7#D0D3D8
8#E0E1E5
9#EFF0F2

Tones

Muted variations

1#676D79
2#686D78
3#696D77
4#6A6E76
5#6B6E75
6#6C6F74
7#6D6F73
8#6E6F72
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
DBDD
#DBDDE1
Secondary backgroundsInput backgroundsDividers
300
BFC2
#BFC2CA
BordersInactive statesPlaceholder text
400
9EA3
#9EA3AE
Disabled statesSecondary iconsMuted text
500
8288
#828897
Primary brand colorCTAsActive elementsLinks
600
666C
#666C7A
Hover statesFocus ringsPrimary buttons hover
700
5156
#515661
Active/pressed statesDark mode accentsSecondary text
800
3A3D
#3A3D45
Text on light backgroundsHeadingsStrong borders
900
2527
#25272C
Primary textHigh emphasis contentDark headings
950
1719
#17191C
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: #DBDDE1;
  --slate-gray-300: #BFC2CA;
  --slate-gray-400: #9EA3AE;
  --slate-gray-500: #828897;
  --slate-gray-600: #666C7A;
  --slate-gray-700: #515661;
  --slate-gray-800: #3A3D45;
  --slate-gray-900: #25272C;
  --slate-gray-950: #17191C;
}
Generate More ShadesCreate PaletteConvert Color