| Color Type | Description |
|---|---|
| Primary | Red, Yellow, Blue - cannot be created by mixing other colors |
| Secondary | Orange (Red + Yellow), Green (Yellow + Blue), Purple (Blue + Red) |
| Tertiary | Red-Orange, Yellow-Orange, Yellow-Green, Blue-Green, Blue-Purple, Red-Purple |
| Harmony Type | Definition |
|---|---|
| Monochromatic | Variations of a single hue using different tints, shades, and tones |
| Analogous | 3-5 colors adjacent on color wheel (e.g., blue, blue-green, green) |
| Complementary | Colors directly opposite on wheel (e.g., red-green, blue-orange) |
| Split Complementary | Base color + two colors adjacent to its complement |
| Triadic | Three colors evenly spaced on wheel (120° apart) |
| Tetradic | Four colors forming two complementary pairs (rectangle or square) |
| Property | Definition |
|---|---|
| Hue | Pure color (position on color wheel) |
| Saturation (Chroma) | Intensity or purity of color (vivid vs. muted) |
| Value (Brightness) | Lightness or darkness of color |
| Tint | Hue + White (lighter version) |
| Shade | Hue + Black (darker version) |
| Tone | Hue + Gray (muted version) |
| Color | Associations & Uses |
|---|---|
| Red | Energy, passion, urgency, danger; used for CTAs, alerts |
| Blue | Trust, calm, professionalism, security; corporate, finance, healthcare |
| Yellow | Optimism, warmth, caution; attention-grabbing, youthful brands |
| Green | Growth, nature, health, wealth; environmental, wellness, finance |
| Purple | Luxury, creativity, wisdom, spirituality; premium brands |
| Orange | Enthusiasm, friendly, confidence; playful, affordable brands |
| Black | Sophistication, power, elegance; luxury, formal brands |
| White | Purity, simplicity, cleanliness; minimal, modern brands |
| Category | Characteristics |
|---|---|
| Serif | Small lines at letter ends; traditional, formal, readable in print (e.g., Times New Roman, Georgia) |
| Sans Serif | No serifs; modern, clean, readable on screens (e.g., Helvetica, Arial, Roboto) |
| Script | Handwriting-style; elegant, decorative, use sparingly (e.g., Brush Script) |
| Display | Decorative, attention-grabbing; headers only, not body text |
| Monospace | Equal character width; code, technical content (e.g., Courier, Consolas) |
| Term | Definition |
|---|---|
| Baseline | Invisible line where letters sit |
| X-height | Height of lowercase letters (excluding ascenders/descenders) |
| Ascender | Part extending above x-height (b, d, h, k, l) |
| Descender | Part extending below baseline (g, j, p, q, y) |
| Cap Height | Height of capital letters |
| Kerning | Space between individual character pairs |
| Tracking (Letter-spacing) | Uniform spacing across all characters |
| Leading (Line-height) | Vertical space between lines of text |
| Level | Characteristics |
|---|---|
| H1 (Primary Heading) | Largest, boldest; 32-48px web; one per page |
| H2 (Section Heading) | 24-32px web; divides major sections |
| H3 (Subsection) | 20-24px web; subdivisions within sections |
| Body Text | 16px web standard; 1.5-1.6 line-height; 45-75 characters per line optimal |
| Caption/Small Text | 12-14px; labels, footnotes, metadata |
| Principle | Description |
|---|---|
| Proximity | Elements close together are perceived as related group |
| Similarity | Similar elements (color, shape, size) are grouped together |
| Continuity | Eye follows lines and curves, creating flow |
| Closure | Mind completes incomplete shapes/patterns |
| Figure/Ground | Distinguishing object from background |
| Common Region | Elements within boundaries are grouped |
| Grid Type | Description |
|---|---|
| Manuscript Grid | Single column; books, documents, long text |
| Column Grid | Multiple vertical columns; magazines, newspapers, websites |
| Modular Grid | Rows + columns creating modules; complex layouts |
| Hierarchical Grid | Custom proportions based on content needs; flexible layouts |
| Type | Description |
|---|---|
| Symmetrical Balance | Equal weight on both sides; formal, stable, traditional |
| Asymmetrical Balance | Unequal elements balanced by position/weight; dynamic, modern |
| Radial Balance | Elements radiate from center point |
| Principle | Description |
|---|---|
| Contrast | Difference between elements; creates emphasis and readability |
| Repetition | Consistent use of elements; creates unity and brand recognition |
| Alignment | Elements positioned relative to each other; creates organization |
| Proximity | Related items grouped together; creates relationships |
| Balance | Distribution of visual weight; creates stability |
| Emphasis | Focal point that draws attention; guides user |
| Unity | Cohesive, harmonious design; all elements work together |
| Guideline | Standard |
|---|---|
| Text Contrast Ratio | 4.5:1 minimum for body text (WCAG AA); 7:1 for AAA |
| Large Text Contrast | 3:1 minimum for 18pt+ or 14pt+ bold (WCAG AA) |
| Touch Target Size | 44×44px minimum (mobile); 48×48px recommended |
| Color Alone | Never use color as only indicator (colorblind users) |
| Font Size | 16px minimum for body text |
| Property | Best Practice |
|---|---|
| Style | Consistent across interface (all outlined or all filled) |
| Size | 16px, 24px, 32px, 48px (multiples of 8) |
| Stroke Weight | 2px standard; consistent across icon set |
| Grid | Design on pixel grid for crisp rendering |
| Recognition | Use universal icons (hamburger menu, magnifying glass for search) |
| Element | Specification |
|---|---|
| Minimum Size | 44×44px (mobile touch target) |
| Padding | 12-16px horizontal, 8-12px vertical |
| Border Radius | 4-8px standard; 24px+ for pill shape |
| States | Default, Hover, Active, Disabled, Focus (for accessibility) |
| Hierarchy | Primary (filled), Secondary (outlined), Tertiary (text only) |
| Level | Description |
|---|---|
| Atoms | Basic building blocks (buttons, inputs, labels, icons) |
| Molecules | Simple groups of atoms (search form: input + button) |
| Organisms | Complex components (header: logo + navigation + search) |
| Templates | Page-level layouts with placeholder content |
| Pages | Specific instances with real content |
| Breakpoint | Device Type |
|---|---|
| 320-480px | Mobile portrait |
| 481-768px | Mobile landscape, small tablets |
| 769-1024px | Tablets, small laptops |
| 1025-1440px | Laptops, desktops |
| 1441px+ | Large desktops, monitors |
| Format | Use Case |
|---|---|
| PNG | Transparency needed; lossless; larger file size |
| JPG/JPEG | Photos; lossy compression; no transparency |
| SVG | Scalable vector graphics; icons, logos; infinitely scalable |
| WebP | Modern web format; smaller than PNG/JPEG; supports transparency |
| GIF | Simple animations; limited colors (256); outdated for static images |
| Print files; preserves layout and fonts |
| Mode | Description |
|---|---|
| RGB | Red, Green, Blue; additive; screens and digital displays |
| CMYK | Cyan, Magenta, Yellow, Black; subtractive; print production |
| HEX | Hexadecimal (#FFFFFF); web colors; 6-digit code |
| HSB/HSV | Hue, Saturation, Brightness/Value; intuitive color selection |
| HSL | Hue, Saturation, Lightness; CSS color model |
| Pattern | Description |
|---|---|
| F-Pattern | Horizontal top, horizontal middle, vertical left; text-heavy content, articles |
| Z-Pattern | Top left to top right, diagonal, bottom left to bottom right; landing pages, ads |
| Gutenberg Diagram | Four quadrants: Primary (top-left), Strong Fallow (top-right), Weak Fallow (bottom-left), Terminal (bottom-right) |
| Layer Cake | Horizontal scanning; scannable headings and subheadings |
| Pattern | Description |
|---|---|
| Bottom Navigation | 3-5 primary actions; easily reachable with thumb |
| Hamburger Menu | Hides navigation; saves space; reduces discoverability |
| Tab Bar | iOS standard; bottom navigation with icons + labels |
| Floating Action Button | Primary action; circular; bottom-right (Android Material Design) |
| Card-Based Layout | Scrollable containers; separate content chunks; swipeable |
| Pull to Refresh | Drag down to reload content; common in feeds |
| Metric | Target |
|---|---|
| First Contentful Paint (FCP) | < 1.8=""> |
| Largest Contentful Paint (LCP) | < 2.5=""> |
| Time to Interactive (TTI) | < 3.8=""> |
| Total Page Size | < 1-2="" mb=""> |