uber
An inspired interpretation of Uber's design language — a transportation-and-delivery super-app brand whose web surface is a black-and-white duet, framed by a custom geometric display sans, accented by a single signature pill shape (radius 999px) on every interactive element, and
colors
#000000 #ffffff typography
the quick brown fox jumps over the lazy dog
the quick brown fox jumps over the lazy dog — body text at reading size.
the quick brown fox jumps over the lazy dog
the quick brown fox jumps over the lazy dog — body text at reading size.
design.md source
---
version: alpha
name: Uber-Inspired-design-analysis
description: An inspired interpretation of Uber's design language — a transportation-and-delivery super-app brand whose web surface is a black-and-white duet, framed by a custom geometric display sans, accented by a single signature pill shape (radius 999px) on every interactive element, and decorated only by editorial 4:3 illustrations of riders, drivers, and city objects.
colors:
primary: "#000000"
on-primary: "#ffffff"
ink: "#000000"
body: "#5e5e5e"
mute: "#afafaf"
hairline-mid: "#4b4b4b"
canvas: "#ffffff"
canvas-soft: "#efefef"
canvas-softer: "#f3f3f3"
surface-pressed: "#e2e2e2"
link: "#0000ee"
on-dark: "#ffffff"
black-elevated: "#282828"
typography:
display-xxl:
fontFamily: UberMove, UberMoveText, system-ui, Helvetica Neue, Arial, sans-serif
fontSize: 52px
fontWeight: 700
lineHeight: 64px
display-xl:
fontFamily: UberMove, UberMoveText, system-ui, Helvetica Neue, Arial, sans-serif
fontSize: 36px
fontWeight: 700
lineHeight: 44px
display-lg:
fontFamily: UberMove, UberMoveText, system-ui, Helvetica Neue, Arial, sans-serif
fontSize: 32px
fontWeight: 700
lineHeight: 40px
display-md:
fontFamily: UberMove, UberMoveText, system-ui, Helvetica Neue, Arial, sans-serif
fontSize: 24px
fontWeight: 700
lineHeight: 32px
display-sm:
fontFamily: UberMove, UberMoveText, system-ui, Helvetica Neue, Arial, sans-serif
fontSize: 20px
fontWeight: 700
lineHeight: 28px
body-lg:
fontFamily: UberMoveText, system-ui, Helvetica Neue, Arial, sans-serif
fontSize: 18px
fontWeight: 500
lineHeight: 24px
body-md:
fontFamily: UberMoveText, system-ui, Helvetica Neue, Arial, sans-serif
fontSize: 16px
fontWeight: 400
lineHeight: 24px
body-md-strong:
fontFamily: UberMoveText, system-ui, Helvetica Neue, Arial, sans-serif
fontSize: 16px
fontWeight: 500
lineHeight: 20px
body-sm:
fontFamily: UberMoveText, system-ui, Helvetica Neue, Arial, sans-serif
fontSize: 14px
fontWeight: 400
lineHeight: 20px
body-sm-strong:
fontFamily: UberMoveText, system-ui, Helvetica Neue, Arial, sans-serif
fontSize: 14px
fontWeight: 500
lineHeight: 16px
caption:
fontFamily: UberMoveText, system-ui, Helvetica Neue, Arial, sans-serif
fontSize: 12px
fontWeight: 400
lineHeight: 20px
button-large:
fontFamily: UberMoveText, system-ui, Helvetica Neue, Arial, sans-serif
fontSize: 18px
fontWeight: 500
… components
display headline
body copy from uber tokens — the default reading size for paragraphs and ui descriptions.
feature headline
a sample card surface with heading and body copy styled from component tokens.
what is in this design system?
colors, typography, spacing, and component patterns sourced from publicly visible brand tokens.
const theme = {
primary: "#000000",
font: ""UberMoveText", system-ui, sans-serif",
}; extracted from publicly visible design tokens. sourced via VoltAgent/awesome-design-md. no ownership claim on uber's visual identity.