Web Design

Dark Mode on Your Website: Worth It, or an Expensive Trend?

Dark mode isn't "better for your eyes": for a good number of people it's worse. It's a preference, and like any preference, the right question isn't whether it's fashionable but whether your visitors have it.

September 22, 20226 min read
In this article
  1. The myth: "it's easier on the eyes"
  2. When it is worth it
  3. When it doesn't pay
  4. What it really costs: it isn't the toggle
  5. If you do it: four decisions that avoid almost every problem
  6. Contrast can't be improvised in either theme
  7. Does it affect speed?
  8. The practical verdict
  9. Frequently asked questions

Dark mode arrived in operating systems, then in apps, and it has appeared in nearly every web design brief since. The request usually comes in the same shape: "we want dark mode, it looks more modern".

And that framing is the problem. Dark mode isn't a visual effect you switch on: it's a second complete design that has to be decided, built and maintained in parallel. It pays off on some sites and is wasted money on others, and the difference can be reasoned through.

The myth: "it's easier on the eyes"

It's the most repeated justification and it's incomplete at best. For many people, reading light text on a dark background is harder, not easier: a halo effect appears around the letters and blurs their edges. It particularly affects anyone with astigmatism, which is an enormous number of people.

What is true: in low light, a bright screen dazzles, and dark mode is genuinely more comfortable there. And on OLED screens it draws slightly less battery. Those are real advantages, but narrow ones — they don't make dark mode universally superior.

When it is worth it

The pattern is fairly clear: dark mode pays off where people spend a long time looking at the screen, and above all where they use it at night.

  • Applications and dashboards somebody keeps open for hours while working.
  • Digital products for technical audiences, where the expectation is established and its absence is noticed.
  • Long-reading sites — documentation, extended articles — frequently consumed at night.
  • Brands whose identity is already dark: there the dark theme is primary and light becomes the addition.

When it doesn't pay

On most company websites it simply doesn't. A services site gets visited for two or three minutes, almost always in daylight, with a specific decision in mind. Doubling the design for that visit changes no conversion.

Where the return usually is, and where it isn't.
Type of siteWorth it?Why
Corporate or services siteUsually notShort daytime visits; the effort returns more elsewhere
Online storeRarelyProduct photos were shot for light backgrounds and look wrong on dark
Blog or documentationYes, if the reading is longExtended sessions and frequent night-time use
App, dashboard or toolYes, nearly alwaysProlonged use and an established expectation among users

What it really costs: it isn't the toggle

Building the switch is the easy part. The real cost sits in everything that has to be decided twice and reviewed twice, permanently.

  • Every colour in the palette needs a dark equivalent, and it isn't "inverting": brand tones usually lose contrast on black.
  • Images with white backgrounds appear as bright rectangles floating in the dark.
  • The logo almost never works in both themes; a second version is usually required.
  • Shadows stop working. In dark, depth is communicated with layers of lightness, not shadow.
  • Every new page gets reviewed twice, and that's where the maintenance becomes permanent.

If you do it: four decisions that avoid almost every problem

The technical detail varies by stack, but the underlying decisions are the same in every case.

  1. Respect the system preference by default. If the visitor already chose dark on their phone, don't impose light.
  2. Offer a visible toggle and remember their choice. Someone who wants to change it wants to change it on your site, not in their system.
  3. Never use pure black. A very dark grey reduces the halo effect and makes text considerably more legible.
  4. Lower the saturation of brand colours in the dark theme. A vivid colour that works on white usually vibrates unpleasantly on black.

Contrast can't be improvised in either theme

The most common mistake when going dark is leaving text in a mid-grey "so it isn't so harsh". The result is text below the minimum legible contrast — and since it's the part everyone looks at, the damage is significant.

Both themes have to meet the same contrast minimums, and each has to be checked separately: passing in light tells you nothing about dark. The substance of this is in web accessibility and why it matters.

Does it affect speed?

Implemented properly, barely at all: they're colour variables, not extra resources. Implemented badly it does weigh — when each theme loads its own stylesheet, or when images get duplicated into light and dark versions without optimisation.

There's also a visible detail: if the theme is decided by JavaScript after the page paints, the user sees a white flash before dark appears. It's jarring and it affects the perception of quality. What actually moves the needle on speed is in Core Web Vitals.

The practical verdict

If you're building a company website on a finite budget, ten things return more than dark mode: speed, copy, service pages, forms, real photographs. Dark mode belongs at the end of that list, not the start.

If instead you're building something people will use for hours, it belongs in the conversation from the beginning — because adding it later, once the palette and components are settled, costs considerably more than having planned for it. General ranges are in how much a professional website costs.

Frequently asked questions

Does Google penalise not having dark mode?

No. It isn't a ranking factor or an accessibility requirement. What does matter is the contrast of the theme you do have: a light site with pale grey text on white has a genuine legibility problem, whereas a properly contrasted light site needs nothing more.

How much does adding dark mode increase the project cost?

It depends when it's decided. Planned from the start, it's a moderate increment: you define two palettes and work with variables from day one. Added to a finished site, every component, image and page has to be reviewed, and the cost approaches rebuilding the visual layer.

Can I ship just the toggle and finish it later?

That's the worst option. A toggle producing a half-finished dark theme — with white blocks and unreadable text — does more damage than not offering it. If you aren't going to complete it, don't publish it: nobody misses what doesn't exist, but everybody notices what's broken.

How do I know if my users want it?

Look before deciding. Most analytics tools can record the visitor's system theme preference. If a significant share of your traffic already arrives with dark mode enabled on their device, you have a data-backed argument; if it's a small minority, you have the opposite answer.

Keep reading

Web DesignPillar guide

How Much Does a Professional Website Cost? An Honest Pricing Guide

Between "free" and "$10,000" sits an ocean of confusing quotes. This guide puts real numbers on the table: what each type of website costs, what that price should include, and how to spot an inflated quote or a suspiciously cheap one.

July 21, 20266 min read