css.properties

flood-color

The flood-color property specifies the color of an SVG flood effect.

Formal Syntax

flood-color = <color> <color> = <color-base> | currentColor | <system-color> | <contrast-color()> | <device-cmyk()> | <light-dark()>

See specification

JavaScript Access

// Access via element.style element.style.floodColor = "black";

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
flood-color53612
currentColor53612
transparent53612

Related Properties