We tested HDR video on LinkedIn so you don't have to
Short answer: HDR video does not glow on LinkedIn, and now we can show you exactly why. We uploaded five different HDR encodings, on organic posts and through Sponsored Content in Campaign Manager, then pulled the transcoded files LinkedIn actually serves and read their color metadata directly. Every single output rendition comes back retagged BT.709, which is standard dynamic range. The glow that survives LinkedIn is in still images: JPEGs carrying an HDR ICC color profile, which is the route Superwhite automates.
An earlier version of this article said video gets tone-mapped. The test shows something more precise: LinkedIn does not tone-map your pixels at all. It rewrites the color metadata and leaves the pixels roughly as they were. The distinction matters, and it closes the door harder than tone-mapping would.
The test
The glow effect in video works through two small tags, a transfer function and color primaries, written into the codec bitstream and the MP4 container. If a player sees transfer=PQ or transfer=HLG, it renders the bright parts of the video into the display's HDR headroom. So the whole question is whether LinkedIn's transcoder carries those tags from input to output. We uploaded five variants to isolate the answer:
- A standard SDR H.264 file as the control.
- H.264 with ordinary SDR pixels relabeled as PQ and BT.2020, the exact video analog of the ICC trick that works for images.
- The same relabel with an HLG transfer tag.
- True 10-bit HEVC in HLG, the format iPhones record in.
- True 10-bit HEVC in HDR10, with PQ transfer and mastering display metadata.
What came back
LinkedIn transcodes every upload into an adaptive streaming ladder, and interestingly that ladder includes 10-bit AV1 renditions alongside H.264. We fetched the initialization segments of the served streams and read the colr atom, which is where MP4 files declare their color interpretation. Every rendition of every variant, AV1 and H.264 alike, organic and paid, carries the same declaration:
colr nclx: primaries=1, transfer=1, matrix=1 (BT.709 / SDR)
Here is the HLG variant before and after, from the file LinkedIn serves back:
| Property | Uploaded file | LinkedIn output |
|---|---|---|
| Color primaries | BT.2020 | BT.709 |
| Transfer function | HLG | BT.709 |
| Matrix | BT.2020nc | BT.709 |
| Peak luma, decoded | 255 | 246 |
The last row is the telling one. The white in the video is still essentially at maximum signal after transcoding, so the pixels pass through nearly untouched. Only the interpretation is rewritten. That means there is no pixel-level trick that gets around it: the glow lives or dies on the transfer tag, and LinkedIn's video encoder stamps BT.709 onto everything it outputs. This is a deliberate configuration, not an accident. Transcoder pipelines pass color signaling through by default, so someone at LinkedIn opted into normalizing video color. Nobody made the same decision for the image pipeline, which is the entire reason the glowing logo trend exists.
The preview trap
If you have tried this yourself, you probably saw the video glow beautifully right after uploading and concluded it works. It does not. The upload preview plays your original file before processing, with all HDR tags intact. The feed serves the transcoded version. Both the organic composer and the Campaign Manager ad preview behave this way, so a glowing preview tells you nothing. Judge only the posted result, viewed fresh on an HDR screen.
What about LinkedIn ads?
Same result. We ran a Sponsored Content video campaign in August 2026 specifically to test whether the paid ingest path behaves differently, since the ads pipeline does preserve ICC profiles in image creatives. It does not extend that behavior to video: the served ad renditions carry the same BT.709 tags as organic uploads. On LinkedIn, paid or organic, the glow is images only.
One footnote worth watching
LinkedIn's streaming ladder already delivers 10-bit AV1, and 10-bit delivery is the technical prerequisite for HDR video. The player infrastructure is HDR-ready; the encoder configuration says no. If LinkedIn ever enables HDR video the way Instagram and TikTok have, the situation described in this article changes overnight. We re-run this test periodically and will update this page if that happens.
Where HDR video does glow
Instagram Reels and TikTok ingest HDR video by design: 10-bit HEVC in HLG, or Dolby Vision 8.4, renders with real extra brightness in those feeds, which is why some Reels visibly light up the screen. YouTube supports HDR properly but its feed thumbnails stay SDR, so there is no glow in the scroll. Reddit normalizes video to SDR like LinkedIn does.
So what actually glows on LinkedIn today?
Feed post images, uploaded directly as JPEGs with the HDR profile embedded, not cropped or edited in the composer. That is how the Wiz logo, Port, Taboola, Lusha and DoiT did it. You can do the same in about a minute:
- Drop your logo into superwhite.app.
- Set peak brightness and the glow threshold.
- Download the JPEG and post it to LinkedIn as a feed image, unedited.
Frequently asked questions
Does HDR video glow on LinkedIn?
No. We tested five encodings, from tagged H.264 to true 10-bit HEVC in HLG and HDR10, on organic posts and Sponsored Content. LinkedIn's transcoder rewrites the color metadata of every output rendition to BT.709, which removes the HDR signal that makes displays render above reference white.
Why did my HDR video glow in the preview but not after posting?
The upload preview plays your original file before processing, with the HDR tags intact. The posted video is the transcoded version, retagged BT.709. A glowing preview says nothing about the feed result.
Does HDR video work in LinkedIn ads?
No. We tested Sponsored Content directly and the served renditions come back BT.709, identical to organic. Image creatives keep their ICC profiles in paid placements, so images can glow in ads; video cannot.
Why do HDR images glow on LinkedIn but videos don't?
Two pipelines, two decisions. The image pipeline keeps the ICC color profile through compression. The video transcoder explicitly writes BT.709 onto every output regardless of what the input declared, stripping the HDR interpretation while leaving the pixels roughly unchanged.
Which platforms does HDR video glow on?
Instagram Reels and TikTok, by design. YouTube supports HDR but feed thumbnails stay SDR. LinkedIn and Reddit normalize video to SDR.
How do I make an HDR logo for LinkedIn?
Use a high-contrast logo, ideally a white mark on a colored background, and run it through superwhite.app: it remaps the whites onto the PQ curve, embeds the HDR profile and exports a JPEG that glows in the LinkedIn feed on HDR screens.