Skip to main content
Participant
September 24, 2026
Answered

LAB Color Questions

  • September 24, 2026
  • 5 replies
  • 50 views

Is L (Lightness) 0–255? Or 0–100?

Searching online says the range is 0–100, but when I look at Photoshop, isn’t it usually 0–255?

For A, is it green and red, or magenta? Why do different sources or regions describe it differently, with some people saying it represents red?

What do positive and negative values mean?

Why does a negative value represent green, while a positive value represents magenta?

    Correct answer davescm

    In CIELab the colour is split into three components:

    L is Lightness and ranges from 0 to 100 (You can check this in the colour picker which works in integers)
    a is green - red with negative values towards green and positive values towards red. In Photoshop it is clamped between -128 and +127
    b is blue to yellow with negative values towards blue and positive values towards yellow. Again, in Photoshop, it is clamped -128 and +127

    As for the descriptions in different regions it probably comes from the vague nature of a description such as ‘Red’. Red as in RGB 255,0,0 when converted to Lab has a positive a (red) component and also a positive b (yellow) component. Without that b component it tends toward magenta.

    You can experiment with the colour picker by clicking on the circle next to L and altering the Lab components to see the resulting colour.


    Dave

    5 replies

    Participant
    September 24, 2026

    Just to clarify, does the A channel use a green-to-magenta color scale? Is that different from the A color scale in the color chart, which goes from green to red?

    davescm
    Community Expert
    Community Expert
    September 25, 2026
    Participant
    September 25, 2026

    Thank you for the link.

    Someone said that a classic book describes the green-to-red axis in LAB as cyan to magenta. This is the part I’m confused about. It looks very similar to the image mentioned at the end of the link.🔍

    davescm
    Community Expert
    davescmCommunity ExpertCorrect answer
    Community Expert
    September 24, 2026

    In CIELab the colour is split into three components:

    L is Lightness and ranges from 0 to 100 (You can check this in the colour picker which works in integers)
    a is green - red with negative values towards green and positive values towards red. In Photoshop it is clamped between -128 and +127
    b is blue to yellow with negative values towards blue and positive values towards yellow. Again, in Photoshop, it is clamped -128 and +127

    As for the descriptions in different regions it probably comes from the vague nature of a description such as ‘Red’. Red as in RGB 255,0,0 when converted to Lab has a positive a (red) component and also a positive b (yellow) component. Without that b component it tends toward magenta.

    You can experiment with the colour picker by clicking on the circle next to L and altering the Lab components to see the resulting colour.


    Dave

    Participant
    September 24, 2026

    Thank you. Your explanation was very clear. Now I understand where it comes from. I was actually looking at Blend If.