Home · Branding · Parabola

Parabola Brand Identity

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

Download JSON
Primary
#43D7AF
Accent
#46ECBA
Body Font
Mori
Heading
Biancoserif

Color Palette

Brand palette extracted from https://parabola.io/.

primary
#43D7AF
rgb(67, 215, 175)
secondary
#E0FCF2
rgb(224, 252, 242)
accent
#46ECBA
rgb(70, 236, 186)
background
#1C191A
rgb(28, 25, 26)
textPrimary
#1C191A
rgb(28, 25, 26)
link
#46ECBA
rgb(70, 236, 186)

Typography

Each font links to its Google Fonts page where available.

primary
Mori
heading
Biancoserif
Biancoserif Google Fonts →
Biancoserif, Palatino Linotype, 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

Parabola logo
Logo
Parabola favicon
Favicon
Parabola social image
Social Card

UI Components

Live previews rendered using Parabola's actual button styles.

input
background transparent textColor #1C191A borderColor null borderRadius 60px shadow none
buttonPrimary
background #46ECBA textColor #1C191A borderColor #46ECBA borderRadius 60.08px shadow none
buttonSecondary
background #E0E0E0 textColor #1C191A borderColor #1C191A borderRadius 60px shadow none

Brand Personality

Tone: modern Energy: medium Audience: business professionals seeking automation solutions

Parabola Brand in the Wild

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

Frequently Asked Questions

What is Parabola's primary brand color?

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

What accent color does Parabola use?

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

What font does Parabola use?

Parabola uses Mori for body text and Biancoserif for headings. Fonts were detected on https://parabola.io/ as part of their live design system.

Does Parabola use a light or dark theme?

Parabola's primary site uses a dark color scheme, with a background of #1C191A.

Where can I find Parabola's logo?

Parabola's logo is available directly on their site (https://parabola.io/). 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://parabola.io/ 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 Parabola.

Methodology

Brand data on this page was extracted from https://parabola.io/ 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 Parabola.

Machine-Readable Profile

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

