What is Color Depth?
Abisola | Feb 10, 2026
Color depth, or bit depth, is how many bits are used to encode the color of each pixel. It sets how many distinct colors a display or image can represent. Higher depth means smoother gradients and less banding; very low depth limits you to small palettes (for example, 256 colors for 8-bit indexed color).
How color depth works in practice
Most screens use RGB: red, green, and blue channels. Common 24-bit “true color” uses 8 bits per channel, so each channel has 256 levels and the total is about 16.7 million combinations (256 x 256 x 256). 32-bit color often means those same 24 bits of color plus an 8-bit alpha channel for transparency, not more color hues.
Deep color (10 bits per channel or more) helps in photography, video, and medical imaging where subtle shading matters. On the web, sRGB and 24-bit output remain typical; extra bits mainly help before final export.
Depth interacts with color space (such as sRGB). Wrong space handling can make images look flat or wrong even when bit depth is high.
Why color depth is relevant to fraud detection
Browsers and canvas APIs can expose color and rendering capabilities as part of device and environment fingerprinting. Reported bit depth, color gamut, and how the GPU renders test patterns can differ between real consumer hardware and virtual machines, remote browsers, or automation stacks tuned for scale, not accuracy.
Anti-fraud systems use these signals alongside how fraud is detected more broadly. Cloned or default profiles may show the same color stack as thousands of other sessions, or combinations that do not match the claimed OS and GPU. That supports scoring for suspicious clicks and ad fraud. It complements behavioral checks and network signals; it is one layer in a stack that also watches for bots. For spoofed environments, teams often pair technical signals with guidance on device spoofing.