it('should not pass validation with invalid HEX colors', () => {
        element = render();

        for (let hex of invalidHex) {
            scope.hexForm.hex.$setViewValue(hex);