Home · Branding · Linear

Linear Brand Identity

A complete profile of Linear's visual system — colors, typography, components, and personality — extracted from https://linear.app/. Built for designers, agents, and AI tools.

Download JSON
Primary
#D0D6E0
Accent
#E5E5E6
Body Font
Inter
Heading
SF Pro Display

Color Palette

Brand palette extracted from https://linear.app/.

primary
#D0D6E0
rgb(208, 214, 224)
secondary
#E4F222
rgb(228, 242, 34)
accent
#E5E5E6
rgb(229, 229, 230)
background
#08090A
rgb(8, 9, 10)
textPrimary
#08090A
rgb(8, 9, 10)
link
#5E6AD2
rgb(94, 106, 210)

Typography

Each font links to its Google Fonts page where available.

primary
Inter
heading
SF Pro Display
SF Pro Display Google Fonts →
Inter, SF Pro Display, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif
Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts:

CharacterQuilt.com suggests this flow that can help:

1. Open the company's homepage in a browser with DevTools open.
2. In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
3. Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
4. For each captured font URL: right-click → Save As to download the file locally.
5. View the page's CSS (DevTools → Sources, or curl the stylesheet URLs) and copy out the matching @font-face declarations. Rewrite each `src: url(...)` to point to your local file path.

Programmatic alternative: load the URL with Playwright or Puppeteer, listen for `response` events whose `Content-Type` starts with `font/`, and write the body to disk. The CSS extraction step is the same.

Only do this if you have permission to use the brand assets — most proprietary fonts are licensed and may not be redistributable.

Visual Assets

Linear logo
Logo
Linear favicon
Favicon
Linear social image
Social Card

UI Components

Live previews rendered using Linear's actual button styles.

input
background transparent textColor #F7F8F8 borderColor null borderRadius 0px shadow none
buttonPrimary
background #E5E5E6 textColor #08090A borderColor #E5E5E6 borderRadius 9999px shadow rgba(0, 0, 0, 0) 0px 8px 2px 0px, rgba(0, 0, 0, 0.01) 0px 5px 2px 0px, rgba(0, 0, 0, 0.04) 0px 3px 2px 0px, rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.08) 0px 0px 1px 0px
buttonSecondary
background #141516 textColor #F7F8F8 borderRadius 9999px shadow rgba(255, 255, 255, 0.03) 0px 0px 0px 1px inset, rgba(255, 255, 255, 0.04) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.6) 0px 0px 0px 1px, rgba(0, 0, 0, 0.1) 0px 4px 4px 0px

Brand Personality

Tone: modern Energy: medium Audience: tech-savvy professionals

Linear Brand in the Wild

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

Frequently Asked Questions

What is Linear's primary brand color?

Linear's primary brand color is #D0D6E0. It anchors the visual identity across their website, product UI, and marketing materials.

What accent color does Linear use?

Linear uses #E5E5E6 as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does Linear use?

Linear uses Inter for body text and SF Pro Display for headings. Fonts were detected on https://linear.app/ as part of their live design system.

Does Linear use a light or dark theme?

Linear's primary site uses a dark color scheme, with a background of #08090A.

Where can I find Linear's logo?

Linear's logo is available directly on their site (https://linear.app/). The current logo URL is included in the machine-readable JSON profile linked above.

How was this brand profile generated?

This profile was extracted from https://linear.app/ using the Firecrawl branding extraction API, which inspects the live page's CSS, fonts, color tokens, and component styles. It is not affiliated with or endorsed by Linear.

Methodology

Brand data on this page was extracted from https://linear.app/ on using the Firecrawl branding extraction API, which inspects each site's live CSS, font network requests, color tokens, and component styles. Brand-in-the-wild images were sourced via Google Image Search restricted to ad/webinar/report queries and link out to their original third-party publishers; we link to the source rather than re-hosting third-party content. This page is published by CharacterQuilt and is not affiliated with or endorsed by Linear.

Machine-Readable Profile

Direct endpoints for agents, designers, and tooling. No login or auth required.

