MozaikaLive decode

eBay Mobile — decoded design system

ebay.com · light · consumer · deep decode — measured live

eBay Mobile's design system, decoded live by Mozaika: measured color roles, type scale, buttons with real hover/focus states, motion and the brand's own tokens.

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/decode/ebay.com.

Decoded design system

eBay Mobile's decoded design system: background #FFFFFF, text #191919, accent #751619, link #707070, primary #751619; type scale h1 36px / h2 30px / body 14px; 4px spacing base; 12px base radius. The single interactive/action color is #0968F6 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#FFFFFF
surface#F1F1F1
border#DCDCDC
text#191919
text_muted#707070
primary#751619
accent#751619
link#707070
button_bg#0968F6
button_text#FFFFFF

Using these colors

Typography

Spacing

Radii

Shadows (elevation)

Motion

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

Native design tokens

TokenValue
--color-avocado-100#fdfef6
--color-avocado-200#f8fcde
--color-avocado-300#e9f5a0
--color-avocado-400#e3f13c
--color-avocado-500#c1d737
--color-avocado-600#68770d
--color-avocado-700#4e4e0c
--color-avocado-800#282306
--color-blue-100#f5f9ff
--color-blue-200#d4e5fe

…and 110 more measured on the page.

Button states (measured)

Layout (measured)

Motion choreography (measured)

Load order: ul.carousel__list×4 → div.page-grid-containersection.page-notice

Scroll reveal: 22 elements rest at opacity 0, animate in over 0.167s cubic-bezier(0.3, 0, 0.7, 1).

Input (measured)

height 40px · radius 44px 0px 0px 44px

Responsive (measured)

Install it

Drop this measured system into any shadcn/Tailwind project in one command:

npx shadcn add mozaika.design/r/decode/ebay.com

Or as a Meta Astryx theme — a ready defineTheme file with the measured hover/press states baked in:

curl -o src/themes/ebay.theme.ts https://mozaika.design/api/astryx/decode/ebay.com.ts

registry item · astryx theme · or query it over MCP: get_design_system("eBay Mobile")

Export: DESIGN.md

# eBay Mobile — Design System

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

## Colors

| Role | Value |
|------|-------|
| bg | `#FFFFFF` |
| surface | `#F1F1F1` |
| border | `#DCDCDC` |
| text | `#191919` |
| text_muted | `#707070` |
| primary | `#751619` |
| accent | `#751619` |
| link | `#707070` |
| button_bg | `#0968F6` |
| button_text | `#FFFFFF` |

**Using these colors**

- **Action color** `#0968F6` — 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` are all `#751619` — one role, not several.
- **accent** `#751619` — accent for emphasis — keep it rare on the page.
- **link** `#707070` — reads as a neutral UI color, not a link accent — verify against the reference (action = #0968F6).
- **Page coverage** (full-page screenshot pixels): `#FFFFFF` 26.9% · `#191919` 26.2% · `#0968F6` 20% · `#063174` 9.2%

## Typography

- Heading: **Market Sans** _(free fallback: Newsreader)_
- Body: **Market Sans** _(free fallback: Newsreader)_

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 36px / 700 · lh 46px |
| h2 | 30px / 700 · lh 40px |
| h3 | 24px / 700 · lh 32px |
| body | 14px / 400 · lh 20px |
| small | 13px / 400 |

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

> **Fonts —** Market Sans may be proprietary — safe free fallback: Newsreader (Google Fonts).

## Spacing
- base unit: 4px (inferred from the measured scale)
- measured scale: 4px, 6px, 8px, 10px, 12px, 14px, 16px, 20px, 28px, 32px — snap all gaps/padding to these

## Radius
- base: 12px
- button: 44px
- card: 16px
- pill: 9999px

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `#0968F6` / `#FFFFFF` | 1px solid rgb(9, 104, 246) | 44px | 0px 20px 0px 20px | 700 14px | none |

**States (measured, not guessed)**

- primary hover: background `#382AEF`
- primary focus: outline `2px solid rgb(16, 16, 16)`
- transition: `background-color 0.2s ease-in-out`

## Shadows (elevation)
- subtle: `rgba(0, 0, 0, 0.24) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 0px 2px 0px`
- card: `rgba(0, 0, 0, 0.07) 0px 4px 12px 0px`

## Motion
- durations: 150ms (dominant) · 167ms · 333ms
- easings: `cubic-bezier(0.4, 0, 0.2, 1)` (dominant) · `cubic-bezier(0.3, 0, 0.7, 1)`
- animated properties: opacity, scale, transform, border-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-avocado-100` | `#fdfef6` |
| `--color-avocado-200` | `#f8fcde` |
| `--color-avocado-300` | `#e9f5a0` |
| `--color-avocado-400` | `#e3f13c` |
| `--color-avocado-500` | `#c1d737` |
| `--color-avocado-600` | `#68770d` |
| `--color-avocado-700` | `#4e4e0c` |
| `--color-avocado-800` | `#282306` |
| `--color-blue-100` | `#f5f9ff` |
| `--color-blue-200` | `#d4e5fe` |
| `--color-blue-300` | `#84b4fb` |
| `--color-blue-400` | `#4d93fc` |

_…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 1584px · common grid: 16-col
- nav: 102px relative

| Section (y) | Height | Cols | Gap | Pad y | Split |
|---|---|---|---|---|---|
| 114 | 2812 | — | — | 0/0 | — |
| 195 | 360 | 16 | 16 | 0/0 | — |
| 697 | 203 | 2 | — | 16/16 | 2/98 |
| 1339 | 288 | — | — | 0/0 | — |
| 1675 | 360 | 16 | 16 | 0/0 | — |
| 2083 | 360 | 16 | 16 | 0/0 | — |
| 2491 | 435 | — | — | 0/0 | — |

## Motion choreography (measured)
Load order: `ul.carousel__list`×4 @0ms → `div.page-grid-container` @437ms → `section.page-notice` @1157ms
- scroll reveal: 22 elements rest at opacity 0, animate in over 0.167s cubic-bezier(0.3, 0, 0.7, 1) (0 revealed during the drive).

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

## Components (measured)
- input: h 40px · r 44px 0px 0px 44px · bg #FFFFFF · placeholder #707070
- link: #FFFFFF · underline

## Responsive (measured)
- breakpoints: 512px · 600px · 768px · 779px · 799px · 879px
- mobile (390px): hero 28px · body 14px · 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/decode/ebay.com

← All decoded design systems

Mozaika is an MCP-native design-reference library for AI coding agents: real products decoded into measured design systems, full-page screens, sliced sections with per-section specs, and ordered user flows. See The Measured Web for how the web is actually designed, or connect your agent over MCP.

An automated reading of eBay Mobile's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with ebay.com. No screenshots stored. Removal requests: hello@mozaika.design.