It's one of those habits I developed 25 years ago—and I still follow it today.
Design trends have changed dramatically since I started building websites in the 1990s. Tables became CSS. Desktop became mobile. Static pages became responsive applications.
But one habit has remained remarkably consistent:
Whenever possible, I use even numbers. Spacing. Icons. Images. Font sizes. Component dimensions.
Is it a hard rule? No.
Is it a good habit? Absolutely. Here's why.
Even numbers divide more naturally.
64 → 32 → 16 → 8
48 → 24 → 12
40 → 20 → 10
That becomes especially useful when creating responsive layouts, icons, and reusable components.
Icons are constantly resized. Starting with even dimensions reduces the chances of blurry edges or awkward pixel rounding. This was even more important before vector graphics became common, but it's still a good habit today.
One thing I've learned designing enterprise applications is that consistency matters more than perfection.
Using a spacing scale built around even numbers creates rhythm.
Instead of:
17px
23px
31px
You naturally gravitate toward:
16
24
32
40
48
Everything feels more intentional.
When everyone on a team follows predictable spacing and sizing conventions, designs become easier to understand and maintain.
Developers appreciate it. Designers appreciate it. Future-you appreciates it.
Today's design systems naturally reinforce this habit.
Most encourage spacing systems based on multiples of 2, 4, or 8.
You're not following an arbitrary rule. You're aligning with patterns that have proven to scale.
Historically, many screen resolutions, icon dimensions, and graphic assets were based on even-numbered pixel values.
Think of familiar resolutions like:
Likewise, icons commonly followed dimensions such as 16, 24, 32, 48, 64, and 128 pixels.
While today's devices are far more flexible, those conventions helped establish many of the sizing systems designers still use.
There are plenty of exceptions.
Like every design guideline, this one serves the design—not the other way around.
I don't use even numbers because computers demand it. I use them because they encourage consistency, scalability, and better collaboration. After 25 years designing digital products, I've found that small habits often lead to better systems. And better systems lead to better products.
Send me a note and say hello.