Home · Branding · Aqua Voice

Aqua Voice Brand Identity

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

Download JSON
Primary
#67BEFF
Accent
#67BEFF
Body Font
PP Neue Montreal Book
Heading
PP Neue Montreal Medium

Color Palette

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

primary
#67BEFF
rgb(103, 190, 255)
secondary
#3E4150
rgb(62, 65, 80)
accent
#67BEFF
rgb(103, 190, 255)
background
#FAFBFC
rgb(250, 251, 252)
textPrimary
#7D7E7E
rgb(125, 126, 126)
link
#0000EE
rgb(0, 0, 238)

Typography

Each font links to its Google Fonts page where available.

primary
PP Neue Montreal Book
PP Neue Montreal Book Google Fonts →
heading
PP Neue Montreal Medium
PP Neue Montreal Medium Google Fonts →
PP Neue Montreal Book, 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

Aqua Voice logo
Logo
Aqua Voice favicon
Favicon
Aqua Voice social image
Social Card

UI Components

Live previews rendered using Aqua Voice's actual button styles.

buttonPrimary
background #67BEFF textColor #0000EE borderRadius 110px shadow rgba(255, 255, 255, 0.41) 0px 3.5px 5.25px 0px inset, rgba(0, 0, 0, 0.03) 0px 1.75px 3.5px 0px, rgba(73, 146, 255, 0.03) 0px 28px 11.38px 0px, rgba(73, 146, 255, 0.05) 0px 15.75px 11.38px 0px, rgba(73, 146, 255, 0.07) 0px 7px 7px 0px, rgba(73, 146, 255, 0.08) 0px 1.75px 3.5px 0px
buttonSecondary
background #EFEFEF textColor #0000EE borderRadius 110px shadow none

Brand Personality

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

Aqua Voice Brand in the Wild

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

Frequently Asked Questions

What is Aqua Voice's primary brand color?

Aqua Voice's primary brand color is #67BEFF. It anchors the visual identity across their website, product UI, and marketing materials.

What font does Aqua Voice use?

Aqua Voice uses PP Neue Montreal Book for body text and PP Neue Montreal Medium for headings. Fonts were detected on https://aquavoice.com as part of their live design system.

Does Aqua Voice use a light or dark theme?

Aqua Voice's primary site uses a light color scheme, with a background of #FAFBFC.

Where can I find Aqua Voice's logo?

Aqua Voice's logo is available directly on their site (https://aquavoice.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://aquavoice.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 Aqua Voice.

Methodology

