Home · Branding · Virtually

Virtually Brand Identity

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

Download JSON
Primary
#1565C0
Accent
#EC5E54
Body Font
Lato
Heading
Montserrat

Color Palette

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

primary
#1565C0
rgb(21, 101, 192)
secondary
#6D7181
rgb(109, 113, 129)
accent
#EC5E54
rgb(236, 94, 84)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#EC5E54
rgb(236, 94, 84)
link
#EC5E54
rgb(236, 94, 84)

Typography

Each font links to its Google Fonts page where available.

primary
Lato
heading
Montserrat
Lato, 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

Virtually logo
Logo
Virtually favicon
Favicon
Virtually social image
Social Card

UI Components

Live previews rendered using Virtually's actual button styles.

input
background #FFFFFF textColor #333333 borderColor #CCCCCC borderRadius 0px shadow none
buttonPrimary
background #EC5E54 textColor #FFFFFF borderRadius 10px shadow none
buttonSecondary
background #FFFFFF textColor #212121 borderColor #BDBDBD borderRadius 8px shadow none

Brand Personality

Tone: modern Energy: medium Audience: educators and institutions

Virtually Brand in the Wild

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

Frequently Asked Questions

What is Virtually's primary brand color?

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

What accent color does Virtually use?

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

What font does Virtually use?

Virtually uses Lato for body text and Montserrat for headings. Fonts were detected on https://tryvirtually.com/ as part of their live design system.

Does Virtually use a light or dark theme?

Virtually's primary site uses a light color scheme, with a background of #FFFFFF.

Where can I find Virtually's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Lato",
      "role": "body"
    },
    {
      "family": "Montserrat",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#1565C0",
    "secondary": "#6D7181",
    "accent": "#EC5E54",
    "background": "#FFFFFF",
    "textPrimary": "#EC5E54",
    "link": "#EC5E54"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Lato",
      "heading": "Montserrat"
    },
    "fontStacks": {
      "heading": [
        "Lato",
        "sans-serif"
      ],
      "body": [
        "Montserrat",
        "sans-serif"
      ],
      "paragraph": [
        "Lato",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "52px",
      "h2": "16px",
      "body": "24px"
    }
  },
  "spacing": {
    "baseUnit": 8,
    "borderRadius": "0px"
  },
  "components": {
    "input": {
      "background": "#FFFFFF",
      "textColor": "#333333",
      "borderColor": "#CCCCCC",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#EC5E54",
      "textColor": "#FFFFFF",
      "borderRadius": "10px",
      "borderRadiusCorners": {
        "topLeft": "10px",
        "topRight": "10px",
        "bottomRight": "10px",
        "bottomLeft": "10px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#212121",
      "borderColor": "#BDBDBD",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://cdn.prod.website-files.com/5fc46126e6be6c61aa2a15cb/617b305ca189fc3bd7fa1b9d_Horizontal%20logo.jpg",
    "favicon": "https://cdn.prod.website-files.com/5fc46126e6be6c61aa2a15cb/617b2c4b275da31c5b038afd_Favicon-Virtually-32.png",
    "ogImage": "https://images.unsplash.com/photo-1585974738771-84483dd9f89f?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1566&q=80"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Logo rejected: Red flags detected (menu word). Selected #0 because it is visible, located in the header, links to the homepage, and matches the favicon, making it the primary brand logo.",
    "confidence": 0.9,
    "rejected": true,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Get started for free",
      "reasoning": "Button #0 'Get started for free' is the primary CTA due to its vibrant accent color (#EC5E54) and action-oriented text, making it the most prominent call-to-action."
    },
    "secondary": {
      "index": 2,
      "text": "Login",
      "reasoning": "Button #2 'Login' is selected as the secondary CTA because it has a different background color (#FFFFFF) and serves a supportive function to the primary action."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "educators and institutions"
  },
  "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 favicon, making it the primary brand logo.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles