<!--{

"title": "h-adjust()"

}-->

Adjust the hue of a color value.

<code>h-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: h-adjust( deepskyblue -10 );
```
