public static bool isColorValue(string str) { return Regex.Match(str, @"^#[A-fa-f0-9]{6}$").Success; }