LAB to RGBA Converter

Enter CIE LAB (L*, a*, b*) values and get the corresponding RGBA color with a live preview.

LAB Input Values

Quick Presets

Color Preview

RGBA Output

CSS rgba()

rgba(128, 128, 128, 1)

HEX (with alpha)

#808080FF

R

128

G

128

B

128

A

1

Copied!

Summary

Enter CIE LAB (L*, a*, b*) values and get the corresponding RGBA color with a live preview.

How it works

  1. Enter the L* value (0 to 100) for lightness.
  2. Enter the a* value (-128 to 127) for the green-red axis.
  3. Enter the b* value (-128 to 127) for the blue-yellow axis.
  4. Adjust the alpha slider (0 to 1) if transparency is needed.
  5. The tool converts LAB through XYZ to sRGB in real time.
  6. Copy the resulting RGBA value to use in your code or design tool.

Use cases

Frequently Asked Questions

Related tools

Last updated: 2026-05-28 · Reviewed by Nham Vu