MozaikaDesign system

Dropbox Mobile — Design System

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

Dropbox 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/dropbox-mobile.

Tokens

Dropbox Mobile's decoded design system: background #FFFFFF, text #000000, accent #56B3DE, link #56B3DE, primary #56B3DE; type scale h1 34px / h2 22px / body 17px; 4px spacing base; 12px base radius. The single interactive/action color is #56B3DE — 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#56B3DE
accent#56B3DE
link#56B3DE
button_bg#56B3DE
button_text#FFFFFF

Using these colors

Typography

Spacing

Radii

Shadows (elevation)

Motion

Micro-interactions run at 100ms (dominant) with cubic-bezier(0.4, 0, 0.6, 1).

Native design tokens

TokenValue
--dwg-tooltip__background#faf9f7
--dwg-tooltip__background--inverse#2b2929
--DWG__TEMP__color__opacity--darken1hsla(36,23%,55%,.14)
--DWG__TEMP__color__opacity--darken2hsla(36,23%,55%,.24)
--DWG__TEMP__color__opacity--darken3hsla(36,23%,55%,.32)
--DWG__TEMP__color__opacity--darken4rgba(0,0,0,.08)
--DWG__TEMP__color__opacity--lighten1hsla(0,0%,100%,.16)
--DWG__TEMP__color__opacity--lighten2hsla(0,0%,100%,.32)
--DWG__TEMP__color__brand__coconut_200#fff
--DWG__TEMP__color__brand__coconut_300#faf9f7

…and 110 more measured on the page.

Button states (measured)

Layout (measured)

Motion choreography (measured)

Load order: div._animationStandard_90hav×2

Scroll reveal: 14 elements rest at translateY(40px), animate in over 750ms.

Stagger: div ×4 — 50ms apart.

Responsive (measured)

Export: DESIGN.md

# Dropbox Mobile — Design System

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

Dropbox 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 | `#56B3DE` |
| accent | `#56B3DE` |
| link | `#56B3DE` |
| button_bg | `#56B3DE` |
| button_text | `#FFFFFF` |

**Using these colors**

- **Action color** `#56B3DE` — 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 `#56B3DE` — one role, not several (your action color).
- **accent** `#56B3DE` — 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): `#F7F5F2` 92.3% · `#8699B2` 7.7%

## Typography


| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 40px / 500 · lh 48px |
| h2 | 32px / 400 · lh 38px |
| h3 | 26px / 500 · lh 34px |
| body | 16px / 500 · lh 19px |
| small | 14px / 400 · lh 20px |

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

## Spacing
- base unit: 4px (inferred from the measured scale)
- measured scale: 4px, 8px, 10px, 12px, 15px, 16px, 24px, 32px, 48px, 52px — snap all gaps/padding to these
- section rhythm: 72px top/bottom padding per section (measured)

## Radius
- base: 12px
- button: 12px
- card: 12px

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `#0061FE` / `#F7F5F2` | 2px solid rgb(0, 97, 254) | 12px | 0px 12px 0px 12px | 400 16px | none |
| secondary | `rgba(0, 0, 0, 0)` / `#1E1919` | none | — | 16px 12px 16px 12px | 400 16px | none |

**States (measured, not guessed)**

- primary hover: background `#0057E5`
- primary focus: box-shadow `rgb(66, 139, 255) 0px 0px 0px 3px`
- secondary hover: color `#0061FE`
- transition: `background-color 0.1s cubic-bezier(0.4, 0, 0.6, 1)`

## Shadows (elevation)
- overlay: `rgba(0, 0, 0, 0.1) 0px 16px 32px 0px`

## Motion
- durations: 100ms (dominant) · 125ms · 500ms
- easings: `cubic-bezier(0.4, 0, 0.6, 1)` (dominant) · `linear`
- animated properties: background-color, border-color, color, transform

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 |
|-------|-------|
| `--dwg-tooltip__background` | `#faf9f7` |
| `--dwg-tooltip__background--inverse` | `#2b2929` |
| `--DWG__TEMP__color__opacity--darken1` | `hsla(36,23%,55%,.14)` |
| `--DWG__TEMP__color__opacity--darken2` | `hsla(36,23%,55%,.24)` |
| `--DWG__TEMP__color__opacity--darken3` | `hsla(36,23%,55%,.32)` |
| `--DWG__TEMP__color__opacity--darken4` | `rgba(0,0,0,.08)` |
| `--DWG__TEMP__color__opacity--lighten1` | `hsla(0,0%,100%,.16)` |
| `--DWG__TEMP__color__opacity--lighten2` | `hsla(0,0%,100%,.32)` |
| `--DWG__TEMP__color__brand__coconut_200` | `#fff` |
| `--DWG__TEMP__color__brand__coconut_300` | `#faf9f7` |
| `--DWG__TEMP__color__brand__coconut` | `#f7f5f2` |
| `--DWG__TEMP__color__brand__coconut_500` | `#f2eee8` |

_…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 900px · common grid: 2-col
- nav: 72px sticky · bg #FFFFFF

