Slate Gray
#66757A
GrayColor Codes
All color formats for development
HEX
#66757ARGB
rgb(102, 117, 122)HSL
hsl(195, 9%, 44%)OKLCH
oklch(0.552 0.02 219.8)CMYK
cmyk(16%, 4%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5C6A6E
2#525E62
3#475256
4#3D4649
5#333B3D
6#292F31
7#1F2325
8#141718
9#0A0C0C
Tints
Lighter variations
1#73848A
2#829297
3#92A0A4
4#A2ADB1
5#B1BBBE
6#C1C8CB
7#D0D6D8
8#E0E4E5
9#EFF1F2
Tones
Muted variations
1#677579
2#687478
3#697477
4#6A7376
5#6B7375
6#6C7274
7#6D7273
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 | BFC7 #BFC7CA | BordersInactive statesPlaceholder text |
| 400 | 9EAA #9EAAAE | Disabled statesSecondary iconsMuted text |
| 500 | 8291 #829197 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6675 #66757A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 515D #515D61 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A43 #3A4345 | Text on light backgroundsHeadingsStrong borders |
| 900 | 252B #252B2C | Primary textHigh emphasis contentDark headings |
| 950 | 171B #171B1C | 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: #BFC7CA;
--slate-gray-400: #9EAAAE;
--slate-gray-500: #829197;
--slate-gray-600: #66757A;
--slate-gray-700: #515D61;
--slate-gray-800: #3A4345;
--slate-gray-900: #252B2C;
--slate-gray-950: #171B1C;
}