What is color brightness?
In color theory, brightness (sometimes called value or lightness) refers to how light or dark a color appears. But actually, there isn’t a single universal definition of “brightness.” What you call brightness depends on whether you mean a physical quantity, a perceptual response, or a practical approximation for RGB values. Different fields use different models.
Brightness simply describes the intensity of light that a color reflects or emits, ranging from very dark (close to black) to very bright (close to white).
Physics: brightness or energy?
For physical light, the closest standard quantity is luminance , defined in colorimetry as a weighted sum of spectral power using the human eye’s sensitivity curve. In RGB-based systems (like the web), this becomes a linear combination of linearized RGB values, for example:
This is a standardized model (CIE luminance) and is widely used in imaging, video, and accessibility (e.g., contrast calculations). However, luminance is still a physical/engineering measure, not exactly what humans perceive as brightness.
Brightness in color theory?
Human vision is nonlinear and context-dependent, so models like lightness (L*) in CIELAB, luma (Y′) in video systems, or simple heuristics like are used depending on the application. Each is a different compromise between accuracy and simplicity. So unlike CCT, which has a precise geometric definition, “brightness” is a family of related models, ranging from physically defined (luminance) to perceptually tuned (lightness), with no single formula that is universally “correct.”
Luminance vs brightness
Luminance itself is a pure physical concept, but is sometimes used interchangeably with brightness when talking about colors. Also when the topic is a mixture of physics, vision, and color theory, it can easily be misused. But there is a very clear difference between luminance as a pure physical concept and brightness as an eye-perceived property of a color. Here, we’ll have another concept, which is a modeled relative luminance based on color models, which we talk about when talking about luminance in color theory, not pure physics. The image below can describe it better:

Read how we calculate the brightness in Negarity Color library.
How to calculate brightness?
Here, we take a simple yet effective approach by using the L* channel (from either Lab or LCh color spaces) as a measure of brightness. In practice, this means converting a given color into Lab or LCh and then using its L* value directly.
More information
In this formulation, brightness is fundamentally a perceptual property, not a purely physical one. Even though it is derived from physical light (the spectrum emitted or reflected and ultimately reaching the eye), brightness itself describes how light or dark a color appears to an observer rather than measuring light energy directly. By using the L* component from the CIELAB color space, brightness is explicitly tied to a perceptual model of vision, where equal numerical changes are intended to correspond to roughly equal perceived changes in lightness. This means brightness in this context is not a raw physical measurement like radiance or luminance, but a human-vision-based transformation of physical light into perceived lightness.
Yes. It is entirely possible to keep chroma constant while changing brightness. Chroma describes how saturated or “colorful” a color is, while brightness (or lightness in perceptual models like CIELAB color space) describes how light or dark that color appears. Because these are separate perceptual dimensions, you can move a color up and down in brightness (making it lighter or darker) without changing its chroma, as long as the relative colorfulness compared to neutral gray is preserved. In practice, this is why a single hue can appear as both a pale pastel and a deep rich tone while still being considered the same color family.
Yes, luminance is one of the main physical factors that drives perceived brightness. In general, higher luminance (more light reaching the eye, weighted by the visual system) tends to produce a brighter percept. However, perceived brightness is not determined by luminance alone. The visual system continuously adapts to the overall illumination in the scene, so the same luminance value can look very different depending on the environment. For example, a surface with a fixed luminance will appear brighter in a dim room than under strong sunlight, because the brain normalizes brightness relative to the surrounding light levels. So changes in environmental illumination don’t just scale luminance, they change the reference frame your perception uses, which in turn shifts perceived brightness even when the physical luminance of the object stays constant.
Yes, but only indirectly. The light an object reflects is shaped by its spectral reflectance, which determines both chroma and how much total energy reaches the eye, so changes in chroma can sometimes affect the overall light distribution that contributes to brightness. However, brightness (as perceived lightness) is not directly controlled by chroma; it is mainly derived from the total luminance-like response of the visual system. In practice, this means two colors can have the same luminance but different chroma and still appear equally bright, while in other cases highly saturated colors may seem brighter or darker due to perceptual effects rather than physical light differences.
Yes, brightness values in color theory are generally dependent on the color space and the way that space models human vision. In our Negarity approach, brightness is defined specifically as the L* component from the CIELAB color space (or LCh, where L* is unchanged), which is derived from a transformation of XYZ values into a perceptual lightness scale. This makes the brightness value consistent within that defined pipeline, but it is still dependent on the underlying color space used before conversion, different RGB primaries or transfer functions can lead to different Lab inputs and therefore slightly different L* outcomes. So while L* itself is a standardized perceptual measure once computed, the final brightness value is still indirectly influenced by the chosen color space through the conversion path.
References
- https://cie.co.at/eilvterm/17-22-059
- https://en.wikipedia.org/wiki/Lightness