| Section (y) | Height | Cols | Gap | Pad y | Split |
|---|---|---|---|---|---|
| 129 | 735 | 2 | — | 0/0 | 42/58 |
| 935 | 246 | — | — | 0/0 | — |
| 1253 | 1001 | — | — | 120/0 | — |
| 2374 | 881 | — | — | 0/0 | — |
| 3375 | 881 | — | — | 0/0 | — |
| 4376 | 1494 | — | — | 0/0 | — |
| 4451 | 1345 | — | — | 0/0 | — |

## Motion choreography (measured)
Load order: `div._animationStandard_90hav`×2 @0ms
- stagger: `div` ×4 — 50ms apart
- scroll reveal: 14 elements rest at translateY(40px), animate in over 750ms (8 revealed during the drive).

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

## Responsive (measured)
- breakpoints: 480px · 768px · 1024px · 1280px · 1440px · 1920px
- 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/dropbox-mobile

Export: Tailwind v4 (@theme)

@theme {
  /* action color #56B3DE — 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: #56B3DE;  /* primary brand / action color. */
  --color-accent: #56B3DE;  /* 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: #56B3DE;  /* inline text links — shares the action color. */
  --color-button-bg: #56B3DE;  /* primary-button fill — the main call-to-action color. */
  --color-button-text: #FFFFFF;
  /* measured weights: 400, 500, 700 — use these, not 400/600 */
  --text-hero: 40px; --font-weight-hero: 500; --leading-hero: 48px;
  --text-h2: 32px; --font-weight-h2: 400; --leading-h2: 38px;
  --text-h3: 26px; --font-weight-h3: 500; --leading-h3: 34px;
  --text-body: 16px; --font-weight-body: 500; --leading-body: 19px;
  --text-small: 14px; --font-weight-small: 400; --leading-small: 20px;
  --radius-base: 12px;
  --radius-button: 12px;
  --radius-card: 12px;
  --shadow-overlay: rgba(0, 0, 0, 0.1) 0px 16px 32px 0px;
  --color-btn-hover: #0057E5;  /* measured primary hover fill */
  --shadow-focus: rgb(66, 139, 255) 0px 0px 0px 3px;  /* measured focus ring */
  --ease-brand: cubic-bezier(0.4, 0, 0.6, 1);
  --duration-fast: 100ms;  /* use: duration-[var(--duration-fast)] */
  --duration-base: 125ms;
  --duration-slow: 500ms;
  --section-y: 72px;  /* per-section vertical padding (measured) */
  --spacing: 4px;  /* measured base — drives the p-*/gap-* scale. steps seen on the page: 4, 8, 10, 12, 15, 16, 24, 32, 48, 52px */
}

Export: CSS variables

:root {
  /* action color #56B3DE — the one interactive color; buttons/links/emphasis only, never large fills. */
  --bg: #FFFFFF;
  --surface: #EFEFEF;
  --border: #D8D8D8;
  --text: #000000;
  --text-muted: #606060;
  --primary: #56B3DE;  /* primary brand / action color. */
  --accent: #56B3DE;  /* 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: #56B3DE;  /* inline text links — shares the action color. */
  --button-bg: #56B3DE;  /* primary-button fill — the main call-to-action color. */
  --button-text: #FFFFFF;
  --text-hero: 40px; --weight-hero: 500; --leading-hero: 48px;
  --text-h2: 32px; --weight-h2: 400; --leading-h2: 38px;
  --text-h3: 26px; --weight-h3: 500; --leading-h3: 34px;
  --text-body: 16px; --weight-body: 500; --leading-body: 19px;
  --text-small: 14px; --weight-small: 400; --leading-small: 20px;
  --radius: 12px;
  --radius-button: 12px;
  --radius-card: 12px;
  --shadow-overlay: rgba(0, 0, 0, 0.1) 0px 16px 32px 0px;
  --btn-bg-hover: #0057E5;
  --focus-ring: rgb(66, 139, 255) 0px 0px 0px 3px;
  --ease: cubic-bezier(0.4, 0, 0.6, 1);
  --duration-fast: 100ms;
  --duration-base: 125ms;
  --duration-slow: 500ms;
  --section-y: 72px;
}

/* their own tokens, verbatim from the site's :root */
:root {
  --dwg-tooltip__background: #faf9f7;
  --dwg-tooltip__background--inverse: #2b2929;
  --DWG__TEMP__color__opacity--darken1: hsla(36,23%,55%,.14);
  --DWG__TEMP__color__opacity--darken2: hsla(36,23%,55%,.24);
  --DWG__TEMP__color__opacity--darken3: hsla(36,23%,55%,.32);
  --DWG__TEMP__color__opacity--darken4: rgba(0,0,0,.08);
  --DWG__TEMP__color__opacity--lighten1: hsla(0,0%,100%,.16);
  --DWG__TEMP__color__opacity--lighten2: hsla(0,0%,100%,.32);
  --DWG__TEMP__color__brand__coconut_200: #fff;
  --DWG__TEMP__color__brand__coconut_300: #faf9f7;
  --DWG__TEMP__color__brand__coconut: #f7f5f2;
  --DWG__TEMP__color__brand__coconut_500: #f2eee8;
}