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
Color is outside the sRGB gamut. Channels were clamped to [0, 255].
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
- Enter the L* value (0 to 100) for lightness.
- Enter the a* value (-128 to 127) for the green-red axis.
- Enter the b* value (-128 to 127) for the blue-yellow axis.
- Adjust the alpha slider (0 to 1) if transparency is needed.
- The tool converts LAB through XYZ to sRGB in real time.
- 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
Related tools
Last updated: 2026-05-28 ·
Reviewed by Nham Vu