{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "Mori",
      "role": "body"
    },
    {
      "family": "Arial",
      "role": "body"
    },
    {
      "family": "Biancoserif",
      "role": "heading"
    },
    {
      "family": "Palatino Linotype",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#43D7AF",
    "secondary": "#E0FCF2",
    "accent": "#46ECBA",
    "background": "#1C191A",
    "textPrimary": "#1C191A",
    "link": "#46ECBA"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Mori",
      "heading": "Biancoserif"
    },
    "fontStacks": {
      "heading": [
        "Biancoserif",
        "Palatino Linotype",
        "sans-serif"
      ],
      "body": [
        "Mori",
        "Arial",
        "sans-serif"
      ],
      "paragraph": [
        "Mori",
        "Arial",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "56px",
      "h2": "48px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "9px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#1C191A",
      "borderColor": null,
      "borderRadius": "60px",
      "borderRadiusCorners": {
        "topLeft": "60px",
        "topRight": "60px",
        "bottomRight": "60px",
        "bottomLeft": "60px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#46ECBA",
      "textColor": "#1C191A",
      "borderColor": "#46ECBA",
      "borderRadius": "60.08px",
      "borderRadiusCorners": {
        "topLeft": "60.08px",
        "topRight": "60.08px",
        "bottomRight": "60.08px",
        "bottomLeft": "60.08px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#E0E0E0",
      "textColor": "#1C191A",
      "borderColor": "#1C191A",
      "borderRadius": "60px",
      "borderRadiusCorners": {
        "topLeft": "60px",
        "topRight": "60px",
        "bottomRight": "60px",
        "bottomLeft": "60px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20viewBox%3D%220%200%20510%2088%22%20fill%3D%22none%22%20class%3D%22wordmark%22%20data-fc-idx%3D%220%22%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20viewBox%3D%220%200%20510%2088%22%20fill%3D%22none%22%20style%3D%22fill%3A%20none%20!important%3B%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0.874069%2033.9745C0.874069%2033.9745%208.80138%2026.7388%2019.2934%2026.7388C16.8841%2035.9973%2016.651%2046.5785%2019.0603%2053.4251C7.01385%2055.0589%20-0.213994%2047.3565%200.874069%2033.9745ZM19.0603%2053.4251C34.4486%2050.5464%2049.2929%2037.709%2054.9663%2020.5146H95.9241C86.5979%2049.2237%2063.5154%2071.9421%2039.8889%2069.3746C30.4849%2068.3632%2022.0136%2061.9834%2019.0603%2053.4251Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M341.949%2024.5267C343.917%2022.6417%20348.351%2019.3518%20355.322%2019.3518V19.3459C368.612%2019.3459%20379.027%2030.3654%20379.027%2044.4316C379.027%2058.4979%20368.612%2069.5173%20355.322%2069.5173C348.345%2069.5173%20343.911%2066.2216%20341.949%2064.3425V68.4148H326.187V0.922852H341.949V24.5267ZM352.471%2055.6941C358.677%2055.6941%20363.36%2050.8512%20363.36%2044.4375C363.36%2038.0179%20358.731%2033.181%20352.471%2033.181C346.211%2033.181%20341.493%2038.0179%20341.493%2044.4375C341.493%2050.8572%20346.264%2055.6941%20352.471%2055.6941ZM135.12%2024.5269C137.082%2022.6419%20141.516%2019.3521%20148.487%2019.3521V19.3462C161.777%2019.3462%20172.192%2030.3656%20172.192%2044.4319C172.192%2058.4981%20161.777%2069.5176%20148.487%2069.5176C141.516%2069.5176%20137.082%2066.2218%20135.12%2064.3428V87.9466H119.358V20.4546H135.12V24.5269ZM145.636%2055.6944C151.842%2055.6944%20156.525%2050.8515%20156.525%2044.4378C156.525%2038.0182%20151.895%2033.1813%20145.636%2033.1813C139.376%2033.1813%20134.657%2038.0182%20134.657%2044.4378C134.657%2050.8574%20139.429%2055.6944%20145.636%2055.6944ZM198.363%2019.352C205.322%2019.352%20209.828%2022.6774%20211.825%2024.5683V24.5624V20.4545H227.587V68.4209H211.825V64.313C209.828%2066.198%20205.322%2069.5234%20198.363%2069.5234C185.073%2069.5234%20174.658%2058.504%20174.658%2044.4377C174.658%2030.3715%20185.073%2019.352%20198.363%2019.352ZM201.303%2055.6943C207.51%2055.6943%20212.193%2050.8514%20212.193%2044.4377C212.193%2038.0181%20207.563%2033.1811%20201.303%2033.1811C195.044%2033.1811%20190.325%2038.0181%20190.325%2044.4377C190.325%2050.8573%20195.097%2055.6943%20201.303%2055.6943ZM305.119%2024.5683C303.122%2022.6774%20298.617%2019.352%20291.657%2019.352C278.367%2019.352%20267.952%2030.3715%20267.952%2044.4377C267.952%2058.504%20278.367%2069.5234%20291.657%2069.5234C298.617%2069.5234%20303.122%2066.198%20305.119%2064.313V68.4209H320.881V20.4545H305.119V24.5624V24.5683ZM305.493%2044.4377C305.493%2050.8514%20300.81%2055.6943%20294.603%2055.6943C288.397%2055.6943%20283.625%2050.8573%20283.625%2044.4377C283.625%2038.0181%20288.344%2033.1811%20294.603%2033.1811C300.863%2033.1811%20305.493%2038.0181%20305.493%2044.4377ZM406.656%2019.352C392.175%2019.352%20380.835%2030.3715%20380.835%2044.4377C380.835%2058.504%20392.175%2069.5234%20406.656%2069.5234C421.138%2069.5234%20432.383%2058.504%20432.383%2044.4377C432.383%2030.3715%20421.079%2019.352%20406.656%2019.352ZM417.546%2044.4377C417.546%2050.8514%20412.863%2055.6943%20406.656%2055.6943C400.45%2055.6943%20395.678%2050.8573%20395.678%2044.4377C395.678%2038.0181%20400.397%2033.1811%20406.656%2033.1811C412.916%2033.1811%20417.546%2038.0181%20417.546%2044.4377ZM436.586%200.922852H452.348V68.4148H436.586V0.922852ZM493.623%2020.4546V24.5625C491.625%2022.6716%20487.12%2019.3462%20480.161%2019.3462C466.871%2019.3462%20456.456%2030.3656%20456.456%2044.4319C456.456%2058.4981%20466.871%2069.5176%20480.161%2069.5176C487.12%2069.5176%20491.625%2066.1922%20493.623%2064.3072V68.4151H509.385V20.4546H493.623ZM493.99%2044.4378C493.99%2050.8515%20489.307%2055.6944%20483.101%2055.6944C476.895%2055.6944%20472.123%2050.8574%20472.123%2044.4378C472.123%2038.0182%20476.841%2033.1813%20483.101%2033.1813C489.361%2033.1813%20493.99%2038.0182%20493.99%2044.4378ZM249.551%2020.291H233.852V68.5003H249.551V35.4436C251.408%2038.2926%20254.616%2040.1753%20258.264%2040.1753C264.007%2040.1753%20268.663%2035.507%20268.663%2029.7484C268.663%2023.9897%20264.007%2019.3214%20258.264%2019.3214C254.616%2019.3214%20251.408%2021.2041%20249.551%2024.0532V20.291Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3C%2Fsvg%3E%3C%2Fsvg%3E",
    "favicon": "https://cdn.prod.website-files.com/663559c9207f91d5a1ba91ba/689ba284cacdde1b8168a9bd_parabola_white-logomark-on-black.png",
    "ogImage": "https://cdn.prod.website-files.com/663559c9207f91d5a1ba91ba/683635a17f44a26d2078643a_aaeb486664d019208d81db6404908584_Graph%20QL.png",
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 27,
    "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'Parabola'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Get a demo",
      "reasoning": "Button #2 'Get a demo' uses the vibrant brand color #46ECBA, making it the most prominent CTA, aligning with the site's goal to engage users."
    },
    "secondary": {
      "index": 3,
      "text": "Find your use case",
      "reasoning": "Button #5 'Find your use case' has a different background color (#E0E0E0) and serves as a secondary action, offering additional exploration options."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "business professionals seeking automation solutions"
  },
  "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, links to the homepage, and matches the brand name 'Parabola'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles