Slate Gray
#64747D
BlueColor Codes
All color formats for development
HEX
#64747DRGB
rgb(100, 116, 125)HSL
hsl(202, 11%, 44%)OKLCH
oklch(0.549 0.024 232.5)CMYK
cmyk(20%, 7%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A6870
2#505C64
3#465157
4#3C454B
5#323A3E
6#282E32
7#1E2325
8#141719
9#0A0C0C
Tints
Lighter variations
1#71828C
2#809099
3#909EA6
4#A0ACB3
5#B0BABF
6#C0C8CC
7#CFD5D9
8#DFE3E6
9#EFF1F2
Tones
Muted variations
1#65737B
2#66737A
3#687379
4#697278
5#6A7276
6#6B7275
7#6C7174
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 | BEC6 #BEC6CB | BordersInactive statesPlaceholder text |
| 400 | 9CA8 #9CA8B0 | Disabled statesSecondary iconsMuted text |
| 500 | 8090 #809099 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6473 #64737D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F5C #4F5C63 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3942 #394247 | Text on light backgroundsHeadingsStrong borders |
| 900 | 242A #242A2D | 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: #EBEEEF;
--slate-gray-200: #DADFE1;
--slate-gray-300: #BEC6CB;
--slate-gray-400: #9CA8B0;
--slate-gray-500: #809099;
--slate-gray-600: #64737D;
--slate-gray-700: #4F5C63;
--slate-gray-800: #394247;
--slate-gray-900: #242A2D;
--slate-gray-950: #171A1C;
}