Slate Gray
#63717E
BlueColor Codes
All color formats for development
HEX
#63717ERGB
rgb(99, 113, 126)HSL
hsl(209, 12%, 44%)OKLCH
oklch(0.542 0.026 246.3)CMYK
cmyk(21%, 10%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#596571
2#4F5A65
3#454F58
4#3B444B
5#31383F
6#272D32
7#1E2226
8#141719
9#0A0B0D
Tints
Lighter variations
1#6F7F8E
2#7F8D9A
3#8F9BA7
4#9FAAB4
5#AFB8C0
6#BFC6CD
7#CFD4D9
8#DFE3E6
9#EFF1F2
Tones
Muted variations
1#64717C
2#65717B
3#67717A
4#687078
5#697077
6#6B7076
7#6C7074
8#6E7073
9#6F7072
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBED #EBEDEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DADE #DADEE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDC5 #BDC5CB | BordersInactive statesPlaceholder text |
| 400 | 9BA6 #9BA6B0 | Disabled statesSecondary iconsMuted text |
| 500 | 7E8D #7E8D9A | Primary brand colorCTAsActive elementsLinks |
| 600 | 6371 #63717E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F5A #4F5A64 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3840 #384047 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2429 #24292E | Primary textHigh emphasis contentDark headings |
| 950 | 161A #161A1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F7F8;
--slate-gray-100: #EBEDEF;
--slate-gray-200: #DADEE2;
--slate-gray-300: #BDC5CB;
--slate-gray-400: #9BA6B0;
--slate-gray-500: #7E8D9A;
--slate-gray-600: #63717E;
--slate-gray-700: #4F5A64;
--slate-gray-800: #384047;
--slate-gray-900: #24292E;
--slate-gray-950: #161A1D;
}