UI/UX Design Principles Cheat Sheet

UI/UX design principles — visual hierarchy, affordances, consistency, accessibility, user research, and essential design thinking for digital products.

Last Updated: July 15, 2025

Core UX Principles

PrincipleDescription
Don't Make Me ThinkUsers should understand instantly — if they have to pause, the design failed
Fitts's LawBigger + closer targets are faster to click. Important buttons should be large and near where the user's cursor already is.
Hick's LawMore choices = slower decisions. Limit options. Netflix's "Top 10" row is Hick's Law in action.
Jakob's LawUsers spend most of their time on OTHER sites — they expect yours to work the same way. Don't reinvent the wheel.

Visual Hierarchy

TechniqueHow
SizeBigger = more important. Headline > subhead > body text.
Color & contrastCTAs in a contrasting color — one primary action color per screen
WhitespaceSpace around elements makes them stand out — crowded = nothing stands out
TypographyMax 2-3 fonts. Bold for emphasis, not everything.

Accessibility Essentials (WCAG)

RequirementMinimum
Color contrast4.5:1 for normal text, 3:1 for large text
Keyboard navigationEverything usable without a mouse
Alt textEvery image has descriptive alt text
Focus indicatorsVisible outline on focused elements
Pro Tip: Good design is invisible. Users don't notice a well-designed interface — they just accomplish their task and leave satisfied. If users notice your design (in a bad way), you've failed. If they notice it in a good way, you've also probably failed — it should just work.
← Back to Data Science & ML | Browse all categories | View all cheat sheets