check if the string str is a hexadecimal color
str
bool isHexColor(String str) => _hexcolor.hasMatch(str);