LinkedIn Mobile — design system & UI screens
A job listing detail screen displaying a specific position with company info, location, salary range, and application metrics. Features a prominent blue "Apply" button and "Save" option, with job description content below. Official Google Play listing screenshot.
This is a static, crawlable rendering for search & AI engines. The interactive version — filters, live decode console, copy & export — is at https://mozaika.design/website/linkedin-mobile.
Decoded design system
LinkedIn Mobile's decoded design system: background #FFFFFF, text #000000, accent #0A66C2, link #0A66C2, primary #0A66C2; type scale h1 34px / h2 22px / body 17px; 6px spacing base; 12px base radius. The single interactive/action color is #0A66C2 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #FFFFFF |
| surface | #EFEFEF |
| border | #D8D8D8 |
| text | #000000 |
| text_muted | #606060 |
| primary | #0A66C2 |
| accent | #0A66C2 |
| link | #0A66C2 |
| button_bg | #0A66C2 |
| button_text | #FFFFFF |
Using these colors
- Action color
#0A66C2— the single interactive color; only on things you click or must notice, never large fills. primary,accent,link,button_bgare all#0A66C2— one role, not several (the action color).- accent
#0A66C2— THE accent / action color — interactive & must-notice only (buttons, links, focus, one key highlight); never large fills or backgrounds. Scarcity is what makes it read as designed.
Typography
- h1: 34px
- h2: 22px
- body: 17px
Spacing
- base unit: 6px
- scale: 6px, 7px, 8px, 12px, 16px, 24px, 32px, 48px, 60px, 64px
Radii
- base: 12px
- button: 12px
Shadows (elevation)
- subtle:
rgba(0, 0, 0, 0.75) 0px 0px 0px 1px - card:
rgba(0, 0, 0, 0.3) 0px 4px 12px 0px
Motion
Micro-interactions run at 336ms (dominant) with cubic-bezier(0.34, 0, 0.21, 1).
- durations: 336ms · 167ms · 334ms
- easings:
cubic-bezier(0.34, 0, 0.21, 1)·cubic-bezier(0.4, 0, 0.2, 1) - animated properties: opacity, background-color, box-shadow, color
Native design tokens
| Token | Value |
|---|---|
--color-input-switch-ios-container-active | rgba(0, 0, 0, 0.9) |
--color-container-tertiary-hover | rgba(0, 0, 0, 0.04) |
--color-data-sequential-d-1 | #fdf6ec |
--color-button-container-tertiary-active | rgba(0, 0, 0, 0.08) |
--color-data-divergent-scale-b-6 | #a872e8 |
--color-input-label-axis-disabled | rgba(0, 0, 0, 0.3) |
--color-container-accent-2-active | #762812 |
--color-icon-negative-active | #8a0005 |
--color-text-solid-secondary-hover | #1f1f1f |
--color-input-android-indicator-checked-disabled | #b0b0b0 |
…and 110 more measured on the page.
Button states (measured)
- primary hover: background
#004182 - primary focus: outline
1px auto rgb(16, 16, 16)
Layout (measured)
- container max-width:
1128px - nav: 80px relative
- common grid: 2 columns
Motion choreography (measured)
Load order: div.cta-modal → div.cta-modal → ul.slide-list__list → div.global-alert-banner
Scroll reveal: 4 elements rest at opacity 0, animate in over 0.336s cubic-bezier(0.34, 0, 0.21, 1).
Overlay recipe (measured)
dialog panel: #F1F8FA · radius 8px
Responsive (measured)
- breakpoints: 768px · 992px · 1161px
- mobile (390px): hero 32px · nav inline
Full design system, per-section tokens & DESIGN.md / Tailwind / CSS exports →