Back to blog
Dark Mode Guide/5 min read/Updated 2025-11-16

Dark mode color palette mistakes

Avoid the dark mode palette mistakes that make interfaces look muddy, overglowy, or harder to read than the light version.

Quick summary

Pure black often removes useful surface hierarchy.

Bright accents feel stronger in dark mode, so you usually need less of them.

Dark mode still needs layered backgrounds, borders, and muted text roles.

1. Build multiple dark surfaces

A single black background forces every component to fight for separation.

  • Use distinct values for page, card, and elevated panel surfaces.
  • Keep borders subtle but visible.
  • Let shadows be lighter and softer than in light mode.

2. Keep the accent under control

Bright accents feel stronger in dark mode, so you usually need less of them.

  • Use the accent for action and focus, not whole sections.
  • Avoid neon link color for long reading blocks.
  • Tone down support accents before they overpower the content.

3. Watch low-contrast text traps

Dark mode often breaks in secondary text, disabled states, and data labels first.

  • Test muted text on cards and tables.
  • Check disabled states independently from body copy.
  • Review charts and code blocks, not only main marketing sections.
Common mistakes
  • Using pure black for every surface.
  • Relying on electric blue for all emphasis.
  • Ignoring muted text and border contrast.
Designer checklist
  • Create at least three dark surface levels.
  • Reduce accent usage compared with light mode.
  • Test disabled and muted text states.
  • Check charts, tables, and code blocks too.

Use this with ColorLab tools

References

Next reads