Slate Gray
#63727E
BlueColor Codes
All color formats for development
HEX
#63727ERGB
rgb(99, 114, 126)HSL
hsl(207, 12%, 44%)OKLCH
oklch(0.544 0.026 242.2)CMYK
cmyk(21%, 10%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#596671
2#4F5B65
3#454F58
4#3B444B
5#31393F
6#272D32
7#1E2226
8#141719
9#0A0B0D
Tints
Lighter variations
1#6F808E
2#7F8E9A
3#8F9CA7
4#9FAAB4
5#AFB8C0
6#BFC7CD
7#CFD5D9
8#DFE3E6
9#EFF1F2
Tones
Muted variations
1#64717C
2#65717B
3#67717A
4#687178
5#697177
6#6B7176
7#6C7174
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 | 9BA7 #9BA7B0 | Disabled statesSecondary iconsMuted text |
| 500 | 7E8E #7E8E9A | Primary brand colorCTAsActive elementsLinks |
| 600 | 6372 #63727E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F5A #4F5A64 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3841 #384147 | 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: #9BA7B0;
--slate-gray-500: #7E8E9A;
--slate-gray-600: #63727E;
--slate-gray-700: #4F5A64;
--slate-gray-800: #384147;
--slate-gray-900: #24292E;
--slate-gray-950: #161A1D;
}