SATURATE

Creates a new color from the specified color by increasing the saturation in the HSL color space.

Syntax

=SATURATE(color, amount)

Arguments

ArgumentTypeDescription
colorColorThe color to change saturation.
amountNumberThe percentage amount to saturate the given color, from 0 to 1.

Examples

=SATURATE("#bf4040", 0.3)#e51a1aff
Increases the saturation of the color #bf4040ff by 30%.