Slate Gray
#66717A
GrayColor Codes
All color formats for development
HEX
#66717ARGB
rgb(102, 113, 122)HSL
hsl(207, 9%, 44%)OKLCH
oklch(0.542 0.019 242.7)CMYK
cmyk(16%, 7%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5C666E
2#525B62
3#474F56
4#3D4449
5#33393D
6#292D31
7#1F2225
8#141718
9#0A0B0C
Tints
Lighter variations
1#73808A
2#828E97
3#929CA4
4#A2AAB1
5#B1B8BE
6#C1C6CB
7#D0D5D8
8#E0E3E5
9#EFF1F2
Tones
Muted variations
1#677179
2#687178
3#697177
4#6A7176
5#6B7175
6#6C7174
7#6D7173
8#6E7072
9#6F7071
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical 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 | 828D #828D97 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6671 #66717A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 515A #515A61 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A40 #3A4045 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2529 #25292C | 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: #828D97;
--slate-gray-600: #66717A;
--slate-gray-700: #515A61;
--slate-gray-800: #3A4045;
--slate-gray-900: #25292C;
--slate-gray-950: #171A1C;
}