Home · Branding · Novaflow

Novaflow Brand Identity

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

Download JSON
Primary
#512FEB
Accent
#512FEB
Body Font
Outfit
Heading
Outfit

Color Palette

Brand palette extracted from https://www.novaflowapp.com/.

primary
#512FEB
rgb(81, 47, 235)
accent
#512FEB
rgb(81, 47, 235)
background
#000000
rgb(0, 0, 0)
textPrimary
#000000
rgb(0, 0, 0)
link
#0000EE
rgb(0, 0, 238)

Typography

Each font links to its Google Fonts page where available.

primary
Outfit
heading
Outfit
Outfit, 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

Novaflow favicon
Favicon
Novaflow social image
Social Card

UI Components

Live previews rendered using Novaflow's actual button styles.

buttonPrimary
background #512FEB textColor #0000EE borderRadius 8px shadow rgba(0, 0, 0, 0.15) 0px 0.706592px 0.706592px -0.625px, rgba(0, 0, 0, 0.14) 0px 1.80656px 1.80656px -1.25px, rgba(0, 0, 0, 0.14) 0px 3.62176px 3.62176px -1.875px, rgba(0, 0, 0, 0.13) 0px 6.8656px 6.8656px -2.5px, rgba(0, 0, 0, 0.1) 0px 13.6468px 13.6468px -3.125px, rgba(0, 0, 0, 0.05) 0px 30px 30px -3.75px

Brand Personality

Tone: modern Energy: medium Audience: bioinformatics professionals and researchers

Novaflow Brand in the Wild

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

Frequently Asked Questions

What is Novaflow's primary brand color?

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

What font does Novaflow use?

Novaflow uses Outfit as the primary typeface across body and headings.

Does Novaflow use a light or dark theme?

Novaflow's primary site uses a dark color scheme, with a background of #000000.

How was this brand profile generated?

This profile was extracted from https://www.novaflowapp.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 Novaflow.

Methodology

Brand data on this page was extracted from https://www.novaflowapp.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 Novaflow.

Machine-Readable Profile

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

{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "Outfit",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#512FEB",
    "accent": "#512FEB",
    "background": "#000000",
    "textPrimary": "#000000",
    "link": "#0000EE"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Outfit",
      "heading": "Outfit"
    },
    "fontStacks": {
      "heading": [
        "Outfit",
        "sans-serif"
      ],
      "body": [
        "sans-serif"
      ],
      "paragraph": [
        "Outfit",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "60px",
      "h2": "50px",
      "body": "14px"
    }
  },
  "spacing": {
    "baseUnit": 10,
    "borderRadius": "8px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#512FEB",
      "textColor": "#0000EE",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "rgba(0, 0, 0, 0.15) 0px 0.706592px 0.706592px -0.625px, rgba(0, 0, 0, 0.14) 0px 1.80656px 1.80656px -1.25px, rgba(0, 0, 0, 0.14) 0px 3.62176px 3.62176px -1.875px, rgba(0, 0, 0, 0.13) 0px 6.8656px 6.8656px -2.5px, rgba(0, 0, 0, 0.1) 0px 13.6468px 13.6468px -3.125px, rgba(0, 0, 0, 0.05) 0px 30px 30px -3.75px"
    }
  },
  "images": {
    "logo": null,
    "favicon": "https://framerusercontent.com/images/5QFL86b8z7AL5WdH0Vi0tm0oPh0.png",
    "ogImage": "https://framerusercontent.com/images/sxtXdutHHs8DVbbwLHDn0AYCA.png"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 1,
      "text": "Try NowTry Now",
      "reasoning": "The button labeled 'Try Now' is likely the primary CTA due to its action-oriented text, encouraging immediate engagement with the product. It shares the vibrant brand color #512FEB, which is typical for primary CTAs."
    },
    "secondary": {
      "index": -1,
      "text": "N/A",
      "reasoning": "All buttons share the same background color, making it impossible to select a secondary button with a different color as required."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "bioinformatics professionals and researchers"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.9,
    "colors": 0.9,
    "overall": 0.9
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": false,
      "llmSucceeded": false,
      "finalSource": "none"
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles