Slate Gray
#64767D
BlueColor Codes
All color formats for development
HEX
#64767DRGB
rgb(100, 118, 125)HSL
hsl(197, 11%, 44%)OKLCH
oklch(0.554 0.024 223.3)CMYK
cmyk(20%, 6%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A6A70
2#505E64
3#465257
4#3C474B
5#323B3E
6#282F32
7#1E2325
8#141819
9#0A0C0C
Tints
Lighter variations
1#71858C
2#809299
3#90A0A6
4#A0ADB3
5#B0BBBF
6#C0C9CC
7#CFD6D9
8#DFE4E6
9#EFF1F2
Tones
Muted variations
1#65757B
2#66747A
3#687479
4#697378
5#6A7376
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 | 9CAA #9CAAB0 | Disabled statesSecondary iconsMuted text |
| 500 | 8092 #809299 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6476 #64767D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F5E #4F5E63 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3943 #394347 | Text on light backgroundsHeadingsStrong borders |
| 900 | 242B #242B2D | 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: #9CAAB0;
--slate-gray-500: #809299;
--slate-gray-600: #64767D;
--slate-gray-700: #4F5E63;
--slate-gray-800: #394347;
--slate-gray-900: #242B2D;
--slate-gray-950: #171B1C;
}