{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    },
    {
      "family": "SF Pro Display",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#D0D6E0",
    "secondary": "#E4F222",
    "accent": "#E5E5E6",
    "background": "#08090A",
    "textPrimary": "#08090A",
    "link": "#5E6AD2"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "SF Pro Display"
    },
    "fontStacks": {
      "heading": [
        "Inter",
        "SF Pro Display",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Oxygen",
        "Ubuntu",
        "Cantarell",
        "Open Sans",
        "Helvetica Neue",
        "sans-serif"
      ],
      "body": [
        "Inter",
        "SF Pro Display",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Oxygen",
        "Ubuntu",
        "Cantarell",
        "Open Sans",
        "Helvetica Neue",
        "sans-serif"
      ],
      "paragraph": [
        "Inter",
        "SF Pro Display",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Oxygen",
        "Ubuntu",
        "Cantarell",
        "Open Sans",
        "Helvetica Neue",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "64px",
      "h2": "48px",
      "body": "15px"
    }
  },
  "spacing": {
    "baseUnit": 8,
    "borderRadius": "2px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#F7F8F8",
      "borderColor": null,
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#E5E5E6",
      "textColor": "#08090A",
      "borderColor": "#E5E5E6",
      "borderRadius": "9999px",
      "borderRadiusCorners": {
        "topLeft": "9999px",
        "topRight": "9999px",
        "bottomRight": "9999px",
        "bottomLeft": "9999px"
      },
      "shadow": "rgba(0, 0, 0, 0) 0px 8px 2px 0px, rgba(0, 0, 0, 0.01) 0px 5px 2px 0px, rgba(0, 0, 0, 0.04) 0px 3px 2px 0px, rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.08) 0px 0px 1px 0px"
    },
    "buttonSecondary": {
      "background": "#141516",
      "textColor": "#F7F8F8",
      "borderRadius": "9999px",
      "borderRadiusCorners": {
        "topLeft": "9999px",
        "topRight": "9999px",
        "bottomRight": "9999px",
        "bottomLeft": "9999px"
      },
      "shadow": "rgba(255, 255, 255, 0.03) 0px 0px 0px 1px inset, rgba(255, 255, 255, 0.04) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.6) 0px 0px 0px 1px, rgba(0, 0, 0, 0.1) 0px 4px 4px 0px"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2222%22%20viewBox%3D%220%200%20400%20100%22%20fill%3D%22currentColor%22%20size%3D%2222%22%20color%3D%22currentColor%22%20aria-label%3D%22Linear%22%20data-fc-idx%3D%220%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12.9266%2016.3713c-.5283.5806-.4933%201.4714.0617%202.0265l68.5946%2068.5946c.5551.555%201.4459.59%202.0265.0617%2010.0579-9.1522%2016.3713-22.3478%2016.3713-37.0179C99.9807%2022.402%2077.5788%200%2049.9445%200%2035.2744%200%2022.0788%206.31337%2012.9266%2016.3713ZM4.35334%2029.3894c-.25348.5589-.12567%201.2142.30824%201.6481L68.9432%2095.3191c.4339.4339%201.0892.5617%201.6481.3083%201.485-.6736%202.9312-1.4176%204.3344-2.2277.8341-.4815.9618-1.6195.2808-2.3005L8.88146%2024.7742c-.68097-.681-1.81894-.5532-2.30045.2808-.81013%201.4032-1.55411%202.8494-2.22767%204.3344ZM.453579%2047.796c-.300979-.301-.46112014-.7158-.4327856-1.1405.1327026-1.9891.3816396-3.9463.7400796-5.865.214926-1.1505%201.620727-1.5497%202.448307-.7222L59.9124%2096.7715c.8275.8276.4283%202.2334-.7222%202.4483-1.9187.3585-3.8759.6074-5.865.7401-.4247.0283-.8395-.1318-1.1405-.4328L.453579%2047.796ZM3.93331%2061.7589c-1.0331-1.0331-2.70028-.1429-2.32193%201.2683C6.22104%2080.2203%2019.7604%2093.7597%2036.9535%2098.3693c1.4112.3784%202.3014-1.2888%201.2683-2.3219L3.93331%2061.7589ZM201.602%2027.535c3.587%200%206.494-2.918%206.494-6.5175S205.189%2014.5%20201.602%2014.5c-3.586%200-6.493%202.918-6.493%206.5175s2.907%206.5175%206.493%206.5175Zm-55.621%2056.8396V14.5039h11.54v59.648h31.115v10.2227h-42.655Zm82.136-28.511v28.511h-11.166V34.8555h11.026v8.4876l.14-.0937c1.121-2.6573%202.928-4.8769%205.42-6.6589%202.491-1.8132%205.668-2.7198%209.531-2.7198%203.426%200%206.54.766%209.344%202.2978%202.803%201.5006%205.045%203.7045%206.727%206.6119%201.682%202.9074%202.523%206.4713%202.523%2010.6916v30.9026h-11.166V55.0195c0-3.7514-.997-6.5963-2.99-8.5345-1.962-1.9695-4.594-2.9543-7.896-2.9543-2.118%200-4.049.4377-5.793%201.313-1.744.8754-3.13%202.2196-4.158%204.0328-1.028%201.8132-1.542%204.1422-1.542%206.9871Zm101.105%2027.6669c2.554%201.0942%205.482%201.6413%208.783%201.6413%202.71%200%205.03-.3439%206.961-1.0317%201.932-.719%203.52-1.6725%204.766-2.8605%201.277-1.1879%202.289-2.4853%203.037-3.8921h.187v6.9871h10.699V50.2833c0-2.4072-.468-4.6111-1.402-6.6119-.934-2.0008-2.289-3.7358-4.065-5.2051-1.744-1.4694-3.862-2.5948-6.354-3.3763-2.491-.8129-5.295-1.2193-8.409-1.2193-4.267%200-7.958.7347-11.073%202.204-3.084%201.4381-5.497%203.3763-7.242%205.8148-1.744%202.4384-2.694%205.1895-2.85%208.2531h10.793c.124-1.438.623-2.7198%201.495-3.8452.872-1.1254%202.056-2.0008%203.551-2.626%201.495-.6565%203.223-.9848%205.186-.9848%201.962%200%203.628.3283%204.999.9848%201.401.6565%202.476%201.5475%203.223%202.6729.748%201.1254%201.122%202.4384%201.122%203.939v.3752c0%201.1254-.39%201.9538-1.168%202.4853-.748.5314-2.025.9222-3.831%201.1723-1.776.2501-4.205.5471-7.289.891-2.523.2813-4.952.7034-7.288%201.2661-2.336.5627-4.423%201.3912-6.261%202.4853-1.806%201.0942-3.239%202.5479-4.298%204.3611-1.059%201.8132-1.588%204.1422-1.588%206.987%200%203.2826.747%206.0336%202.242%208.2532%201.495%202.1884%203.52%203.8453%206.074%204.9707Zm18.081-8.3001c-1.807.9691-4.034%201.4537-6.681%201.4537-2.679%200-4.813-.5627-6.401-1.6881-1.589-1.1567-2.383-2.7355-2.383-4.7362%200-1.5631.436-2.8293%201.308-3.7984.904-.9691%202.087-1.735%203.551-2.2977%201.464-.5628%203.052-.9535%204.765-1.1724%201.246-.1875%202.461-.3751%203.645-.5627%201.183-.2188%202.289-.422%203.317-.6096%201.028-.2188%201.9-.4377%202.616-.6565.748-.2188%201.293-.4533%201.635-.7034v5.5334c0%201.9382-.451%203.7202-1.355%205.3458-.872%201.5944-2.211%202.8917-4.017%203.8921Zm26.094%209.1442V34.8555h10.745v8.1594h.141c.903-2.8136%202.32-4.955%204.251-6.4244%201.962-1.5005%204.532-2.2508%207.709-2.2508.779%200%201.48.0312%202.102.0938.655.0312%201.2.0625%201.636.0937v10.082c-.405-.0625-1.122-.1406-2.149-.2344-1.028-.0938-2.118-.1407-3.271-.1407-1.838%200-3.519.422-5.046%201.2661-1.526.8441-2.741%202.1415-3.644%203.8921-.872%201.7195-1.308%203.8922-1.308%206.5182v28.4641h-11.166Zm-177.401%200V34.8555h11.166v49.5191h-11.166Zm84.238-2.204c3.582%202.2196%207.834%203.3294%2012.755%203.3294%203.8%200%207.257-.6878%2010.372-2.0633%203.146-1.4068%205.762-3.3294%207.849-5.7678%202.087-2.4697%203.442-5.3146%204.065-8.5346h-10.512c-.468%201.4693-1.231%202.7667-2.29%203.8921-1.027%201.0942-2.32%201.9539-3.877%202.5792-1.558.6252-3.364.9378-5.42.9378-2.772%200-5.155-.6252-7.148-1.8757-1.962-1.2505-3.457-2.9855-4.485-5.2051-.933-2.043-1.443-4.3564-1.529-6.9402h35.915v-3.0012c0-3.8139-.561-7.284-1.682-10.4102-1.121-3.1575-2.71-5.8773-4.766-8.1594-2.055-2.3134-4.531-4.0953-7.428-5.3458-2.866-1.2505-6.058-1.8757-9.578-1.8757-4.578%200-8.627%201.1098-12.147%203.3294-3.52%202.2196-6.276%205.2833-8.27%209.191-1.993%203.9078-2.99%208.3782-2.99%2013.4114%200%205.0019.966%209.4568%202.897%2013.3645%201.931%203.8765%204.688%206.9246%208.269%209.1442Zm23.501-32.7783c-1.028-2.1258-2.492-3.767-4.392-4.9237-1.9-1.1567-4.142-1.7351-6.728-1.7351-2.554%200-4.781.5784-6.681%201.7351-1.868%201.1567-3.332%202.7979-4.391%204.9237-.756%201.5396-1.234%203.2903-1.434%205.2521h25.059c-.2-1.9618-.678-3.7125-1.433-5.2521Z%22%20style%3D%22fill%3A%20rgb(247%2C%20248%2C%20248)%20!important%3B%22%2F%3E%3C%2Fsvg%3E",
    "favicon": "https://linear.app/favicon.ico",
    "ogImage": "https://linear.app/static/og/homepage.jpg",
    "logoHref": "/homepage",
    "logoAlt": "Linear"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, and links to the homepage with alt text matching the brand 'Linear'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 1,
      "text": "Get started",
      "reasoning": "Button #1 with text 'Get started' has a vibrant blue background (#E5E5E6) and action-oriented text, making it the primary CTA."
    },
    "secondary": {
      "index": 0,
      "text": "Contact sales",
      "reasoning": "Button #0 with text 'Contact sales' has a dark background (#141516), which is distinct from the primary button's color, making it suitable as a secondary CTA."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "tech-savvy professionals"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.95,
    "colors": 0.9,
    "overall": 0.925
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 0,
        "selectedLogoReasoning": "Selected #0 because it is visible, located in the header, and links to the homepage with alt text matching the brand 'Linear'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles