<!--{

"title": "l-adjust()"

}-->

Adjust the lightness of a color value.

<code>l-adjust( *color*, *offset* )</code>

## Parameters

* *`color`* Any valid CSS color value
* *`offset`* The percentage to offset the color hue (percent mark optional)

## Returns

The modified color value.

## Examples

```css
color: l-adjust( deepskyblue 10 );
```
