Slate Gray

#66677A

Gray

Color Codes

All color formats for development

HEX
#66677A
RGB
rgb(102, 103, 122)
HSL
hsl(237, 9%, 44%)
OKLCH
oklch(0.52 0.03 282.9)
CMYK
cmyk(16%, 16%, 0%, 52%)

Accessibility

WCAG contrast compliance

On White Background

5.55:1

AA AAA

On Black Background

3.79:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F7
100
#ECEC
200
#DBDB
300
#BFC0
400
#9E9F
500
#8283
600
#6667
700
#5152
800
#3A3B
900
#2525
950
#1717

Shades

Darker variations

1#5C5D6E
2#525262
3#474856
4#3D3E49
5#33343D
6#292931
7#1F1F25
8#141518
9#0A0A0C

Tints

Lighter variations

1#73748A
2#828497
3#9293A4
4#A2A2B1
5#B1B2BE
6#C1C1CB
7#D0D1D8
8#E0E0E5
9#EFF0F2

Tones

Muted variations

1#676879
2#686978
3#696A77
4#6A6B76
5#6B6C75
6#6C6D74
7#6D6D73
8#6E6E72
9#6F6F71

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F7
#F7F7F8
BackgroundsSubtle highlightsCard backgrounds
100
ECEC
#ECECEF
Light backgroundsTable row hoverSkeleton loading
200
DBDB
#DBDBE1
Secondary backgroundsInput backgroundsDividers
300
BFC0
#BFC0CA
BordersInactive statesPlaceholder text
400
9E9F
#9E9FAE
Disabled statesSecondary iconsMuted text
500
8283
#828397
Primary brand colorCTAsActive elementsLinks
600
6667
#66677A
Hover statesFocus ringsPrimary buttons hover
700
5152
#515261
Active/pressed statesDark mode accentsSecondary text
800
3A3B
#3A3B45
Text on light backgroundsHeadingsStrong borders
900
2525
#25252C
Primary textHigh emphasis contentDark headings
950
1717
#17171C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F7F7F8;
  --slate-gray-100: #ECECEF;
  --slate-gray-200: #DBDBE1;
  --slate-gray-300: #BFC0CA;
  --slate-gray-400: #9E9FAE;
  --slate-gray-500: #828397;
  --slate-gray-600: #66677A;
  --slate-gray-700: #515261;
  --slate-gray-800: #3A3B45;
  --slate-gray-900: #25252C;
  --slate-gray-950: #17171C;
}
Generate More ShadesCreate PaletteConvert Color