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
- primary: #1A73E8
- secondary: #9DCDD6
- accent: #000000
- background: #FFFFFF
- textPrimary: #000000
- link: #0000EE
Typography
- primary: UberMoveText — https://fonts.google.com/specimen/UberMoveText
- heading: UberMove — https://fonts.google.com/specimen/UberMove
Visual Assets
- Favicon: https://www.uber.com/_static/99c4bc580c8b57b7.ico
- Social card (og:image): https://tb-static.uber.com/prod/udam-assets/6b65f287-0bee-44e7-868a-e26b8722364e.png
UI 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
Brand Personality
Tone: modern · Energy: medium · Audience: urban commuters and travelers
uber Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- What moves us
- How we hire
- Uber's Latest News & Stories | Uber Blog
- Transportation & logistics solutions | Uber Freight
- Paris
- Emerging Talent
Working with these fonts
Not found on Google Fonts? Follow this flow:
- Open the company's homepage in a browser with DevTools open.
- In the Network tab, filter by "Font".
- For each captured font URL: right-click → Save As to download the file locally.
- View the page's CSS and copy out the matching @font-face declarations.
- 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
}
}