llms.txt

uber Brand Identity

A complete profile of uber's visual system — colors, typography, components, and personality.

Quick Facts

Field Value
Primary #1A73E8
Accent #000000
Body Font UberMoveText
Heading Font UberMove

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

Tone: modern · Energy: medium · Audience: urban commuters and travelers

uber Brand in the Wild

Real-world brand assets — ads, campaigns, marketing materials.

Working with these fonts

Not found on Google Fonts? Follow this flow:

  1. Open the company's homepage in a browser with DevTools open.
  2. In the Network tab, filter by "Font".
  3. For each captured font URL: right-click → Save As to download the file locally.
  4. View the page's CSS and copy out the matching @font-face declarations.
  5. Only do this if you have permission to use the brand assets.

Machine-Readable Profile

{
    "colorScheme": "light",
    "fonts": [
        {
            "family": "UberMoveText",
            "role": "body"
        },
        {
            "family": "UberMove",
            "role": "heading"
        },
        {
            "family": "Arial",
            "role": "body"
        },
        {
            "family": "Helvetica Neue",
            "role": "body"
        },
        {
            "family": "Open Sans",
            "role": "unknown"
        }
    ],
    "colors": {
        "primary": "#1A73E8",
        "secondary": "#9DCDD6",
        "accent": "#000000",
        "background": "#FFFFFF",
        "textPrimary": "#000000",
        "link": "#0000EE"
    },
    "typography": {
        "fontFamilies": {
            "primary": "UberMoveText",
            "heading": "UberMove"
        },
        "fontStacks": {
            "heading": [
                "UberMove",
                "UberMoveText",
                "system-ui",
                "Helvetica Neue",
                "Helvetica",
                "Arial",
                "sans-serif"
            ],
            "body": [
                "sans-serif"
            ],
            "paragraph": [
                "UberMoveText",
                "system-ui",
                "Helvetica Neue",
                "Helvetica",
                "Arial",
                "sans-serif"
            ]
        },
        "fontSizes": {
            "h1": "52px",
            "h2": "36px",
            "body": "16px"
        }
    },
    "spacing": {
        "baseUnit": 4,
        "borderRadius": "10px"
    },
    "components": {
        "input": {
            "background": "transparent",
            "textColor": "#000000",
            "borderColor": null,
            "borderRadius": "0px",
            "shadow": "none"
        },
        "buttonPrimary": {
            "background": "#000000",
            "textColor": "#FFFFFF",
            "borderRadius": "8px",
            "shadow": "none"
        },
        "buttonSecondary": {
            "background": "#F3F3F3",
            "textColor": "#000000",
            "borderRadius": "999px",
            "shadow": "none"
        }
    },
    "images": {
        "favicon": "https://www.uber.com/_static/99c4bc580c8b57b7.ico",
        "ogImage": "https://tb-static.uber.com/prod/udam-assets/6b65f287-0bee-44e7-868a-e26b8722364e.png"
    },
    "personality": {
        "tone": "modern",
        "energy": "medium",
        "targetAudience": "urban commuters and travelers"
    },
    "designSystem": {
        "framework": "custom",
        "componentLibrary": ""
    },
    "confidence": {
        "buttons": 0.9,
        "colors": 0.95,
        "overall": 0.925
    }
}