back to the tool

Why the Wiz logo glows on LinkedIn

If you scrolled past Wiz on LinkedIn recently on a phone or a recent MacBook, the logo looked lit up. Not a brighter shade of white — actually brighter than the white page around it, like something is glowing behind the glass. People screenshot it to show a friend and the screenshot looks completely normal, which is usually the moment they start wondering if their screen is broken. It isn't. Here is a screen capture of it in the feed:

Captured on an HDR display. On an SDR screen the effect simply does not show, that is the point.

What are you actually looking at?

The glowing logo is a regular JPEG with a Rec.2100 PQ HDR color profile embedded, made with Superwhite. LinkedIn strips most HDR metadata during upload but keeps ICC color profiles, so the file survives the compression pipeline intact. On HDR screens the white mark renders in the display's spare brightness headroom, above normal white. On SDR screens it looks like a normal logo, nothing broken.

There is no filter, no animation, no CSS. If you download the image and open it in a metadata inspector, the pixels are flat — the only unusual thing in the file is the color profile telling the renderer to treat those pixels as HDR content.

Why does it look brighter than your screen's white?

A normal image tops out at signal value 255, which your operating system maps to a comfortable reference white of roughly 200 nits. But the panel in a recent iPhone, Pixel, or MacBook Pro can physically output 1,000–1,600 nits. That gap between reference white and panel peak is headroom, reserved for HDR content like movie highlights.

HDR video declares its brightness using the PQ (Perceptual Quantizer) transfer function, standardized in ITU-R BT.2100 and capable of encoding up to 10,000 nits. Embed that same signal in a still image and the renderer treats the image's whites as HDR highlights: the logo lands at four or five times the brightness of the page around it. Your eye is drawn to the brightest thing in view — it cannot help it. That is the entire trick, and it is why a static logo can out-compete video in the feed for a moment of attention.

Feed posts vs. company logos: the two variants

There are two places this shows up on LinkedIn, and they work differently under the hood:

You can verify either variant landed by inspecting the file — if the transfer function reads as PQ (SMPTE ST 2084) and the primaries as BT.2020, the glow is armed:

exiftool logo-hdr.jpg | grep -i profile
# or
ffprobe -show_entries stream=color_transfer,color_primaries logo-hdr.png

Why does it work so well on a logo?

High-contrast graphics are the ideal input. The Wiz mark is pure white on a solid blue background, so the glow lands exactly on the logo and nowhere else. The background stays at a normal level, which makes the contrast even more striking — a fully glowing image just looks overexposed, but a glowing mark on a calm background looks like a light source. Photos work too, but at 8 bits per channel smooth gradients can band, so a white mark on a colored background is the cleanest possible case.

Who did it first?

Wiz made it famous, but the lineage is longer, and worth crediting:

Superwhite builds on that research and packages the feed-post variant as a self-serve, in-browser tool: luminance masking so only whites glow, a brightness slider, and nothing uploaded to any server.

What's the catch?

It is a trade-off, not a free win, and most posts about the trick skip this part:

Will LinkedIn patch it?

Probably, eventually. Platforms clamped the same trick for HDR video after it flooded Reels and Shorts, and Slack has already tone-mapped glowing workspace logos. LinkedIn's image pipeline keeps ICC profiles today, which is the only reason the feed-post variant works. Treat it as attention arbitrage with a window: useful now, not something to build a brand system on. When the window closes, the same file simply renders as a normal image — nothing breaks.

How do you do it with your own logo?

  1. Open superwhite.app and drop in your logo. A white or near-white mark on a colored background works best.
  2. Adjust peak brightness and the glow threshold until the mark glows and the background stays put. Preview it live — if you are on an HDR screen you will see exactly what your audience sees.
  3. Download the HDR JPEG and post it straight to LinkedIn as a feed image. Do not crop or edit it in LinkedIn's composer, that strips the profile.

Everything runs in your browser, nothing gets uploaded. Sign in, exports from €2.99, unlimited up to 400px.

Make your logo glow

Frequently asked questions

How do you make a logo glow on LinkedIn?

Embed an HDR color signal so the image's whites decode above normal screen white. For feed posts, a JPEG with a Rec.2100 PQ ICC profile survives LinkedIn's pipeline — Superwhite does this in the browser. For company-page logos, a PNG tagged with BT.2020 + PQ also passes through. Post the exported file directly, without cropping or editing it in the composer.

Why does the Wiz logo look brighter than everything else on my screen?

Its whites are encoded on the PQ HDR curve at levels far above the ~200 nits your screen uses for normal white, so on an HDR display the logo taps the panel's reserve brightness and physically emits more light than the interface around it.

Does the glow show up in screenshots?

No. Screenshots capture the tone-mapped SDR result, not the HDR signal in the file. Re-saves, forwards through WhatsApp or iMessage, and copy-paste also strip the profile. Only the original exported file glows.

Why does it look dull or broken on some monitors?

No HDR support, or battery saver on, means the renderer never uses the headroom — the file shows as a normal, slightly dim image, and on some non-HDR panels it can look washed out. That is the trade-off: part of your audience gets the glow, the rest gets a plain logo.

How bright should I go?

Moderate. Around 600–1,000 nits stands out clearly and stays comfortable; pushing toward a panel's maximum reads as glare and invites "my eyes" comments. The brightness slider exists so you can find the level that fits your brand rather than defaulting to maximum.

Does this work on Instagram or other platforms?

Not with this file. Instagram needs a different HDR format (gain maps / Ultra HDR) and strips ICC-only signaling; Reddit converts images to sRGB. The Rec.2100 PQ ICC approach is specifically a LinkedIn-feed play today. More background in the technical write-up and the general explainer on glowing LinkedIn images.

How many nits is the Wiz logo, exactly?

Independent teardowns of the file put the white mark at roughly 4,000 nits against a background encoded around 60 nits, close to 20 times a screen's normal ~200-nit white. Superwhite defaults to a gentler 600 to 1,000 nits so the effect reads as bright rather than as glare.