Home · Branding · Plane

Plane Brand Identity

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

Download JSON
Primary
#0000EE
Accent
#9933FF
Body Font
Inter
Heading
CircularXX Bold

Color Palette

Brand palette extracted from https://plane.com.

primary
#0000EE
rgb(0, 0, 238)
secondary
#5C6670
rgb(92, 102, 112)
accent
#9933FF
rgb(153, 51, 255)
background
#F9F7F4
rgb(249, 247, 244)
textPrimary
#9933FF
rgb(153, 51, 255)
link
#9933FF
rgb(153, 51, 255)

Typography

Each font links to its Google Fonts page where available.

primary
Inter
heading
CircularXX Bold
CircularXX Bold Google Fonts →
CircularXX Bold, 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

Plane logo
Logo
Plane favicon
Favicon
Plane social image
Social Card

UI Components

Live previews rendered using Plane's actual button styles.

buttonPrimary
background #9933FF textColor #0000EE borderRadius 6px shadow none
buttonSecondary
background #F9F7F4 textColor #0000EE borderRadius 6px shadow none

Brand Personality

Tone: professional Energy: medium Audience: business professionals

Plane Brand in the Wild

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

Frequently Asked Questions

What is Plane's primary brand color?

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

What accent color does Plane use?

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

What font does Plane use?

Plane uses Inter for body text and CircularXX Bold for headings. Fonts were detected on https://plane.com as part of their live design system.

Does Plane use a light or dark theme?

Plane's primary site uses a light color scheme, with a background of #F9F7F4.

Where can I find Plane's logo?

Plane's logo is available directly on their site (https://plane.com). 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://plane.com 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 Plane.

Methodology

