Slate Gray
#64757D
BlueColor Codes
All color formats for development
HEX
#64757DRGB
rgb(100, 117, 125)HSL
hsl(199, 11%, 44%)OKLCH
oklch(0.551 0.024 227.9)CMYK
cmyk(20%, 6%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A6970
2#505D64
3#465257
4#3C464B
5#323A3E
6#282F32
7#1E2325
8#141719
9#0A0C0C
Tints
Lighter variations
1#71848C
2#809199
3#909FA6
4#A0ADB3
5#B0BABF
6#C0C8CC
7#CFD6D9
8#DFE4E6
9#EFF1F2
Tones
Muted variations
1#65747B
2#66747A
3#687379
4#697378
5#6A7276
6#6B7275
7#6C7274
8#6E7173
9#6F7171
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F8 #F7F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEE #EBEEEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DADF #DADFE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEC7 #BEC7CB | BordersInactive statesPlaceholder text |
| 400 | 9CA9 #9CA9B0 | Disabled statesSecondary iconsMuted text |
| 500 | 8091 #809199 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6475 #64757D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F5D #4F5D63 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3942 #394247 | Text on light backgroundsHeadingsStrong borders |
| 900 | 242A #242A2D | 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: #EBEEEF;
--slate-gray-200: #DADFE1;
--slate-gray-300: #BEC7CB;
--slate-gray-400: #9CA9B0;
--slate-gray-500: #809199;
--slate-gray-600: #64757D;
--slate-gray-700: #4F5D63;
--slate-gray-800: #394247;
--slate-gray-900: #242A2D;
--slate-gray-950: #171B1C;
}