Slate Gray
#66747A
GrayColor Codes
All color formats for development
HEX
#66747ARGB
rgb(102, 116, 122)HSL
hsl(198, 9%, 44%)OKLCH
oklch(0.549 0.019 225.4)CMYK
cmyk(16%, 5%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5C696E
2#525D62
3#475156
4#3D4649
5#333A3D
6#292E31
7#1F2325
8#141718
9#0A0C0C
Tints
Lighter variations
1#73838A
2#829197
3#929FA4
4#A2ACB1
5#B1BABE
6#C1C8CB
7#D0D6D8
8#E0E3E5
9#EFF1F2
Tones
Muted variations
1#677479
2#687378
3#697377
4#6A7376
5#6B7275
6#6C7274
7#6D7173
8#6E7172
9#6F7171
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F8 #F7F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECEE #ECEEEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBDF #DBDFE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BFC6 #BFC6CA | BordersInactive statesPlaceholder text |
| 400 | 9EA9 #9EA9AE | Disabled statesSecondary iconsMuted text |
| 500 | 8290 #829097 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6674 #66747A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 515C #515C61 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A42 #3A4245 | 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: #F7F8F8;
--slate-gray-100: #ECEEEF;
--slate-gray-200: #DBDFE1;
--slate-gray-300: #BFC6CA;
--slate-gray-400: #9EA9AE;
--slate-gray-500: #829097;
--slate-gray-600: #66747A;
--slate-gray-700: #515C61;
--slate-gray-800: #3A4245;
--slate-gray-900: #252A2C;
--slate-gray-950: #171A1C;
}