Home · Branding · Govly

Govly Brand Identity

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

Download JSON
Primary
#383E47
Accent
#F6F7F9
Body Font
Roboto
Heading
Roboto

Color Palette

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

primary
#383E47
rgb(56, 62, 71)
secondary
#2D72D2
rgb(45, 114, 210)
accent
#F6F7F9
rgb(246, 247, 249)
background
#F4F4F4
rgb(244, 244, 244)
textPrimary
#1C2127
rgb(28, 33, 39)
link
#5F6B7C
rgb(95, 107, 124)

Typography

Each font links to its Google Fonts page where available.

primary
Roboto
heading
Roboto
system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, 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

Govly logo
Logo
Govly favicon
Favicon
Govly social image
Social Card

UI Components

Live previews rendered using Govly's actual button styles.

buttonPrimary
background #F6F7F9 textColor #1C2127 borderColor #1C2127 borderRadius 4px shadow none
buttonSecondary
background #252A31 textColor #FFFFFF borderRadius 4px shadow none

Brand Personality

Tone: professional Energy: medium Audience: government contractors

Govly Brand in the Wild

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

Frequently Asked Questions

What is Govly's primary brand color?

Govly's primary brand color is #383E47. It anchors the visual identity across their website, product UI, and marketing materials.

What accent color does Govly use?

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

What font does Govly use?

Govly uses Roboto as the primary typeface across body and headings.

Does Govly use a light or dark theme?

Govly's primary site uses a light color scheme, with a background of #F4F4F4.

