About LG DESIGN.md
Curated by Dov AzencotUpdated Source lg.com
- Consumer Electronics
- E-commerce & Retail
LG's marketing site is a product-catalog system built around a single crimson red and a proprietary display sans. The page carries a five-tone grey ladder for structural chrome, a white canvas, and the brand's LG Smart typeface at six distinct size-and-weight combinations covering everything from 14px nav labels at weight 700 uppercase to 60px hero display at weight 600. The crimson (#a50034) appears at boundary positions — button fills, active badge borders, category-tab accents — but never as a page background or as a decorative fill behind product photography. Where Samsung uses a warmer, more saturated brand blue and Sony uses a near-neutral system with minimal voltage, LG holds its crimson as a navigational marker: it tells you what is active, what is purchasable, and what is the primary CTA, then recedes entirely from the editorial surface.
The DESIGN.md file packages the system into machine-readable tokens for React and AI tools. Inside: 15 color tokens organized into the five-tone structural grey ladder, the white canvas cluster, and the crimson voltage plus Bootstrap-derived semantic tokens declared in :root variables. Twelve typography tokens cover LG Smart at the six size-and-weight pairings the page actually deploys, with no secondary typeface. 16 components cover the crimson-fill primary button, the uppercase weight-700 nav, the 3px-radius product card, the full-circle icon button, and the hero display heading at 60px / weight 600.
Feed this file to Claude or Cursor and it reproduces LG's specific moves: five-tone structural grey, crimson voltage at navigational boundaries only, LG Smart in six weight/size steps from display to caption, and a binary 3px / circle radius system with no intermediate softening. The token system is closer to a Bootstrap-derived component library than to a custom design system — the :root CSS variables include Bootstrap naming conventions (`--primary`, `--gray`, `--dark`) alongside LG-specific tokens, which means the underlying framework leaks through at the token level.
What makes it distinct
- Crimson voltage at boundary positions#a50034 appears 38 times as button fill, badge border, and active-tab accent, never as body text or page canvas
- LG Smart at weight 600the proprietary display sans holds headlines at 36–60px in semibold, contrasting with Samsung's thin-weight display treatment
- Binary radius system3px on functional surfaces (18 occurrences) and 50% circles on icon/avatar elements (35 occurrences); no intermediate 8–16px tier
- Five-tone grey ladderink tones at #212529, #000000, #333333, #6b6b6b, #767676 create a compressed structural palette beside the single brand red
- Uppercase nav labels at weight 700category navigation runs in 14px uppercase bold with no color accent, distinguishing active sections by weight alone
Live at lg.com
A snapshot of the brand in production. Hover the frame to scroll the page; click to visit.
lg.comExplore LG
Pick what you want to see — mockups, colors, typography, layout, or the full component list.
Brand & Accent
Sparing, CTA-only voltage.
Surface
Page and card backgrounds.
Text
Headlines, body, captions, muted.
Borders & Hairlines
Dividers, outlines, structural rules.
LG design system FAQ
Common questions about LG's tokens, components, and how to use this DESIGN.md in your project.
Related reading
Specs, directories, and component libraries that pair with this design system.
Browse all design systems
The full directory of DESIGN.md files on shadcn.io, with live mockups for each.
LG — official site
LG's public marketing site — the source of truth for the live tokens captured in this file.
The DESIGN.md specification
Google Labs' open spec for machine-readable design system files — the format this page is built on.