pngtoolskit.org
PNG and image utilities, in the browser
Say hi →

Split a PNG into LAB Channels

L (lightness) · a (green–red) · b (blue–yellow) · grayscale per channel · ZIP

Convert an image into its CIELAB components — Lightness (L) and the two opponent-colour channels a and b — each as a grayscale PNG. LAB is a perceptually-uniform model designed to match how humans see colour differences. Drop a file and download the channels as a ZIP, processed in your browser.

Drop images here

Multiple files allowed · one ZIP per image

    no files
    Ready.

    What each channel is

    Why LAB is special

    Unlike RGB, LAB is perceptually uniform: a numeric distance between two colours roughly matches how different they look to the eye. That makes the L channel ideal for brightness edits that don't shift colour, and a/b useful for colour-based selection and matching. The conversion here assumes an sRGB source under a standard D65 white point.

    FAQ

    Why do the a and b channels look mostly gray?

    They're centred on neutral (mapped to mid-gray) and only move toward white or black where a colour leans strongly green/red or blue/yellow. Muted images stay near the middle.

    Is the L channel the same as grayscale?

    Very close — L is the most perceptually accurate lightness there is, so it's an excellent black-and-white. Our Grayscale tool uses a simpler luma formula that's near-identical for most images.