HSV → LAB

Convert HSV to LAB

Generate CSS-ready color tokens in every format you need

Tip: Hover over the input to auto-paste from clipboard

Paste or type a color value

Auto-detects HEX, RGB, HSL, and 12+ formats

Frequently Asked Questions

Converting HSV to LAB Colors

Ship consistent design systems faster by translating design specs into production-ready CSS color tokens without copy-paste mistakes.

Example Conversion

Input (HSV)

hsv(217, 76%, 96%)

Output (LAB)

lab(64.9 -12.9 -46.2)

A
About HSV

Hue, Saturation, Value. This color format is commonly used in digital design and interface work.

B
About LAB

CIE LAB color space. Converting to this format is useful for perceptually even gradients and accessibility tuning.

Common Use Cases

Building theme-switching tokens with HEX + HSL pairs
Ensuring gradient stops match marketing specs
Auditing brand palettes for accessible combinations
Migrating colors from design tools into CSS custom properties