ImagePDF.Tools
Technical

Chroma Subsampling Explained: Why Some JPEGs Blur Thin Red Text and Fine Lines

N
NikolaLast updated on August 19, 2026 · 8 min read

Summary

Notice blurred colored text in a sharp JPEG? That's chroma subsampling, a hidden compression trick most quality sliders never mention or expose to you.

Turn a JPEG's quality slider all the way up and thin colored text or fine colored lines can still look slightly soft, in a way that plain black text does not.

This is not a quality-setting problem, it is chroma subsampling, a separate compression decision baked into most JPEG encoders that most quality sliders never expose directly.

JPEG chroma subsampling keeps brightness at full detail while storing colour at half resolution | ImagePDF.Tools
Your eye reads brightness far more precisely than colour, and JPEG exploits exactly that to save space.

What Chroma Subsampling Actually Does

Human vision is far more sensitive to changes in brightness (luma) than to changes in color (chroma). JPEG encoding exploits this by storing full-resolution brightness data but reduced-resolution color data, a technique called chroma subsampling.

The most common setting, called 4:2:0, keeps full luma detail but samples color at half resolution both horizontally and vertically, a 75% reduction in color data with only modest impact on how most photos look.

ModeColor resolutionTypical use
4:4:4Full color resolution, no reductionScreenshots, graphics, text-heavy images
4:2:2Half horizontal color resolutionA middle ground, less common
4:2:0Quarter color resolution (half horizontal, half vertical)Most photographic JPEGs, the default in most encoders
Common chroma subsampling modes and what they mean.

Why This Blurs Thin Colored Text and Lines

For a typical photograph, 4:2:0 subsampling is nearly invisible, natural images rarely have sharp color transitions at a fine scale.

But thin colored text, a red line on a diagram, or fine colored UI elements in a screenshot have exactly the kind of sharp, small-scale color transitions that 4:2:0 handles poorly.

The color data simply was not captured at high enough resolution to represent a one-pixel-wide red line precisely, so it blurs into the surrounding pixels.

ℹ️

This is why screenshots with colored text, diagrams, and UI elements are often better saved as PNG, or as JPEG with 4:4:4 subsampling specifically enabled, rather than a default JPEG export, even at maximum quality.

What You Can Actually Do About It

  • For photos, 4:2:0 is almost always fine, and is what most compressors use by default. No action needed.
  • For screenshots and diagrams with fine colored detail, PNG avoids the issue entirely, since it is lossless and does not subsample color at all.
  • For JPEGs specifically needing sharp colored text, some advanced encoders let you force 4:4:4 subsampling, at the cost of a larger file size.

The Bottom Line

Chroma subsampling is a mostly-invisible trade-off for photos and a real, visible problem for fine colored text or lines.

If you are compressing a screenshot or diagram rather than a photo, reach for PNG, or the image compressor with a format suited to the content, instead of assuming JPEG at maximum quality will always look sharp.

Try it now: compress a JPEG, free, entirely in your browser.

Frequently asked questions

What is chroma subsampling?
A JPEG compression technique that stores color (chroma) data at lower resolution than brightness (luma) data, exploiting the fact that human vision is less sensitive to fine color detail than to fine brightness detail.
Why does my JPEG have blurry colored text even at high quality?
This is usually chroma subsampling, not the quality setting. The quality slider controls compression strength, but subsampling mode is a separate setting, often fixed at 4:2:0, that specifically affects fine colored detail.
Should I use PNG instead of JPEG for screenshots?
Often yes, particularly for screenshots with fine colored text or UI elements, since PNG does not subsample color and avoids this issue entirely.
Does chroma subsampling affect regular photos?
Rarely noticeably. Natural photographs generally lack the sharp, fine-scale color transitions that subsampling handles poorly, which is why 4:2:0 is the default for most photographic JPEGs.
What is 4:4:4 subsampling?
A mode that keeps full color resolution with no reduction, avoiding the blur effect on fine colored detail, at the cost of a larger file size than the more common 4:2:0 mode.

Sources & references

This article was researched and written by Nikola, drawing on the following primary sources and documentation:

Ready to try it?

All tools run entirely in your browser, no uploads, no account required.

Compress JPEG