Design
LAB to Adobe RGB Converter
Convert LAB color values to Adobe RGB format for professional design
text· Text result
Quick start
Call this tool from your code in three languages.
cURL
curl -X POST 'https://api.elysiatools.com/en/api/tools/lab-to-adobe-rgb-converter' \
-H 'Content-Type: application/json' \
-d '{"lab":"Enter LAB values, one per line:\nlab(50,0,0)\nlab(50,100,100)\n50,0,0\nL:50 A:100 B:100","format":"simple"}'