TestMyGears

Display testing

Best Colors for Dead Pixel Tests

2 min read

White, black, and RGB fullscreen colors each reveal different pixel faults. Use this order to catch dead, stuck, and sub-pixel issues quickly.

Start with white and black, then red, green, and blue. White exposes dead pixels; black exposes stuck pixels; primaries isolate which sub-pixel channel failed.

No single color catches every fault. A structured five-color pass takes about two minutes and finds more issues than white alone.

Color reference

Test colorWhat failsTool
WhitePixels that stay offWhite screen
BlackPixels that stay onBlack screen
RedWeak green/blue sub-pixelsRed screen
GreenWeak red/blue sub-pixelsGreen screen
BlueWeak red/green sub-pixelsBlue screen
50% greyBanding and uniformityGrey screen

Why this order works

White first — fastest scan for completely dead dots. Any fixed black speck on pure white is worth a second look.

Black second — stuck pixels ignore the off state and appear as red, green, blue, or white pinpoints.

RGB third — isolates channel faults. A dot that appears only on the blue screen usually implicates the red and green sub-pixels.

Grey last — not for dead pixels, but for gradient banding that can look like uneven brightness during color checks.

Optional secondary fields

Yellow, cyan, and magenta-style combinations stress two channels at once. Use them to confirm a defect first seen on a primary.

Practical timing

  • Allow at least 30 seconds per color in a dim room
  • Stay in fullscreen — browser chrome does not count as tested area
  • Run two passes when you are deciding on a return or RMA

Automating the rotation

Manual switching is fine. The display tests pixel cycle advances white → black → RGB on a timer so you can focus on scanning the glass.

FAQ

Can dust look like a dead pixel? Yes. Clean the panel, retest, and see whether the spot moves or disappears.

Do OLED phones need different colors? Use the same sequence; also watch near-black grey for uneven pixel glow.

Is one bad pixel a fail? Policies vary by brand. Document with photos on the color that shows the fault most clearly.

Next: Step-by-step dead pixel test · Fullscreen testing setup

← Back to guides