Where can I find Govly's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Roboto",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#383E47",
    "secondary": "#2D72D2",
    "accent": "#F6F7F9",
    "background": "#F4F4F4",
    "textPrimary": "#1C2127",
    "link": "#5F6B7C"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Roboto",
      "heading": "Roboto"
    },
    "fontStacks": {
      "heading": [
        "system-ui",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Oxygen",
        "Ubuntu",
        "Cantarell",
        "Fira Sans",
        "Droid Sans",
        "Helvetica Neue",
        "sans-serif"
      ],
      "body": [
        "system-ui",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Oxygen",
        "Ubuntu",
        "Cantarell",
        "Fira Sans",
        "Droid Sans",
        "Helvetica Neue",
        "sans-serif"
      ],
      "paragraph": [
        "system-ui",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Oxygen",
        "Ubuntu",
        "Cantarell",
        "Fira Sans",
        "Droid Sans",
        "Helvetica Neue",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "50px",
      "h2": "50px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "6px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#F6F7F9",
      "textColor": "#1C2127",
      "borderColor": "#1C2127",
      "borderRadius": "4px",
      "borderRadiusCorners": {
        "topLeft": "4px",
        "topRight": "4px",
        "bottomRight": "4px",
        "bottomLeft": "4px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#252A31",
      "textColor": "#FFFFFF",
      "borderRadius": "4px",
      "borderRadiusCorners": {
        "topLeft": "4px",
        "topRight": "4px",
        "bottomRight": "4px",
        "bottomLeft": "4px"
      },
      "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%20height%3D%22auto%22%20viewBox%3D%220%200%20190%2069%22%20fill%3D%22currentColor%22%20data-fc-idx%3D%220%22%3E%0A%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M87.39%2016.8201L101.28%2053.3501H112.02L125.9%2016.8201H115.53L106.63%2042.3901L97.77%2016.8201H87.39Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(28%2C%2033%2C%2039)%20!important%3B%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M139.86%200.0100098H130.43V53.35H139.86V0.0100098Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(28%2C%2033%2C%2039)%20!important%3B%22%2F%3E%0A%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M144.39%2016.8201L159.37%2052.1901C158.49%2054.6701%20157.31%2056.4801%20155.83%2057.6001C154.34%2058.7201%20152.33%2059.2601%20149.8%2059.2101V67.9801C154.48%2068.2201%20158.37%2067.1601%20161.52%2064.8001C164.66%2062.4401%20167.17%2058.6401%20169.07%2053.4201L182.39%2016.8201H172.31L164.22%2041.3701L154.7%2016.8201H144.39Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(28%2C%2033%2C%2039)%20!important%3B%22%2F%3E%0A%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M42.79%2028.9901C45.45%2028.9901%2047.61%2026.8201%2047.61%2024.1701C47.61%2021.5101%2045.44%2019.3501%2042.79%2019.3501C40.13%2019.3501%2037.97%2021.5201%2037.97%2024.1701C37.97%2026.8201%2040.13%2028.9901%2042.79%2028.9901Z%22%20fill%3D%22%232D72D2%22%20style%3D%22fill%3A%20rgb(45%2C%20114%2C%20210)%20!important%3B%22%2F%3E%0A%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M33.02%2020.4C29.58%2017.38%2025.08%2015.55%2020.14%2015.55C9.34998%2015.55%200.609985%2024.3%200.609985%2035.08C0.609985%2045.87%209.35998%2054.61%2020.14%2054.61C23.87%2054.61%2027.36%2053.56%2030.32%2051.75C30.29%2054.55%2029.44%2056.7101%2027.76%2058.2401C26.06%2059.8001%2023.72%2060.58%2020.75%2060.58C16.22%2060.58%2013.03%2058.88%2011.18%2055.47L3.13998%2060.0701C4.74998%2062.9901%207.04998%2065.21%2010.05%2066.72C13.05%2068.23%2016.52%2068.9901%2020.46%2068.9901C25.72%2068.9901%2030.22%2067.5%2033.94%2064.53C37.67%2061.56%2039.53%2057.2501%2039.53%2051.6001C39.53%2045.8301%2039.92%2039.9%2039.65%2034.16C35.4%2032.83%2032.32%2028.86%2032.32%2024.17C32.32%2022.84%2032.57%2021.57%2033.02%2020.4ZM9.90998%2035.08C9.90998%2029.43%2014.49%2024.85%2020.15%2024.85C25.8%2024.85%2030.38%2029.43%2030.38%2035.08C30.38%2040.73%2025.8%2045.31%2020.15%2045.31C14.49%2045.32%209.90998%2040.74%209.90998%2035.08Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(28%2C%2033%2C%2039)%20!important%3B%22%2F%3E%0A%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M52.58%2020.45C53.02%2021.61%2053.26%2022.86%2053.26%2024.17C53.26%2024.64%2053.23%2025.11%2053.17%2025.56L57.84%2027.98C59.75%2025.92%2062.49%2024.63%2065.52%2024.63C71.3%2024.63%2075.99%2029.32%2075.99%2035.1C75.99%2040.88%2071.3%2045.57%2065.52%2045.57C59.74%2045.57%2055.05%2040.88%2055.05%2035.1C55.05%2034.76%2055.07%2034.42%2055.1%2034.08L50.22%2031.56C49.06%2032.73%2047.61%2033.63%2046%2034.15C45.99%2034.47%2045.98%2034.78%2045.98%2035.1C45.98%2045.89%2054.73%2054.63%2065.51%2054.63C76.3%2054.63%2085.04%2045.88%2085.04%2035.1C85.04%2024.31%2076.29%2015.57%2065.51%2015.57C60.55%2015.55%2056.02%2017.4%2052.58%2020.45Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(28%2C%2033%2C%2039)%20!important%3B%22%2F%3E%0A%3C%2Fsvg%3E",
    "favicon": "https://cdn.prod.website-files.com/65f9f755792648d187d6d0dd/69e7b327afb5fd52f1225321_favicon-32.png",
    "ogImage": "https://cdn.prod.website-files.com/65f9f755792648d187d6d0dd/664f9b6294a2746d95d960ea_opengraph.webp",
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 6,
    "reasoning": "Selected #0 because it is visible, located in the header, and links to the homepage, matching the brand 'Govly'.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 3,
      "text": "Sign up free",
      "reasoning": "Button #3 has a vibrant blue background (#F6F7F9) and action-oriented text 'Sign up free', making it a strong primary CTA."
    },
    "secondary": {
      "index": 0,
      "text": "Get a demo",
      "reasoning": "Button #0 has a dark background (#252A31) and the text 'Get a demo', which complements the primary CTA without competing with it."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "government contractors"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.9,
    "colors": 0.9,
    "overall": 0.9
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 0,
        "selectedLogoReasoning": "Selected #0 because it is visible, located in the header, and links to the homepage, matching the brand 'Govly'.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles