MozaikaDesign system

LinkedIn Mobile — Design System

light · consumer · high · confidence 85% · deep decode

LinkedIn Mobile — palette measured from official store listing screenshots (colors only; no font claims). Type scale shown is the platform HIG default.

Open in Mozaika →

This is a static, crawlable rendering for search & AI engines. The interactive version — filters, live decode console, copy & export — is at https://mozaika.design/ds/linkedin-mobile.

Tokens

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

RoleValue
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

Typography

Spacing

Radii

Shadows (elevation)

Motion

Micro-interactions run at 336ms (dominant) with cubic-bezier(0.34, 0, 0.21, 1).

Native design tokens

TokenValue
--color-input-switch-ios-container-activergba(0, 0, 0, 0.9)
--color-container-tertiary-hoverrgba(0, 0, 0, 0.04)
--color-data-sequential-d-1#fdf6ec
--color-button-container-tertiary-activergba(0, 0, 0, 0.08)
--color-data-divergent-scale-b-6#a872e8
--color-input-label-axis-disabledrgba(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)

Layout (measured)

Motion choreography (measured)

Load order: div.cta-modaldiv.cta-modalul.slide-list__listdiv.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)

Export: DESIGN.md

# LinkedIn Mobile — Design System

> light, consumer, high — deep decode (measured live)

LinkedIn Mobile — palette measured from official store listing screenshots (colors only; no font claims). Type scale shown is the platform HIG default.

## Colors

| 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; it appears only on things you click or must notice (buttons, key highlights), never on large fills or backgrounds.
- `primary`, `accent`, `link`, `button_bg` are all `#0A66C2` — one role, not several (your 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.
- **Page coverage** (full-page screenshot pixels): `#FFFFFF` 56.5% · `#5C6F7C` 21.7% · `#F4EFE6` 9.3% · `#BCC2C3` 7.3%

## Typography


| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 48px / 400 · lh 60px |
| h2 | 32px / 400 · lh 40px |
| body | 20px / 400 · lh 30px |
| small | 16px / 600 · lh 24px |

- Weight ladder: 400 · 600 — use these exact measured weights, not the 400/600 defaults.

## Spacing
- base unit: 6px (inferred from the measured scale)
- measured scale: 6px, 7px, 8px, 12px, 16px, 24px, 32px, 48px, 60px, 64px — snap all gaps/padding to these
- section rhythm: 60px top/bottom padding per section (measured)

## Radius
- base: 12px
- button: 12px
- card: 24px
- sharp: 2px

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `#0A66C2` / `#FFFFFF` | none | 24px | 12px 24px 12px 24px | 600 16px | rgba(0, 0, 0, 0) 0px 0px 0px 1px |
| secondary | `rgba(0, 0, 0, 0)` / `rgba(0, 0, 0, 0.6)` | none | — | 0px 8px 0px 8px | 600 16px | none |

**States (measured, not guessed)**

- primary hover: background `#004182`
- primary focus: outline `1px auto rgb(16, 16, 16)`
- secondary hover: color `rgba(0, 0, 0, 0.9)`

## 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
- durations: 336ms (dominant) · 167ms · 334ms
- easings: `cubic-bezier(0.34, 0, 0.21, 1)` (dominant) · `cubic-bezier(0.4, 0, 0.2, 1)`
- animated properties: opacity, background-color, box-shadow, color

Micro-interactions use the dominant duration + easing; nothing on the page animates slower than the longest duration above — don't invent springier motion.

## Their own tokens (verbatim from :root)

| 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` |
| `--color-input-date-container` | `rgba(0, 0, 0, 0)` |
| `--color-container-current` | `rgba(0, 0, 0, 0.9)` |

_…and 108 more measured on the page._

Prefer these names when extending their system — it's the brand's actual vocabulary.

## Layout (measured)
- container max 1128px · common grid: 2-col
- nav: 80px relative

| Section (y) | Height | Cols | Gap | Pad y | Split |
|---|---|---|---|---|---|
| 0 | 192 | — | — | 16/16 | — |
| 272 | 608 | 2 | — | 48/0 | — |
| 880 | 300 | 2 | — | 60/60 | 41/59 |
| 1180 | 425 | 2 | — | 60/60 | 41/59 |
| 1605 | 260 | — | — | 0/0 | — |
| 1865 | 420 | 2 | — | 60/60 | 41/59 |
| 2285 | 296 | 2 | — | 60/60 | 41/59 |
| 2581 | 582 | — | — | 60/60 | — |

## Motion choreography (measured)
Load order: `div.cta-modal` @0ms → `div.cta-modal` @0ms → `ul.slide-list__list` @0ms → `div.global-alert-banner` @22ms
- scroll reveal: 4 elements rest at opacity 0, animate in over 0.336s cubic-bezier(0.34, 0, 0.21, 1) (4 revealed during the drive).
- overlay dialog (auto-opened): panel #F1F8FA · r 8px · shadow rgba(0, 0, 0, 0.3) 0px 4px 12px 0px

Rebuild the timeline, not just the durations — order, delays and staggers above are the choreography.

## Components (measured)
- link: #FFFFFF · underline

## Responsive (measured)
- breakpoints: 768px · 992px · 1161px
- mobile (390px): hero 32px · body 16px · nav: inline

## How to apply
Paste the Tailwind `@theme` (or CSS variables) as your base, then build each
section to its spec — verify every color, radius, and font against these tokens.
Hover/focus states, shadows and motion timings above are measured from the live page — match them exactly, don't re-guess them.

---

> **Decoded with Mozaika** — measured live, not guessed. Full decoded design system + one-command install: mozaika.design/ds/linkedin-mobile

Export: Tailwind v4 (@theme)

@theme {
  /* action color #0A66C2 — the one interactive color; buttons/links/emphasis only, never large fills. */
  --color-bg: #FFFFFF;
  --color-surface: #EFEFEF;
  --color-border: #D8D8D8;
  --color-text: #000000;
  --color-text-muted: #606060;
  --color-primary: #0A66C2;  /* primary brand / action color. */
  --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. */
  --color-link: #0A66C2;  /* inline text links — shares the action color. */
  --color-button-bg: #0A66C2;  /* primary-button fill — the main call-to-action color. */
  --color-button-text: #FFFFFF;
  /* measured weights: 400, 600 — use these, not 400/600 */
  --text-hero: 48px; --font-weight-hero: 400; --leading-hero: 60px;
  --text-h2: 32px; --font-weight-h2: 400; --leading-h2: 40px;
  --text-body: 20px; --font-weight-body: 400; --leading-body: 30px;
  --text-small: 16px; --font-weight-small: 600; --leading-small: 24px;
  --radius-base: 12px;
  --radius-button: 12px;
  --radius-card: 24px;
  --radius-sharp: 2px;
  --shadow-card: rgba(0, 0, 0, 0.3) 0px 4px 12px 0px;
  --shadow-subtle: rgba(0, 0, 0, 0.75) 0px 0px 0px 1px;
  --color-btn-hover: #004182;  /* measured primary hover fill */
  --outline-focus: 1px auto rgb(16, 16, 16);  /* measured focus ring */
  --ease-brand: cubic-bezier(0.34, 0, 0.21, 1);
  --duration-fast: 167ms;  /* use: duration-[var(--duration-fast)] */
  --duration-base: 334ms;
  --duration-slow: 336ms;
  --section-y: 60px;  /* per-section vertical padding (measured) */
  --spacing: 6px;  /* measured base — drives the p-*/gap-* scale. steps seen on the page: 6, 7, 8, 12, 16, 24, 32, 48, 60, 64px */
}

Export: CSS variables

:root {
  /* action color #0A66C2 — the one interactive color; buttons/links/emphasis only, never large fills. */
  --bg: #FFFFFF;
  --surface: #EFEFEF;
  --border: #D8D8D8;
  --text: #000000;
  --text-muted: #606060;
  --primary: #0A66C2;  /* primary brand / 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. */
  --link: #0A66C2;  /* inline text links — shares the action color. */
  --button-bg: #0A66C2;  /* primary-button fill — the main call-to-action color. */
  --button-text: #FFFFFF;
  --text-hero: 48px; --weight-hero: 400; --leading-hero: 60px;
  --text-h2: 32px; --weight-h2: 400; --leading-h2: 40px;
  --text-body: 20px; --weight-body: 400; --leading-body: 30px;
  --text-small: 16px; --weight-small: 600; --leading-small: 24px;
  --radius: 12px;
  --radius-button: 12px;
  --radius-card: 24px;
  --radius-sharp: 2px;
  --shadow-card: rgba(0, 0, 0, 0.3) 0px 4px 12px 0px;
  --shadow-subtle: rgba(0, 0, 0, 0.75) 0px 0px 0px 1px;
  --btn-bg-hover: #004182;
  --focus-ring: 1px auto rgb(16, 16, 16);
  --ease: cubic-bezier(0.34, 0, 0.21, 1);
  --duration-fast: 167ms;
  --duration-base: 334ms;
  --duration-slow: 336ms;
  --section-y: 60px;
}

/* their own tokens, verbatim from the site's :root */
:root {
  --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;
  --color-input-date-container: rgba(0, 0, 0, 0);
  --color-container-current: rgba(0, 0, 0, 0.9);
}