static function hexContrastColor($hex) { $rgb = Toolkit::hex2rgb($hex); return Toolkit::rgb2hex(Toolkit::rgbContrastColor($rgb)); }