Skip to main content

color_lighten

string | color_lighten: number
returns string

Lightens a given color by a specific percentage. The percentage must be between 0 and 100.

{{ '#EA5AB9' | color_lighten: 30 }}

Output

#fbe2f3
Was this page helpful?