Device test · Display
White Screen
Fill your screen edge to edge with pure white — a soft light for video calls, a bright backdrop for tracing or checking negatives, or a plain field that makes dust and dead pixels obvious. Six more colors are one tap away, every one of them static: nothing here flashes or cycles.
Or pick a backdrop color — each works full-screen too:
How this tool works
One click paints a single, static color across everything the browser can reach. The page asks for fullscreen so the browser's own chrome disappears, then sets the backdrop to pure white — #ffffff, every subpixel of every pixel driven to maximum. That uniform field is what makes the tool useful several ways at once: as a soft light source for video calls, as an even backlight for tracing paper or film negatives held against the glass, and as the background on which dust, scratches, and dead pixels are most obvious. The swatches swap in green, blue, yellow, orange, purple, or pink for chroma-key checks and mood lighting, and each is just as static as the white.
Full screen comes from the browser's Fullscreen API: the page requests it, the browser animates into it, and pressing Esc or the ✕ button hands control back. On devices that don't offer element fullscreen — iPhones, mainly — the same colored layer simply covers the whole viewport instead. The readout strip is live the entire time: it reports the current color's hex value, your display resolution as the operating system reports it (window.screen), the viewport size, and whether true fullscreen is active. All of it is read locally in your browser; nothing is measured, stored, or sent anywhere.
The honest limit is brightness. A browser cannot touch hardware brightness — the white screen asks every pixel for its maximum, but how many nits that produces is set by your backlight or OLED drive level, which only you or your operating system can change. Color accuracy is nominal too: without hardware calibration, #ffffff is whatever your panel's white point happens to be, and features like Night Light will tint it warm. And the colors are deliberately static — nothing flashes or cycles on its own, so the light stays steady on camera and a color only ever changes when you change it.