Like this one ``` js var minCss = 'a{color:#fff}'; hexColorRegex().test(minCss); //=> false ``` Thoughts anyone?