figure-ground-relationship

Apply figure-ground visual cues to UI elements across interaction states.

6|3|Updated May 3, 2026
One-click install
npx skills add https://github.com/HDeibler/universal-design-principles --skill figure-ground-relationship
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: figure-ground-relationship
Source: https://github.com/HDeibler/universal-design-principles/tree/main/plugins/perception-and-hierarchy-principles/skills/figure-ground-relationship
Command: npx skills add https://github.com/HDeibler/universal-design-principles --skill figure-ground-relationship

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Figure-ground relationship fixes confusing interfaces where users can’t instantly tell what the primary focus is, causing extra attention work and slower comprehension.

Core Features & Use Cases

  • Clear figure cues: uses closed shapes, contrast/saturation, apparent closeness, overlap, and detail/texture to make the intended focal element read as “figure.”
  • Controlled ground cues: de-emphasizes surrounding content via lower contrast, reduced opacity/texture, receding elevation, and less-defined boundaries so it reads as “ground.”
  • State-aware primacy: preserves the intended figure/ground sorting across common UI states like modals, overlays, focus states, hover/focus, and selection so the hierarchy doesn’t collapse when things change.

Quick Start

Ask your AI to apply the figure-ground principle to your modal or overlay by specifying what should be figure, what should be ground, and which visual cues (shadow/elevation, contrast, opacity, scale, and layering) should enforce that sorting.

Frequently Asked Questions about figure-ground-relationship

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is figure-ground relationship in UI design?

Figure-ground relationship in UI design is the visual sorting of elements where the intended focal element reads as figure and surrounding content reads as ground. It uses contrast, elevation, and scale cues to establish clear visual primacy.

How do I make a modal stand out from the background?

To make a modal stand out, apply figure-ground cues like elevation and shadow for the modal, and reduce opacity or contrast on the background. This ensures the overlay reads as figure while the underlying interface recedes as ground.

Why does my focus state disappear when hovering over other elements?

Focus states disappear when figure-ground sorting collapses under interaction changes. Preserve visual primacy by reinforcing the focal element with stable contrast, saturation, and boundary cues so the hierarchy doesn't collapse during hover or selection states.

How do I design clear visual hierarchy for layered interfaces?

Design clear visual hierarchy in layered interfaces by assigning figure and ground roles, then reinforcing them with elevation, contrast, scale, and occlusion cues. De-emphasize ground layers using lower contrast and reduced opacity to maintain stable sorting.

Does this approach work for hover and selection states?

Yes, the figure-ground approach works for hover and selection states by preserving state-aware primacy. It validates that the intended figure/ground sorting remains stable across common UI state changes, preventing the visual hierarchy from collapsing during interaction.