Slate Gray
#64707D
BlueColor Codes
All color formats for development
HEX
#64707DRGB
rgb(100, 112, 125)HSL
hsl(211, 11%, 44%)OKLCH
oklch(0.54 0.025 250.4)CMYK
cmyk(20%, 10%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A6570
2#505964
3#464E57
4#3C434B
5#32383E
6#282D32
7#1E2225
8#141619
9#0A0B0C
Tints
Lighter variations
1#717E8C
2#808C99
3#909BA6
4#A0A9B3
5#B0B7BF
6#C0C6CC
7#CFD4D9
8#DFE2E6
9#EFF1F2
Tones
Muted variations
1#65707B
2#66707A
3#687079
4#697078
5#6A7076
6#6B7075
7#6C7074
8#6E7073
9#6F7071
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F7 #F7F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBED #EBEDEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DADE #DADEE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEC4 #BEC4CB | BordersInactive statesPlaceholder text |
| 400 | 9CA5 #9CA5B0 | Disabled statesSecondary iconsMuted text |
| 500 | 808C #808C99 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6470 #64707D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F59 #4F5963 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3940 #394047 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2429 #24292D | Primary textHigh emphasis contentDark headings |
| 950 | 1719 #17191C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F7F7F8;
--slate-gray-100: #EBEDEF;
--slate-gray-200: #DADEE1;
--slate-gray-300: #BEC4CB;
--slate-gray-400: #9CA5B0;
--slate-gray-500: #808C99;
--slate-gray-600: #64707D;
--slate-gray-700: #4F5963;
--slate-gray-800: #394047;
--slate-gray-900: #24292D;
--slate-gray-950: #17191C;
}