// Yep .element { color: rgba(0, 0, 0, .1); background: hsl(300, 100%, 100%); } // Nope .element { color: rgba(0,0,0,.1); background: hsl( 300, 100%, 100% ); }