Brand data on this page was extracted from https://plane.com 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 Plane.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    },
    {
      "family": "CircularXX Bold",
      "role": "heading"
    },
    {
      "family": "Roboto",
      "role": "unknown"
    },
    {
      "family": "Helvetica",
      "role": "unknown"
    },
    {
      "family": "Arial",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#0000EE",
    "secondary": "#5C6670",
    "accent": "#9933FF",
    "background": "#F9F7F4",
    "textPrimary": "#9933FF",
    "link": "#9933FF"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "CircularXX Bold"
    },
    "fontStacks": {
      "heading": [
        "CircularXX Bold",
        "sans-serif"
      ],
      "body": [
        "sans-serif"
      ],
      "paragraph": [
        "Inter",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "80px",
      "h2": "60px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#9933FF",
      "textColor": "#0000EE",
      "borderRadius": "6px",
      "borderRadiusCorners": {
        "topLeft": "6px",
        "topRight": "6px",
        "bottomRight": "6px",
        "bottomLeft": "6px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#F9F7F4",
      "textColor": "#0000EE",
      "borderRadius": "6px",
      "borderRadiusCorners": {
        "topLeft": "6px",
        "topRight": "6px",
        "bottomRight": "6px",
        "bottomLeft": "6px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%2522http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%2522%20xmlns%3Axlink%3D%2522http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%2522%20viewBox%3D%25220%200%20100%2024%2522%3E%3Cpath%20d%3D%2522M%2092.762%2013.196%20L%2097.385%2013.196%20C%2097.346%2012.094%2096.611%2011.107%2095.064%2011.107%20C%2093.652%2011.107%2092.839%2012.191%2092.762%2013.197%20Z%20M%2097.636%2015.653%20L%2099.532%2016.253%20C%2099.029%2017.897%2097.54%2019.232%2095.277%2019.232%20C%2092.723%2019.232%2090.46%2017.375%2090.46%2014.182%20C%2090.46%2011.204%2092.665%209.231%2095.044%209.231%20C%2097.946%209.231%2099.648%2011.146%2099.648%2014.125%20C%2099.648%2014.492%2099.61%2014.802%2099.59%2014.841%20L%2092.704%2014.841%20C%2092.762%2016.272%2093.884%2017.297%2095.277%2017.297%20C%2096.631%2017.297%2097.327%2016.582%2097.637%2015.653%20Z%20M%2082.602%2013.506%20L%2082.602%2018.941%20L%2080.358%2018.941%20L%2080.358%209.521%20L%2082.544%209.521%20L%2082.544%2010.778%20C%2083.164%209.695%2084.285%209.25%2085.33%209.25%20C%2087.632%209.25%2088.734%2010.914%2088.734%2012.983%20L%2088.734%2018.941%20L%2086.49%2018.941%20L%2086.49%2013.371%20C%2086.49%2012.21%2085.968%2011.281%2084.556%2011.281%20C%2083.279%2011.281%2082.602%2012.268%2082.602%2013.506%20Z%20M%2070.558%2014.183%20C%2070.558%2015.982%2071.545%2017.258%2073.112%2017.258%20C%2074.582%2017.258%2075.607%2016.001%2075.607%2014.183%20C%2075.607%2012.364%2074.601%2011.203%2073.112%2011.203%20C%2071.602%2011.203%2070.558%2012.364%2070.558%2014.183%20Z%20M%2075.626%2017.587%20C%2075.201%2018.497%2074.214%2019.193%2072.86%2019.193%20C%2070.094%2019.193%2068.314%2017.007%2068.314%2014.183%20C%2068.314%2011.455%2070.114%209.25%2072.822%209.25%20C%2074.485%209.25%2075.336%2010.12%2075.588%2010.759%20L%2075.588%209.52%20L%2077.774%209.52%20L%2077.774%2017.219%20C%2077.774%2017.992%2077.851%2018.747%2077.87%2018.94%20L%2075.723%2018.94%20C%2075.654%2018.492%2075.622%2018.039%2075.626%2017.586%20Z%20M%2066.427%2018.941%20L%2064.183%2018.941%20L%2064.183%204.937%20L%2066.426%204.937%20L%2066.426%2018.94%20Z%20M%2055.482%2011.533%20L%2057.9%2011.533%20C%2059.37%2011.533%2060.26%2010.72%2060.26%209.424%20C%2060.26%208.109%2059.37%207.277%2057.9%207.277%20L%2055.482%207.277%20Z%20M%2058.249%2013.583%20L%2055.482%2013.583%20L%2055.482%2018.941%20L%2053.162%2018.941%20L%2053.162%205.227%20L%2058.249%205.227%20C%2060.879%205.227%2062.62%207.007%2062.62%209.405%20C%2062.62%2011.823%2060.88%2013.583%2058.249%2013.583%20Z%2522%20fill%3D%2522rgb(69%2C77%2C84)%2522%3E%3C%2Fpath%3E%3Cpath%20d%3D%2522M%2033.501%204.899%20C%2033.501%204.899%2033.501%204.9%2033.501%204.9%20L%2033.501%204.9%20Z%20M%2046.254%201.482%20C%2046.769%201.344%2047.081%201.678%2046.946%202.229%20L%2044.868%2010.694%20C%2044.69%2011.42%2044.21%2012.019%2043.567%2012.318%20L%2032.106%2017.654%20C%2033.714%2015.62%2034.681%2013.006%2034.681%2010.155%20L%2034.679%209.968%20L%2042.711%207.174%20L%2043.156%205.495%20L%2034.504%208.067%20C%2034.317%206.97%2033.98%205.904%2033.501%204.9%20Z%20M%2012.435%208.055%20L%203.822%205.495%20L%204.266%207.175%20L%2012.435%2010.015%20L%2012.435%2016.52%20L%203.41%2012.318%20C%202.767%2012.019%202.288%2011.42%202.11%2010.694%20L%200.032%202.229%20C%20-0.104%201.678%200.208%201.344%200.724%201.482%20L%2012.435%204.62%20Z%20M%2018.504%201.45%20C%2019.994%200.503%2021.723%200%2023.489%200%20C%2028.83%200%2033.16%204.547%2033.161%2010.155%20C%2033.161%2015.764%2028.83%2020.311%2023.489%2020.311%20C%2021.783%2020.311%2020.109%2019.841%2018.653%2018.952%20L%2018.653%2023.938%20L%2013.817%2023.938%20L%2013.817%201.45%20Z%20M%2023.489%2015.233%20C%2026.159%2015.233%2028.325%2012.96%2028.325%2010.155%20C%2028.325%207.351%2026.16%205.078%2023.489%205.078%20C%2020.818%205.078%2018.653%207.351%2018.653%2010.155%20C%2018.653%2012.96%2020.818%2015.233%2023.489%2015.233%20Z%2522%20fill%3D%2522rgb(69%2C77%2C84)%2522%3E%3C%2Fpath%3E%3C%2Fsvg%3E",
    "favicon": "https://framerusercontent.com/images/bqBgIm8Yx7z63Ux1S5PAUITCgKE.png",
    "ogImage": "https://framerusercontent.com/images/ltx5riROoVpMzb3k3XYeJinQ3w.png",
    "logoHref": "./"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, medium-sized, and links to the homepage, aligning with the brand 'Plane'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 2,
      "text": "Get Started",
      "reasoning": "Button #2 with text 'Get Started' is the primary CTA due to its action-oriented text and vibrant brand color, making it the most likely primary action for users."
    },
    "secondary": {
      "index": 5,
      "text": "Take product tour",
      "reasoning": "Button #5 with text 'Take product tour' is selected as secondary because it has a different background color (#F9F7F4) and offers a less direct action compared to the primary CTA."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "business 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, medium-sized, and links to the homepage, aligning with the brand 'Plane'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles