diff --git a/scss/utilities/_text.scss b/scss/utilities/_text.scss
index 90e06f5c43f00db53c84f5707ae56aa4b159f960..7f20ed76eee269c151d6fea49a673ed469d34ab0 100644
--- a/scss/utilities/_text.scss
+++ b/scss/utilities/_text.scss
@@ -34,14 +34,14 @@
 
 // Contextual colors
 
-.text-white {
-  color: #fff !important;
-}
+.text-white { color: #fff !important; }
 
 @each $color, $value in $theme-colors {
   @include text-emphasis-variant('.text-#{$color}', $value);
 }
 
+.text-muted { color: $gray-400 !important; }
+
 // Misc
 
 .text-hide {