Brand data on this page was extracted from https://aquavoice.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 Aqua Voice.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "PP Neue Montreal Medium",
      "role": "heading"
    },
    {
      "family": "PP Neue Montreal Book",
      "role": "body"
    },
    {
      "family": "Geist Mono",
      "role": "monospace"
    },
    {
      "family": "Inter",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#67BEFF",
    "secondary": "#3E4150",
    "accent": "#67BEFF",
    "background": "#FAFBFC",
    "textPrimary": "#7D7E7E",
    "link": "#0000EE"
  },
  "typography": {
    "fontFamilies": {
      "primary": "PP Neue Montreal Book",
      "heading": "PP Neue Montreal Medium"
    },
    "fontStacks": {
      "heading": [
        "PP Neue Montreal Book",
        "sans-serif"
      ],
      "body": [
        "sans-serif"
      ],
      "paragraph": [
        "PP Neue Montreal Medium",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "72px",
      "h2": "56px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 12,
    "borderRadius": "15px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#67BEFF",
      "textColor": "#0000EE",
      "borderRadius": "110px",
      "borderRadiusCorners": {
        "topLeft": "110px",
        "topRight": "110px",
        "bottomRight": "110px",
        "bottomLeft": "110px"
      },
      "shadow": "rgba(255, 255, 255, 0.41) 0px 3.5px 5.25px 0px inset, rgba(0, 0, 0, 0.03) 0px 1.75px 3.5px 0px, rgba(73, 146, 255, 0.03) 0px 28px 11.38px 0px, rgba(73, 146, 255, 0.05) 0px 15.75px 11.38px 0px, rgba(73, 146, 255, 0.07) 0px 7px 7px 0px, rgba(73, 146, 255, 0.08) 0px 1.75px 3.5px 0px"
    },
    "buttonSecondary": {
      "background": "#EFEFEF",
      "textColor": "#0000EE",
      "borderRadius": "110px",
      "borderRadiusCorners": {
        "topLeft": "110px",
        "topRight": "110px",
        "bottomRight": "110px",
        "bottomLeft": "110px"
      },
      "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%2064%2017.199%2522%20overflow%3D%2522visible%2522%3E%3Cpath%20d%3D%2522M%205.78%201.887%20C%206.275%200.63%207.024%200%208.027%200%20C%209.03%200%209.771%200.629%2010.249%201.887%20L%2016.053%2016.96%20L%2013.043%2016.96%20L%207.645%202.604%20L%208.338%202.604%20L%202.914%2016.96%20L%200%2016.96%20Z%20M%203.774%209.817%20L%2012.326%209.817%20L%2012.326%2012.326%20L%203.774%2012.326%20L%203.774%209.818%20Z%20M%2023.872%2017.199%20C%2022.263%2017.199%2020.798%2016.817%2019.477%2016.052%20C%2018.178%2015.311%2017.098%2014.24%2016.347%2012.947%20C%2015.583%2011.625%2015.201%2010.177%2015.201%208.6%20C%2015.201%207.023%2015.583%205.582%2016.347%204.276%20C%2017.093%202.972%2018.173%201.892%2019.477%201.146%20C%2020.798%200.383%2022.263%200%2023.872%200%20C%2025.512%200%2026.993%200.382%2028.315%201.147%20C%2029.618%201.893%2030.699%202.973%2031.445%204.276%20C%2032.209%205.582%2032.591%207.023%2032.591%208.6%20C%2032.591%209.523%2032.447%2010.415%2032.161%2011.275%20C%2031.892%2012.115%2031.488%2012.905%2030.966%2013.615%20L%2031.951%2014.608%20C%2032.816%2015.478%2032.199%2016.96%2030.971%2016.96%20C%2030.601%2016.96%2030.247%2016.811%2029.988%2016.547%20L%2029.008%2015.551%20C%2028.286%2016.095%2027.478%2016.515%2026.618%2016.793%20C%2025.758%2017.063%2024.843%2017.199%2023.872%2017.199%20Z%20M%2023.872%2014.476%20C%2024.416%2014.478%2024.957%2014.389%2025.472%2014.213%20C%2025.986%2014.044%2026.47%2013.794%2026.905%2013.473%20L%2025.203%2011.77%20L%2027.146%209.843%20L%2028.816%2011.49%20C%2029.087%2011.06%2029.286%2010.606%2029.414%2010.128%20C%2029.558%209.631%2029.63%209.117%2029.629%208.6%20C%2029.637%207.578%2029.373%206.572%2028.864%205.685%20C%2028.369%204.792%2027.643%204.05%2026.762%203.535%20C%2025.895%202.996%2024.893%202.715%2023.872%202.723%20C%2022.852%202.719%2021.851%203%2020.982%203.535%20C%2020.111%204.055%2019.394%204.797%2018.903%205.685%20C%2018.395%206.572%2018.132%207.578%2018.14%208.6%20C%2018.14%209.65%2018.395%2010.63%2018.904%2011.538%20C%2019.403%2012.419%2020.118%2013.159%2020.982%2013.688%20C%2021.856%2014.209%2022.855%2014.481%2023.872%2014.476%20Z%20M%2041.083%2017.199%20C%2039.745%2017.199%2038.543%2016.912%2037.476%2016.339%20C%2036.441%2015.766%2035.589%2014.914%2035.016%2013.879%20C%2034.426%2012.812%2034.132%2011.593%2034.132%2010.224%20L%2034.132%200.239%20L%2036.855%200.239%20L%2036.855%2010.319%20C%2036.855%2011.148%2037.038%2011.888%2037.405%2012.541%20C%2037.756%2013.179%2038.277%2013.708%2038.909%2014.07%20C%2039.562%2014.436%2040.286%2014.62%2041.083%2014.62%20C%2041.895%2014.62%2042.62%2014.436%2043.257%2014.07%20C%2043.889%2013.708%2044.41%2013.178%2044.761%2012.54%20C%2045.128%2011.888%2045.311%2011.148%2045.311%2010.32%20L%2045.311%200.238%20L%2048.034%200.238%20L%2048.034%2010.223%20C%2048.034%2011.593%2047.739%2012.811%2047.15%2013.878%20C%2046.577%2014.913%2045.725%2015.765%2044.69%2016.338%20C%2043.639%2016.911%2042.436%2017.198%2041.083%2017.198%20Z%20M%2053.728%201.887%20C%2054.222%200.63%2054.97%200%2055.974%200%20C%2056.977%200%2057.718%200.629%2058.195%201.887%20L%2064%2016.96%20L%2060.99%2016.96%20L%2055.592%202.604%20L%2056.284%202.604%20L%2050.862%2016.96%20L%2047.948%2016.96%20Z%20M%2051.722%209.817%20L%2060.273%209.817%20L%2060.273%2012.326%20L%2051.722%2012.326%20L%2051.722%209.818%20Z%2522%20fill%3D%2522rgb(0%2C%200%2C%200)%2522%3E%3C%2Fpath%3E%3C%2Fsvg%3E",
    "favicon": "https://framerusercontent.com/images/KO3UUG0mbyyUBnMxZ3jjJyQu8I.png",
    "ogImage": "https://framerusercontent.com/images/Trg2VjCuQRbTR2SZWCm3JrdsFc.jpg",
    "logoHref": "./"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, links to the homepage, and matches the brand inferred from the page title and URL.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 3,
      "text": "Go Pro",
      "reasoning": "Button #3 'Go Pro' uses the vibrant brand color #67BEFF, making it stand out as the primary call-to-action."
    },
    "secondary": {
      "index": 0,
      "text": "Get Started",
      "reasoning": "Button #0 'Get Started' has a different background color (#EFEFEF) and serves as a secondary action with a less vibrant appearance."
    },
    "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, links to the homepage, and matches the brand inferred from the page title and URL.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles