LAB to HSV Converter

Paste a LAB value to get its HSV equivalent. LAB stands for lightness, a, b, HSV for hue, saturation, value. Everything runs in your browser.

LAB input is not parsed here yet. Convert from HEX or RGB instead.

Frequently asked

How do I convert LAB to HSV?
Paste your LAB value into the field above and the HSV equivalent appears immediately. The conversion runs in your browser, so nothing is sent anywhere.
What does HSV stand for?
HSV stands for hue, saturation, value.
Is LAB to HSV conversion lossless?
Values are rounded to whole numbers for display, so a round trip can shift a channel by one. The color difference is far below what the eye can detect.