eBay Mobile — Design System
eBay Mobile — palette measured from official store listing screenshots (colors only; no font claims). Type scale shown is the platform HIG default.
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/ebay-mobile.
Tokens
eBay Mobile's decoded design system: background #FFFFFF, text #000000, accent #751619, link #751619, primary #751619; type scale h1 34px / h2 22px / body 17px; 4px spacing base; 12px base radius. The single interactive/action color is #751619 — 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 | #751619 |
| accent | #751619 |
| link | #751619 |
| button_bg | #751619 |
| button_text | #FFFFFF |
Using these colors
- Action color
#751619— the single interactive color; only on things you click or must notice, never large fills. primary,accent,link,button_bgare all#751619— one role, not several (the action color).- accent
#751619— 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: 4px
- scale: 4px, 6px, 8px, 10px, 12px, 14px, 16px, 20px, 28px, 32px
Radii
- base: 12px
- button: 12px
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
Micro-interactions run at 150ms (dominant) with cubic-bezier(0.4, 0, 0.2, 1).
- durations: 150ms · 167ms · 333ms
- easings:
cubic-bezier(0.4, 0, 0.2, 1)·cubic-bezier(0.3, 0, 0.7, 1) - animated properties: opacity, scale, transform, border-color
Native design tokens
| 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 |
…and 110 more measured on the page.
Button states (measured)
- primary hover: background
#382AEF - primary focus: outline
2px solid rgb(16, 16, 16)
Layout (measured)
- container max-width:
1584px - nav: 102px relative
- common grid: 16 columns
Motion choreography (measured)
Load order: ul.carousel__list×4 → div.page-grid-container → section.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)
- breakpoints: 512px · 600px · 768px · 779px · 799px · 879px
- mobile (390px): hero 28px · nav inline
Export: DESIGN.md
# eBay Mobile — Design System > light, consumer, high — deep decode (measured live) eBay 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 | `#751619` | | accent | `#751619` | | link | `#751619` | | button_bg | `#751619` | | button_text | `#FFFFFF` | **Using these colors** - **Action color** `#751619` — 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 `#751619` — one role, not several (your action color). - **accent** `#751619` — 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` 26.9% · `#191919` 26.2% · `#0968F6` 20% · `#063174` 9.2% ## Typography | 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. ## 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: 12px - 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/ds/ebay-mobile
Export: Tailwind v4 (@theme)
@theme {
/* action color #751619 — 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: #751619; /* primary brand / action color. */
--color-accent: #751619; /* 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: #751619; /* inline text links — shares the action color. */
--color-button-bg: #751619; /* primary-button fill — the main call-to-action color. */
--color-button-text: #FFFFFF;
/* measured weights: 400, 600, 700 — use these, not 400/600 */
--text-hero: 36px; --font-weight-hero: 700; --leading-hero: 46px;
--text-h2: 30px; --font-weight-h2: 700; --leading-h2: 40px;
--text-h3: 24px; --font-weight-h3: 700; --leading-h3: 32px;
--text-body: 14px; --font-weight-body: 400; --leading-body: 20px;
--text-small: 13px; --font-weight-small: 400;
--radius-base: 12px;
--radius-button: 12px;
--radius-card: 16px;
--radius-pill: 9999px;
--shadow-card: rgba(0, 0, 0, 0.07) 0px 4px 12px 0px;
--shadow-subtle: rgba(0, 0, 0, 0.24) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 0px 2px 0px;
--color-btn-hover: #382AEF; /* measured primary hover fill */
--outline-focus: 2px solid rgb(16, 16, 16); /* measured focus ring */
--ease-brand: cubic-bezier(0.4, 0, 0.2, 1);
--duration-fast: 150ms; /* use: duration-[var(--duration-fast)] */
--duration-base: 167ms;
--duration-slow: 333ms;
--spacing: 4px; /* measured base — drives the p-*/gap-* scale. steps seen on the page: 4, 6, 8, 10, 12, 14, 16, 20, 28, 32px */
}Export: CSS variables
:root {
/* action color #751619 — the one interactive color; buttons/links/emphasis only, never large fills. */
--bg: #FFFFFF;
--surface: #EFEFEF;
--border: #D8D8D8;
--text: #000000;
--text-muted: #606060;
--primary: #751619; /* primary brand / action color. */
--accent: #751619; /* 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: #751619; /* inline text links — shares the action color. */
--button-bg: #751619; /* primary-button fill — the main call-to-action color. */
--button-text: #FFFFFF;
--text-hero: 36px; --weight-hero: 700; --leading-hero: 46px;
--text-h2: 30px; --weight-h2: 700; --leading-h2: 40px;
--text-h3: 24px; --weight-h3: 700; --leading-h3: 32px;
--text-body: 14px; --weight-body: 400; --leading-body: 20px;
--text-small: 13px; --weight-small: 400;
--radius: 12px;
--radius-button: 12px;
--radius-card: 16px;
--radius-pill: 9999px;
--shadow-card: rgba(0, 0, 0, 0.07) 0px 4px 12px 0px;
--shadow-subtle: rgba(0, 0, 0, 0.24) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 0px 2px 0px;
--btn-bg-hover: #382AEF;
--focus-ring: 2px solid rgb(16, 16, 16);
--ease: cubic-bezier(0.4, 0, 0.2, 1);
--duration-fast: 150ms;
--duration-base: 167ms;
--duration-slow: 333ms;
}
/* their own tokens, verbatim from the site's :root */
:root {
--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;
}