getComputedStyle() from the live screenshots visible here.
Color Palette
52 colors extracted via getComputedStyle(). Click any swatch to copy its hex value.
Background & Surface
Text & Content
Accent & Interactive
Border & Divider
Semantic States
Full Extracted Palette (+360)
Typography
All values extracted via getComputedStyle() — no estimation.
| Role | Font Family | Size / Weight | Line Height | Letter Spacing | Preview |
|---|---|---|---|---|---|
| Display Hero | UberMove | 52px / w700 | 1.23 | normal | Display Hero |
| Link Large | UberMove | 24px / w400 | 4.67 | normal | Link Large |
| Sub-heading | UberMove | 20px / w700 | 1.4 | normal | Sub-heading |
| Body | UberMove | 16px / w400 | normal | normal | Body |
| Button Large | UberMoveText | 16px / w400 | 1.5 | normal | Button Large |
| Button Large | UberMoveText | 16px / w500 | 1.25 | normal | Button Large |
| Button | UberMoveText | 14px / w500 | 1.14 | normal | Button |
Live Components
Rendered in real HTML using your extracted tokens — no screenshots.
Buttons
Form Inputs
Card
Badges & Labels
Spacing Scale
Border Radius
0px
6px
8px
12px
16px
16px
999px
Component Specs
Extracted CSS values per component and variant state.
### Buttons
- Background: `#000000`
- Text: `#ffffff` `{colors.on-primary}`
- Padding: 10px 12px
- Radius: 999px
- Font: 14px weight 500
- Use: Status pills, tags, chips
- Hover: boxShadow: `rgba(255, 255, 255, 0.1) 999px 999px 0px 0px inset`
- Background: `#ffffff` `{colors.on-primary}`
- Text: `#000000`
- Padding: 10px 12px
- Radius: 999px
- Font: 14px weight 500
- Use: Status pills, tags, chips
- Hover: boxShadow: `rgba(255, 255, 255, 0.1) 999px 999px 0px 0px inset`
- Background: `transparent`
- Text: `#000000`
- Padding: 0px
- Radius: 8px
- Font: 16px weight 400
- Use: Subtle action, toolbar, nav button
- Hover: boxShadow: `rgba(255, 255, 255, 0.1) 999px 999px 0px 0px inset`
- Background: `transparent`
- Text: `#000000`
- Padding: 0px
- Radius: 0px
- Font: 24px weight 400
- Use: Toolbar/UI icons
- Hover: boxShadow: `rgba(255, 255, 255, 0.1) 999px 999px 0px 0px inset`
- Background: `#000000`
- Text: `#ffffff` `{colors.on-primary}`
- Padding: 14px 25px
- Radius: 8px
- Font: 16px weight 500
- Use: Subtle action, toolbar, nav button
- Hover: boxShadow: `rgba(255, 255, 255, 0.1) 999px 999px 0px 0px inset`
Inputs & Forms
- Background: `transparent`
- Text: `#000000`
- Padding: 10px 14px 10px 48px
- Radius: 0px
- Border: 0px none rgb(118, 118, 118)
- Font: 16px weight 400
- Use: Text fields, search inputs
Navigation
- Background: `#000000`
- Padding: 12px 0px
- Radius: none
- Font: 16px weight 400
- Use: Fixed/sticky flex nav — N/A items
Interaction State Narrative
- **Button**:
- - **hover:** shadow added
Buttons
- **DO NOT introduce new buttons variants** without justification
Inputs & Forms
- **DO NOT introduce new inputs & forms variants** without justification
Navigation
- **DO NOT introduce new navigation variants** without justification
Visual Reference
Playwright screenshots captured during extraction — source of truth for all tokens.
Breakpoints
Elevation & Depth
Shadow levels rendered live — every value extracted directly from the design system.
rgba(0, 0, 0, 0.16) 0px 4px 16px 0px
rgba(0, 0, 0, 0.12) 0px 4px 16px 0px
rgba(0, 0, 0, 0.16) 0px 2px 8px 0px
Motion & Transitions
5 motion tokens — easing curves and durations.
| transition-1 | all |
| transition-2 | transform 0.2s ease-out |
| transition-3 | top 0.3s |
| transition-4 | backgroundSize 0.5s cubic-bezier(0.22, 1, 0.36, 1) |
| transition-5 | background 0.2s cubic-bezier(0, 0, 1, 1) |
Motion Timeline
1 keyframe animation extracted from the live page. Preview 1 below — each block is animating right now with the actual extracted keyframes.
animation-dkKkL
Component States
Default → Hover → Focus → Active visual diff per component. Captured via Playwright state simulation.
| Component | States | |
|---|---|---|
| button |
default
button
bg rgb(0, 0, 0)
fg rgb(255, 255, 255) |
hover
button
bg rgb(0, 0, 0)
fg rgb(255, 255, 255) |
| input |
default
input
bg rgba(0, 0, 0, 0)
fg rgb(0, 0, 0) | |
| link |
default
link
bg rgba(0, 0, 0, 0)
fg rgb(0, 0, 238) | |
| navLink |
default
navLink
bg rgba(0, 0, 0, 0)
fg rgb(255, 255, 255) | |
| footerLink |
default
footerLink
bg rgba(0, 0, 0, 0)
fg rgb(255, 255, 255) |
Z-Index Stacking Context
16 z-index values detected. Top 20 ordered by stacking priority. ● 100+ (modals) · ● 10-99 (overlays) · ● 1-9 (UI chrome).
Export tokens
Copy these design tokens to any framework. Generated from uber.com live extraction.
Clicks copy to clipboard AND download the file. All values from getComputedStyle() on the live page — no estimates.
DESIGN.md
Narrative design system document — paste directly into Claude Code, Cursor, or Bolt.
---
version: alpha
name: uber.com
description: "Light product system built on #ffffff with #1175dd as the primary CTA accent. Type anchored in UberMove at 52px / weight 700. Extracted automatically from https://uber.com/ — every value from getComputedStyle(), no approximation."
narrative: |
uber.com is built on a pure-white canvas (rgb(255,255,255)).
The system uses rgba(17, 117, 221, 0.3) as the high-saturation accent for primary actions.
Fully-rounded CTAs (999px) signal a friendly, tactile interaction model alongside sans-serif as the primary typeface.
colors:
background: "#ffffff"
surface-1: "#efefef"
surface-2: "#f3f3f3"
ink-subtle: "rgba(71, 71, 71, 0.6)"
primary: "rgba(17, 117, 221, 0.3)"
on-primary: "#ffffff"
primary-hover: "#9dcdd6"
hairline: "#5e5e5e"
semantic-error: "rgba(78, 6, 0, 0.75)"
semantic-success: "rgba(1, 60, 20, 0.75)"
semantic-warning: "rgba(80, 32, 2, 0.8)"
typography:
display-xl:
fontFamily: "UberMove"
fontSize: 52px
fontWeight: 700
lineHeight: 1.23
letterSpacing: 0
display-md:
fontFamily: "UberMove"
fontSize: 20px
fontWeight: 700
lineHeight: 1.4
letterSpacing: 0
body:
fontFamily: "UberMove"
fontSize: 16px
fontWeight: 400
lineHeight: normal
letterSpacing: 0
body-sm:
fontFamily: "UberMove"
fontSize: 24px
fontWeight: 400
lineHeight: 4.67
letterSpacing: 0
button:
fontFamily: "UberMoveText"
fontSize: 16px
fontWeight: 400
lineHeight: 1.5
letterSpacing: 0
rounded:
none: 0px
xs: 6px
sm: 8px
md: 12px
lg: 16px
xl: 16px
xxl: 24px
pill: 999px
spacing:
xxs: 2px
xs: 10px
sm: 12px
md: 14px
lg: 48px
xl: 32px
xxl: 64px
section: 80px
components:
button-pill:
backgroundColor: "#000000"
textColor: "{colors.on-primary}"
typography: "{typography.body}"
rounded: "{rounded.pill}"
padding: 10px 12px
button-pill:
backgroundColor: "{colors.on-primary}"
textColor: "#000000"
typography: "{typography.body}"
rounded: "{rounded.pill}"
padding: 10px 12px
button-ghost:
backgroundColor: "transparent"
textColor: "#000000"
typography: "{typography.body}"
rounded: "{rounded.sm}"
input-text-input:
backgroundColor: "transparent"
textColor: "#000000"
typography: "{typography.body}"
rounded: "{rounded.none}"
padding: 10px 14px 10px 48px
navigation-main-nav:
backgroundColor: "#000000"
typography: "{typography.body}"
rounded: "{rounded.none}"
padding: 12px 0px
extracted_at: "2026-05-30T20:40:16.613Z"
completeness: 68
scoreVersion: "v2"
---
# Design System — uber.com
> Extracted automatically by Clone Architect from https://uber.com
> Date: 2026-05-30
> Viewport: Desktop 1440x900 + Mobile 390x844
> Every value in this file comes from real getComputedStyle() — no approximation.
> **🤖 TL;DR for AI agents** (read this first — saves you scanning the full doc):
>
> - **Canvas**: `rgb(255,255,255)` is the page background. Every component composits against this.
> - **Accent**: `rgba(17, 117, 221, 0.3)` for primary CTAs ONLY. Never decorative.
> - **Body type**: 16px (token: `typography.body`). Default for ALL text not in a heading role.
> - **Section rhythm**: 48px between major bands. Card padding: 48px.
> - **Default radius**: 8px on buttons/inputs. Pills (`9999px`) only for icon-buttons or status chips.
>
> **Before generating UI**: import this DESIGN.md, scan §2 (Color Palette) + §4 (Components) + §10 (Agent Guide). Skip §11–12 unless extending.
## 1. Visual Theme & Atmosphere
uber.com adopts the classic pure-white canvas (`#ffffff`) — a deliberate choice that recedes into transparency, letting typography, color and product imagery carry the entire visual weight.
Typography is anchored in **UberMove**. Headlines use weight 700 for confident, assertive presence — the brand wants to be heard.
Body text reads in Pure Black (`#000000`) (contrast ratio 100.0:1, well above WCAG AA). **Translucent M Tricolor Blue (30%)** (`rgba(17, 117, 221, 0.3)`) is the single high-saturation color in the system — it earns its presence only on interactive elements, making CTAs and links the unmistakable focal points against the otherwise neutral palette. Elevation is built from multi-layer shadow stacks — each level combines several blurred layers at varying offsets to simulate the way light actually falls on stacked surfaces, not the simulated drop-shadow of cheap interfaces.
Border radius varies from pill-shaped (fully rounded) to moderately rounded elements, creating visual rhythm. Motion design uses smooth easing curves for polished state transitions.
**Key Characteristics:**
- Background: Pure White (`#ffffff`)
- Primary typeface: UberMove
- Accent: Translucent M Tricolor Blue (30%) (`rgba(17, 117, 221, 0.3)`)
- Display: 52px weight 700
- Shadow system: 3 distinct elevation levels
- Custom fonts loaded: UberMove, UberMoveText, Book, Medium, NarrowBook, NarrowMedium, NarrowNews, NarrowThin, News, Thin
## 2. Color Palette & Roles
### Background & Surface
- **Pure White** (`#ffffff`): Page background (primary)
- **Light Gray** (`#efefef`): Surface / elevated background
- **Light Gray** (`#f3f3f3`): Surface / elevated background
- **Off-Cream** (`#f6f6f6`): Surface / elevated background
- **Light Gray** (`#eeeeee`): Surface / elevated background
### Text & Content
- **Pure Black** (`#000000`): Primary body text
- **#0000ee** (`#0000ee`): Secondary text
- **Charcoal** (`#333333`): Secondary text
### Accent & Interactive
- **Sage** (`#9dcdd6`): Interactive / accent
### Full Extracted Palette
371 distinct colors detected on the live page (9 categorized above + 362 additional below). Every value is a real `getComputedStyle()` color — no approximation.
- `#5e5e5e` — Dim Gray
- `#868686` — Medium Gray
- `#767676` — Stone
- `#4b4b4b` — Dark Gray
- `#afafaf` — Cool Gray
- `#757575` — Stone
- `#feda94` — #feda94
- `#474747` — Dark Gray
- `#5b0336` — #5b0336
- `#79bdfc` — Baby Blue
- `#5e0c02` — #5e0c02
- `#220ba5` — #220ba5
- `#4466fc` — Royal Blue
- `#fea65d` — Tangerine
- `#df9906` — #df9906
- `#cd9ffc` — Plum
- `#ac5c10` — #ac5c10
- `#614e01` — Chocolate
- `#7c3c08` — Chocolate
- `#a78d02` — #a78d02
- `#cec5bb` — Silver
- `#c16808` — #c16808
- `#655e54` — Dim Gray
- `#4c13d4` — #4c13d4
- `#0f0900` — Pure Black
- `#01300c` — #01300c
- `#180400` — Pure Black
- `#ceccfd` — Lavender
- `#dfeffe` — Light Gray
- `#fc9026` — #fc9026
- `#75e190` — #75e190
- `#720d00` — #720d00
- *…+330 more in `raw-css.json` (`desktop.allColors`).*
### CSS Custom Properties (Design Tokens)
- `--base-accent-background-primary-disabled`: `rgba(2, 38, 79, 0.75)`
- `--base-background-material-primary`: `rgba(39, 39, 39, 0.9)`
- `--base-accent-border-primary-subtle`: `rgba(17, 117, 221, 0.3)`
- `--base-border-material-primary`: `rgba(236, 236, 236, 0)`
## 3. Typography Rules
### Font Families
- **Primary**: `UberMove`
- **Secondary**: `UberMoveText`
- **Font 3**: `Book`
- **Font 4**: `Medium`
- **Font 5**: `NarrowBook`
### Custom Fonts Loaded
- **UberMove** weight 200 (normal)
- **UberMove** weight 400 (normal)
- **UberMove** weight 500 (normal)
- **UberMove** weight 600 (normal)
- **UberMoveText** weight 200 (normal)
- **UberMoveText** weight 400 (normal)
- **UberMoveText** weight 500 (normal)
- **UberMoveText** weight 600 (normal)
- **Book** weight normal (normal)
- **Medium** weight normal (normal)
- **NarrowBook** weight normal (normal)
- **NarrowMedium** weight normal (normal)
- **NarrowNews** weight normal (normal)
- **NarrowThin** weight normal (normal)
- **News** weight normal (normal)
- **Thin** weight normal (normal)
### Typography Hierarchy
| Role | Font | Size | Weight | Line Height | Letter Spacing | Notes |
|------|------|------|--------|-------------|----------------|-------|
| Display Hero | UberMove | 52px | 700 | 1.23 | normal | Main headline (h1) |
| Link Large | UberMove | 24px | 400 | 4.67 | normal | Link (24px) — Decoration: none |
| Sub-heading | UberMove | 20px | 700 | 1.4 | normal | Third-level heading (h3) |
| Body | UberMove | 16px | 400 | normal | normal | Standard reading text |
| Button Large | UberMoveText | 16px | 400 | 1.5 | normal | Button label (16px) |
| Button Large | UberMoveText | 16px | 500 | 1.25 | normal | Button label (16px) |
| Button | UberMoveText | 14px | 500 | 1.14 | normal | Button label (14px) |
### Full Font Size Scale
Sizes detected in the design (descending): `52px`, `36px`, `32px`, `24px`, `20px`, `18px`, `16px`, `14px`, `13.33px`, `12px`
> 5 size(s) detected outside the sampled hierarchy (36px, 32px, 18px, 13.3333px, 12px). These appear on elements not in the sampled set — likely additional display sizes, marketing-section overrides, or third-party-widget styles.
## 4. Component Stylings
### Buttons
**Pill**
- Background: `#000000`
- Text: `#ffffff` `{colors.on-primary}`
- Padding: 10px 12px
- Radius: 999px
- Font: 14px weight 500
- Use: Status pills, tags, chips
- Hover: boxShadow: `rgba(255, 255, 255, 0.1) 999px 999px 0px 0px inset`
**Pill**
- Background: `#ffffff` `{colors.on-primary}`
- Text: `#000000`
- Padding: 10px 12px
- Radius: 999px
- Font: 14px weight 500
- Use: Status pills, tags, chips
- Hover: boxShadow: `rgba(255, 255, 255, 0.1) 999px 999px 0px 0px inset`
**Ghost**
- Background: `transparent`
- Text: `#000000`
- Padding: 0px
- Radius: 8px
- Font: 16px weight 400
- Use: Subtle action, toolbar, nav button
- Hover: boxShadow: `rgba(255, 255, 255, 0.1) 999px 999px 0px 0px inset`
**Icon Button**
- Background: `transparent`
- Text: `#000000`
- Padding: 0px
- Radius: 0px
- Font: 24px weight 400
- Use: Toolbar/UI icons
- Hover: boxShadow: `rgba(255, 255, 255, 0.1) 999px 999px 0px 0px inset`
**Ghost**
- Background: `#000000`
- Text: `#ffffff` `{colors.on-primary}`
- Padding: 14px 25px
- Radius: 8px
- Font: 16px weight 500
- Use: Subtle action, toolbar, nav button
- Hover: boxShadow: `rgba(255, 255, 255, 0.1) 999px 999px 0px 0px inset`
### Inputs & Forms
**Text Input**
- Background: `transparent`
- Text: `#000000`
- Padding: 10px 14px 10px 48px
- Radius: 0px
- Border: 0px none rgb(118, 118, 118)
- Font: 16px weight 400
- Use: Text fields, search inputs
### Navigation
**Main Nav**
- Background: `#000000`
- Padding: 12px 0px
- Radius: none
- Font: 16px weight 400
- Use: Fixed/sticky flex nav — N/A items
## 4b. Component Behaviors (State Matrix)
### Interaction State Narrative
- **Button**:
- **hover:** shadow added
*State transitions extracted via Playwright simulation — exact values in the YAML matrix below.*
```yaml
component-behaviors:
button:
default:
bg: "rgb(0, 0, 0)"
fg: "rgb(255, 255, 255)"
hover:
bg: "rgb(0, 0, 0)"
fg: "rgb(255, 255, 255)"
shadow: "rgba(255, 255, 255, 0.1) 999px 999px 0px 0px inset"
input:
default:
bg: "rgba(0, 0, 0, 0)"
fg: "rgb(0, 0, 0)"
link:
default:
bg: "rgba(0, 0, 0, 0)"
fg: "rgb(0, 0, 238)"
navLink:
default:
bg: "rgba(0, 0, 0, 0)"
fg: "rgb(255, 255, 255)"
footerLink:
default:
bg: "rgba(0, 0, 0, 0)"
fg: "rgb(255, 255, 255)"
```
**Agent usage**: Validate generated components against this matrix. If your output's `:hover` state changes properties not listed here, you are off-brand.
## 4c. Component Vocabulary (Closed System)
*This brand uses ONLY the following component vocabulary. Introducing new variants without justification breaks the system's tonal coherence.*
### Buttons
- **5 shape(s)** in this system: `Pill`, `Pill`, `Ghost`, `Icon Button`, `Ghost`
- **DO NOT introduce new buttons variants** without justification
### Inputs & Forms
- **1 shape(s)** in this system: `Text Input`
- **DO NOT introduce new inputs & forms variants** without justification
### Navigation
- **1 shape(s)** in this system: `Main Nav`
- **DO NOT introduce new navigation variants** without justification
## 5. Layout Principles
### Layout Type
**top-nav + content**
### Grid
Single column, centered content
### Max Width
1200px
### Spacing System
Compact spacing — information density prioritized
| Token | Value |
|-------|-------|
| xxs | 2px |
| xs | 10px |
| sm | 12px |
| md | 14px |
| base | 29.88px |
| lg | 48px |
| xl | 32px |
| 2xl | 48px |
| 3xl | 64px |
### Border Radius Scale
| Name | Value | Use |
|------|-------|-----|
| None | 0px | No rounding |
| Xs | 6px | Tiny corners (badges, micro elements) |
| Sm | 8px | Buttons, inputs, small elements |
| Md | 12px | Cards, containers |
| Lg | 16px | Large rounded elements, pill segments |
| Xl | 16px | Category strips, featured containers |
| Full | 999px | Pills, avatars, circular elements |
### Shape Language
| Component | Border Radius |
|-----------|---------------|
| Buttons | `999px` |
| Inputs & Forms | `0px` |
| Navigation | `none` |
| Page Body | `0px` |
| Primary Input | `0px` |
**Shape Personality**: Sharp + Pill Contrast — Angular precision with pill-shaped accents (status badges, tags). Creates strong visual hierarchy.
**Full Radius Spectrum**: 0px, 6px, 8px, 12px, 16px, 999px (from `allBorderRadii` scan)
## 5b. Spacing Rhythm Names
*Named spacing tokens with explicit use cases. Use these names in YOUR code instead of raw pixels for consistency.*
| Name | Value | Use case |
|------|-------|----------|
| **hero** | `64px` | Top/bottom of full-bleed hero sections |
| **section** | `32px` | Between major bands (color change, content shift) |
| **subsection** | `48px` | Within a section, between content groups |
| **card** | `14px` | Card padding, list-item spacing |
| **compact** | `12px` | Form fields, tight clusters, badge padding |
| **micro** | `10px` | Icon-text gap, tag inner padding |
**Agent rule**: NEVER hardcode raw pixel values for spacing in generated UI. Always reference these named tokens (`spacing-rhythm.section`, etc.).
## 5c. Widget & Structure Library
Structural patterns extracted from the page DOM — these are the **blueprints** an agent should follow to reproduce the page architecture (not just CSS values).
**5/8 structural patterns detected.**
### Hero Pattern
- **Composition:** split-left-text — Split layout, text-left/media-right — heading + body in left column, image/illustration in right column. Common for product showcases.
- **Viewport coverage:** 612px tall (not full-viewport)
- **Heading:** "Allez où vous voulez avec Uber" — 52px left-aligned
- **Subheading:** "Lieu de prise en charge"
- **Media:** present, positioned right
- **CTAs:** 3 (primary: "ClockPrendre en charge maintenantChevron down small")
- **Clone instruction:** Reproduce the **split-left-text** layout. Use the heading font-size token at the documented size. Place media right of text.
### Navigation Pattern
- **Position:** sticky (stays visible during scroll)
- **Layout:** unknown — Layout not classified
- **Height:** 64px
- **Logo:** ✓ present
- **Nav links:** 1 primary items
- **CTAs in nav:** 6
- **Clone instruction:** Build a sticky unknown navigation. Reserve 6 slots for primary CTAs.
### Card Grid Pattern
- **Card count:** 4 cards detected
- **Columns (desktop):** 6-up grid
- **Card dimensions:** 261×419px (aspect 0.62:1)
- **Gap:** 36px between cards
- **Content:** ✗ no image
- **Clone instruction:** Build a 6-column grid (desktop) with cards at ~0.62:1 aspect ratio. Text/icon-only cards (no photography).
### CTA Banner Pattern
- **Banner count:** 8
- **Position:** multiple
- **Visual treatment:** ✓ contrasting background
- **Primary CTA text:** "CourseAllez où vous voulez avec Uber. Commandez une course e"
- **Clone instruction:** Place multiple CTA banners across page sections. Use contrasting solid background.
### Footer Pattern
- **Columns:** 1
- **Links:** 36 total
- **Height:** 1040px
- **Includes:** ✗ no newsletter | ✓ social icons | ✓ copyright
- **Clone instruction:** Build a 1-column footer with ~36 links per column, social media links, and a copyright line.
## 6. Depth & Elevation
| Level | Treatment | Use |
|-------|-----------|-----|
| Flat (Level 0) | No shadow | Page background, content blocks |
| Layered (Level 1) | <br>`rgba(0, 0, 0, 0.16) 0px 4px 16px 0px` | Cards, elevated surfaces |
| Layered (Level 2) | <br>`rgba(0, 0, 0, 0.12) 0px 4px 16px 0px` | Cards, elevated surfaces |
| Layered (Level 3) | <br>`rgba(0, 0, 0, 0.16) 0px 2px 8px 0px` | Cards, elevated surfaces |
**Shadow Philosophy**: Multi-layered shadow system creating natural, atmospheric depth. Each shadow level combines multiple layers for realistic elevation.
## 7. Motion & Interaction
### Dominant Easing Curves
| Curve | Semantic Name |
|-------|---------------|
| `cubic-bezier(0.2,0.8,0.4,1)` | Custom Ease — Balanced |
| `cubic-bezier(0.22,1,0.36,1)` | Ease Out — Decelerating |
| `ease-out` | Ease Out — Decelerating |
### Duration Scale
| Value | Tier | Typical Use |
|-------|------|-------------|
| `200ms` | Normal | Panel open/close, navigation |
| `300ms` | Normal | Panel open/close, navigation |
| `500ms` | Slow | Hero animations, page transitions |
### Copy-Paste Transition Snippets
**Transform**
```css
transition: transform 0.2s ease-out;
```
**All Props**
```css
transition: backgroundSize 0.5s cubic-bezier(0.22, 1, 0.36, 1);
```
**Background**
```css
transition: background 0.2s cubic-bezier(0, 0, 1, 1);
```
**Color / Background**
```css
transition: color 0.2s cubic-bezier(0.2, 0.8, 0.4, 1), background-color 0.2s cubic-bezier(0.2, 0.8, 0.4, 1);
```
### Keyframe Animation Catalog
| Animation Name | Type | Animated Props | Use Hint |
|----------------|------|----------------|----------|
| `animation-dkKkL` | Custom | background-position-x, background-position-y | UI transition |
### Motion Fingerprint
- **Speed Character**: Deliberate & Calm (median duration: `300ms`)
- **Dominant Easing**: custom cubic-bezier curves
- **Animation Library**: 1 unique animation (1 total including variants)
> This design moves with deliberate & calm timing using custom cubic-bezier curves, creating a UI that feels calm and controlled.
## 8. Do's and Don'ts
### Do
- Use sans-serif as the primary typeface — it defines the brand personality
- Use the extracted shadow patterns for elevation — they are tuned to match the brand palette
- Use full-pill radius (9999px) only for specific elements (avatars, pills, toggles)
- Use Translucent M Tricolor Blue (30%) (`rgba(17, 117, 221, 0.3)`) as the primary accent — it's the brand's signature interactive color
- Use pill-shaped radius (999px) for primary CTA buttons — the brand uses fully-rounded, pill CTAs
- Keep navigation sticky to the top — the design uses a persistent navigation pattern
- Maintain nav height at 64px — consistent vertical space for the navigation bar
- Build the hero as a split layout with media on the left — text and visual share equal weight
- Include exactly 3 CTAs in the hero (primary + secondary) — this design pattern is multi-action, not single-purpose
- Make the navigation sticky — it stays visible during scroll, signaling content depth
- Use a 6-column grid on desktop — density matters for this content type
- Repeat the primary CTA across 8 banner sections — conversion paths are layered, not single
### Don't
- Don't substitute with generic sans-serif or serif — the custom font carries the brand
- Don't invent new shadow values — use only the extracted shadow levels
- Don't apply pill radius on rectangular buttons or cards — it's reserved for specific interactive elements
- Don't introduce additional saturated accent colors — the palette is intentionally controlled
- Don't use rectangular buttons for primary actions — the rounded pill shape is the brand standard
- Don't collapse or hide the nav on scroll without an explicit scroll-triggered animation — the design uses fixed nav presence
## 7b. Enforceable Brand Rules
*Structured Do/Don't with reasoning and validation tests. Agents can programmatically verify generated UI.*
```yaml
rules:
- id: brand-canvas-001
type: do
rule: "Always use the page background `rgb(255,255,255)` as the base canvas"
why: "Every component is designed to composit against this exact tone"
test: "document.body.style.backgroundColor === 'rgb(255,255,255)'"
- id: brand-accent-001
type: do
rule: "Reserve `rgba(17, 117, 221, 0.3)` for primary CTAs and brand-mark signals only"
why: "Single chromatic assertion device — overuse dilutes meaning"
test: "querySelectorAll('[style*=\"rgba(17, 117, 221, 0.3)\"]').length <= 3 per fold"
```
## 9. Responsive Behavior
### Breakpoints
| Name | Width | Key Changes |
|------|-------|-------------|
| Mobile | 320px | Single column, compact spacing |
| Mobile Large | 600px | Expanded mobile layout |
| Mobile Large | 767px | Expanded mobile layout |
| Desktop | 1119px | Full feature layout |
### Token Diff — Desktop vs Mobile
| Element | Property | Desktop | Mobile |
|---------|----------|---------|--------|
| heading | font-size | `52px` | `36px` |
| heading | line-height | `64px` | `44px` |
| button | width | `109px` | `auto` |
### Collapsing Strategy
- Headlines: 52px → 36px on mobile
- Navigation: horizontal links → hamburger menu on mobile
- Cards: multi-column → stacked vertical on mobile
- Footer: multi-column → stacked single column on mobile
### Touch Targets
- Buttons: 10px 12px padding
- Navigation: adequate spacing between items
- Interactive elements: minimum 44px touch target recommended
### Collapsing Narrative
How the structural patterns adapt from desktop to mobile (extracted from both viewport extractions):
- **Hero collapses split-left-text → centered** — the side-by-side layout stacks vertically, with media moving above the text.
- **Hero CTAs:** 3 on desktop → 1 on mobile (secondary CTAs dropped on small screens).
- **Card grid: 6-up → 1-up** — cards stack as viewport narrows, becoming a vertical list on mobile.
## 9b. Visual Tone & Photography
**Tone:** Mixed photography + illustration
A balanced mix of photographic content and vector graphics. Photos likely carry product/lifestyle context while SVG handles icons, logos, and decorative accents.
**Canonical Brand Image (OG):**
- https://tb-static.uber.com/prod/udam-assets/6b65f287-0bee-44e7-868a-e26b8722364e.png
*This is the image shown when the site is shared on social media — represents the brand visual essence.*
**Hero Image (above-fold dominant visual):**
- Aspect: 1:1 (square / portrait)
- Rendered size: 459×459px
- *Use this aspect ratio + composition for your clone's hero — mimicking the proportion preserves the visual hierarchy.*
**Aspect Ratio Distribution:**
- Landscape (1.15–2.3): 2 (15%)
- Portrait (<0.87): 0 (0%)
- Square (0.87–1.15): 11 (85%)
**Media Format Mix:**
- PNG: 6 (logos, transparent UI elements, mockups)
- SVG: 1 (icons, illustrations, decorative geometry)
**Average rendered image size:** 289×261px
**Above-fold image count:** 4 / 13
**Decorative Patterns Detected:**
- 7 multi-stop linear gradients (mesh-like, 3+ color stops) — the brand leans on rich color transitions for visual depth
- **Glassmorphism** detected (`backdrop-filter: blur`) — layered transparent surfaces with blur, modern OS-like aesthetic
**Clone instruction for decorative work:** This is a gradient-rich design — invest in multi-stop CSS gradients (3+ color stops), not solid backgrounds.
**Imagery Guidance for clones:**
- Mix photography and illustration intentionally: photos for product/context, vectors for icons + decorative accents.
- Respect the format split — replacing JPGs with illustrations (or vice versa) will shift the brand tone.
## 10. Agent Prompt Guide
### Quick Reference
- Background: Pure White (`#ffffff`)
- Primary text: Pure Black (`#000000`)
- Accent: Translucent M Tricolor Blue (30%) (`rgba(17, 117, 221, 0.3)`)
- Border: Dim Gray (`#5e5e5e`)
- Font: UberMove
- Body: 16px weight 400
### Example Component Prompts
- "Create a hero section on Pure White background (#ffffff). Headline at 52px UberMove weight 700, line-height 1.23, color #000000."
- "Create the primary CTA button: `rgba(17, 117, 221, 0.3)` background, `#ffffff` text, 999px border-radius, 10px 12px padding, 500 weight, UberMove font."
- "Build navigation: sticky on `#ffffff`. UberMove 16px weight 400 for links."
### Iteration Guide
1. **Canvas**: Set the light canvas to Pure White (`#ffffff`) — every component is composited against this exact base.
2. **Typography**: All type in UberMove, weight range 400–700. Never exceed 700 — heavier weights break the brand's tonal restraint.
3. **Accent**: Translucent M Tricolor Blue (30%) (`rgba(17, 117, 221, 0.3)`) is the sole interactive color. On hover → Sage (`#9dcdd6`). Use CSS transitions, not opacity/brightness filters.
4. **Motion**: All transitions use `cubic-bezier(0.22,1,0.36,1)`. Never use linear for UI transitions — preserve the brand's easing personality.
5. **Shape**: CTAs at `999px`. Apply border-radius from the extracted scale only — don't invent intermediate values.
6. **Spacing**: Use the `--ca-space-*` token scale (10px–32px). All padding, margin, and gap values are multiples from this scale — no magic numbers.
7. **Tokens**: Import from §11 CSS Export (`--ca-*` vars). Never hardcode hex values — always reference a token so theming remains consistent.
## 11. CSS Design Tokens Raw Export
*Copy-paste ready `:root {}` block — all values extracted directly from the live site.*
```css
/* Colors */
:root {
--ca-on-primary: #ffffff;
--ca-surface-1: #efefef;
--ca-surface-2: #f3f3f3;
--ca-ink-subtle: #474747;
--ca-primary: #1175dd;
--ca-primary-hover: #9dcdd6;
--ca-hairline: #5e5e5e;
--ca-semantic-error: #4e0600;
--ca-semantic-success: #013c14;
--ca-semantic-warning: #502002;
}
/* Typography */
:root {
--ca-font-primary: "UberMove", system-ui, sans-serif;
--ca-text-display: 52px;
--ca-text-body: 16px;
--ca-text-small: 24px;
--ca-text-button: 16px;
}
/* Spacing & Radius */
:root {
--ca-space-xxs: 2px;
--ca-space-xs: 10px;
--ca-space-sm: 12px;
--ca-space-md: 14px;
--ca-space-base: 29.88px;
--ca-space-lg: 48px;
--ca-space-xl: 32px;
--ca-space-2xl: 48px;
--ca-space-3xl: 64px;
--ca-radius-none: 0px;
--ca-radius-xs: 6px;
--ca-radius-sm: 8px;
--ca-radius-md: 12px;
--ca-radius-lg: 16px;
--ca-radius-xl: 16px;
--ca-radius-full: 999px;
}
```
## 13. Page Structure Skeleton
*The actual layout the source site uses. Reproduce these sections in order to match the site structure.*
```yaml
page-skeleton:
- section: unknown
tag: div
height: 5498px
width: full-bleed
layout: block
children: 1
- section: main-content
tag: main
height: 5498px
width: full-bleed
layout: block
children: 26
- section: section-3
tag: section
height: 612px
width: full-bleed
layout: flex-row justify=normal
children: 1
bg: "rgb(255, 255, 255)"
- section: unknown
tag: div
classes: ["container-inner"]
height: 612px
width: 1280px
layout: block
children: 1
bg: "rgb(255, 255, 255)"
padding: "64px"
- section: section-4
tag: section
height: 438px
width: full-bleed
layout: flex-row justify=normal
children: 1
bg: "rgb(255, 255, 255)"
- section: unknown
tag: div
classes: ["container-inner"]
height: 438px
width: 1280px
layout: block
children: 1
bg: "rgb(255, 255, 255)"
padding: "0px 64px"
- section: section-5
tag: section
height: 500px
width: full-bleed
layout: flex-row justify=normal
children: 1
bg: "rgb(255, 255, 255)"
- section: unknown
tag: div
classes: ["container-inner"]
height: 500px
width: 1280px
layout: block
children: 1
padding: "64px"
- section: section-6
tag: section
height: 566px
width: full-bleed
layout: flex-row justify=normal
children: 1
bg: "rgb(255, 255, 255)"
- section: unknown
tag: div
classes: ["container-inner"]
height: 534px
width: 1280px
layout: block
children: 1
bg: "rgb(255, 255, 255)"
padding: "0px 64px"
- section: section-7
tag: section
height: 500px
width: full-bleed
layout: flex-row justify=normal
children: 1
bg: "rgb(255, 255, 255)"
- section: unknown
tag: div
classes: ["container-inner"]
height: 500px
width: 1280px
layout: block
children: 1
padding: "64px"
- section: section-8
tag: section
height: 686px
width: full-bleed
layout: flex-row justify=normal
children: 1
bg: "rgb(255, 255, 255)"
- section: unknown
tag: div
classes: ["container-inner"]
height: 686px
width: 1280px
layout: block
children: 1
padding: "64px"
- section: section-9
tag: section
height: 686px
width: full-bleed
layout: flex-row justify=normal
children: 1
bg: "rgb(255, 255, 255)"
- section: unknown
tag: div
classes: ["container-inner"]
height: 686px
width: 1280px
layout: block
children: 1
padding: "64px"
- section: section-10
tag: section
height: 406px
width: full-bleed
layout: flex-row justify=normal
children: 1
bg: "rgb(246, 246, 246)"
- section: unknown
tag: div
classes: ["container-inner"]
height: 406px
width: 1280px
layout: block
children: 1
padding: "64px"
- section: section-11
tag: section
height: 1040px
width: full-bleed
layout: flex-row justify=normal
children: 1
bg: "rgb(0, 0, 0)"
- section: footer
tag: footer
height: 1040px
width: full-bleed
layout: block
children: 1
```
**Agent rule**: rebuild sections in this order (sorted by vertical position). Match the layout primitive (grid N-col / flex direction / block).
## 14. Copy Library (Real Content from Source)
*Actual text content extracted from the live page. Use these strings verbatim when reproducing the site — they carry the brand voice.*
```yaml
copy:
section-headings:
- "Découvrez ce que vous pouvez faire avec Uber"
- "Connectez-vous pour consulter les détails de votre compte"
- "Vous préparez votre prochaine escapade ?"
- "Téléchargez l'application Uber"
- "Téléchargez l'application pour les chauffeurs et les coursiers"
- "Entreprise"
sub-headings:
- "Avantages"
ctas:
- "À propos"
- "FR-FR"
- "S'inscrire"
- "Changer de ville"
- "Prendre en charge maintenant"
- "Suivant"
- "Paris"
- "Français (France)"
navigation:
- "Uber"
- "Trajet"
- "Générer des revenus"
- "Professionnel"
- "Uber Eats"
- "À propos"
- "Nos services"
- "Fonctionnement d'Uber"
- "Développement durable"
- "Se déplacer Paris"
footer-links:
- "Uber"
- "Accédez au centre d'aide"
- "Fonctionnement des applications et des sites Web Uber et Ube"
- "À propos"
- "Confidentialité"
```
**Agent rule**: reuse these exact strings when generating UI. Do NOT translate or rephrase — brand voice is preserved through the original wording.
## 15. Asset Inventory (Image Roles & Ratios)
*Image inventory classified by role and aspect ratio. When reproducing the site, allocate this number of assets per role.*
```yaml
assets:
product:
count: 1
avg-ratio: 1.00
common-aspect: "~1:1 square"
thumbnail:
count: 6
avg-ratio: 1.00
common-aspect: "~1:1 square"
sample-alts:
- "Course"
- "Réserver"
- "Intercity"
```
**Agent rule**: when generating placeholder images, match these counts and aspect ratios. Use neutral placeholder backgrounds for `product` (e.g. `#f5f5f5`), full-color photography hints for `hero` and `editorial`.
## 16. Component HTML Templates
*Suggested HTML markup for reproducing the key components — based on what was detected in the source DOM.*
### Button (primary action)
```html
<button class="btn btn-primary">
À propos
</button>
```
_Source pattern detected: padding `10px 12px` · radius `999px` · weight `500`_
**Agent rule**: use these markup skeletons as the structural baseline. Apply tokens from §2-3 for visual styling.
## 12. Known Extraction Gaps
*Auto-detected limitations of this extraction — understand before building:*
- **Sparse component extraction** — fewer than 5 component types detected. Highly dynamic sections (modals, datepickers, carousels) require interaction to render and are not captured in a static pass.
---
## Extraction Completeness: 68/100 (C)
| Category | Score | Max | Detail |
|----------|-------|-----|--------|
| Colors & Palette | 13 | 25 | 9 named colors |
| Typography | 18 | 20 | 7 roles defined |
| Components | 12 | 20 | 3 specs extracted |
| Motion & Interaction | 12 | 15 | Keyframes present |
| CSS Custom Properties | 10 | 10 | 487 vars |
| Responsive Breakpoints | 4 | 5 | 4 breakpoints |
| Variable Fonts | 0 | 5 | None detected |
## 12. Known Gaps & Confidence
Explicit list of what this extraction could NOT capture. Agents should not invent values for these — either skip the feature or use the documented baseline + heuristic fallback.
*✅ No critical extraction gaps detected — high-confidence reproduction expected.*
### Per-section confidence
| Section | Confidence | Reason |
|---------|------------|--------|
| §1 Visual Theme | High | Body bg extracted via getComputedStyle() |
| §2 Colors | High | 487 CSS vars (semantic naming requires ≥20 for high) |
| §3 Typography | High | 7 typography roles inferred |
| §4 Components | Medium | 3 component variants captured |
| §7 Motion | High | Keyframes + transitions |
| §8 Do's/Don'ts | High | 18 rules generated; design-decisions.json has evidence per rule |
| §9 Responsive | High | 4 breakpoints detected |
| §9b Photography | High | 13 images, hero present |
---
*Generated by Clone Architect — automated Playwright extraction + design analysis.*
*Source: https://uber.com | 2026-05-30T20:40:16.808Z*
*All values verified via getComputedStyle() — no approximation, no hallucination.*
Re-extract: clone-architect update uber.com