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

  • Convert perceptually uniform LAB colors to CSS-ready RGBA values.
  • Translate colors from design specs or scientific datasets into web formats.
  • Verify that a LAB color falls inside the sRGB gamut.
  • Generate RGBA values for UI components from brand color guidelines.
  • Debug color pipeline conversions in graphics or image-processing projects.
  • Quickly preview how a LAB color looks before applying it to a design.

Frequently Asked Questions

Last updated: 2026-07-01 · Reviewed by Nham Vu