Slate Gray
#64717D
BlueColor Codes
All color formats for development
HEX
#64717DRGB
rgb(100, 113, 125)HSL
hsl(209, 11%, 44%)OKLCH
oklch(0.542 0.024 246.1)CMYK
cmyk(20%, 10%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A6570
2#505A64
3#464F57
4#3C444B
5#32383E
6#282D32
7#1E2225
8#141719
9#0A0B0C
Tints
Lighter variations
1#717F8C
2#808D99
3#909BA6
4#A0AAB3
5#B0B8BF
6#C0C6CC
7#CFD4D9
8#DFE3E6
9#EFF1F2
Tones
Muted variations
1#65717B
2#66717A
3#687079
4#697078
5#6A7076
6#6B7075
7#6C7074
8#6E7073
9#6F7071
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F7 #F7F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBED #EBEDEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DADE #DADEE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEC5 #BEC5CB | BordersInactive statesPlaceholder text |
| 400 | 9CA6 #9CA6B0 | Disabled statesSecondary iconsMuted text |
| 500 | 808D #808D99 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6471 #64717D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F5A #4F5A63 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3940 #394047 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2429 #24292D | 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: #EBEDEF;
--slate-gray-200: #DADEE1;
--slate-gray-300: #BEC5CB;
--slate-gray-400: #9CA6B0;
--slate-gray-500: #808D99;
--slate-gray-600: #64717D;
--slate-gray-700: #4F5A63;
--slate-gray-800: #394047;
--slate-gray-900: #24292D;
--slate-gray-950: #171A1C;
}