Home · Branding · Goodcover

Goodcover Brand Identity

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

Download JSON
Primary
#00A2EE
Accent
#FF7254
Body Font
untitledSans
Heading
untitledSans

Color Palette

Brand palette extracted from http://www.goodcover.com.

primary
#00A2EE
rgb(0, 162, 238)
secondary
#09A767
rgb(9, 167, 103)
accent
#FF7254
rgb(255, 114, 84)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#000000
rgb(0, 0, 0)
link
#FF7254
rgb(255, 114, 84)

Typography

Each font links to its Google Fonts page where available.

primary
untitledSans
untitledSans Google Fonts →
heading
untitledSans
untitledSans Google Fonts →
untitledSans, Helvetica Neue, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica, Arial, 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

Goodcover logo
Logo
Goodcover favicon
Favicon

UI Components

Live previews rendered using Goodcover's actual button styles.

input
background #FFFFFF textColor #424242 borderColor #D6D6D6 borderRadius 4px shadow none
buttonPrimary
background #00A2EE textColor #FFFFFF borderColor #00A2EE borderRadius 4px shadow none
buttonSecondary
background #09A767 textColor #FFFFFF borderColor #09A767 borderRadius 4px shadow none

Brand Personality

Tone: modern Energy: medium Audience: young professionals and renters

Goodcover Brand in the Wild

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

Frequently Asked Questions

What is Goodcover's primary brand color?

Goodcover's primary brand color is #00A2EE. It anchors the visual identity across their website, product UI, and marketing materials.

What accent color does Goodcover use?

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

What font does Goodcover use?

Goodcover uses untitledSans as the primary typeface across body and headings.

Does Goodcover use a light or dark theme?

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

Where can I find Goodcover's logo?

Goodcover's logo is available directly on their site (http://www.goodcover.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 http://www.goodcover.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 Goodcover.

Methodology

Brand data on this page was extracted from http://www.goodcover.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 Goodcover.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "untitledSans",
      "role": "body"
    },
    {
      "family": "Helvetica Neue",
      "role": "body"
    },
    {
      "family": "Roboto",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#00A2EE",
    "secondary": "#09A767",
    "accent": "#FF7254",
    "background": "#FFFFFF",
    "textPrimary": "#000000",
    "link": "#FF7254"
  },
  "typography": {
    "fontFamilies": {
      "primary": "untitledSans",
      "heading": "untitledSans"
    },
    "fontStacks": {
      "heading": [
        "untitledSans",
        "Helvetica Neue",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "PingFang SC",
        "Hiragino Sans GB",
        "Microsoft YaHei",
        "Helvetica",
        "Arial",
        "sans-serif"
      ],
      "body": [
        "untitledSans",
        "Helvetica Neue",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "PingFang SC",
        "Hiragino Sans GB",
        "Microsoft YaHei",
        "Helvetica",
        "Arial",
        "sans-serif"
      ],
      "paragraph": [
        "untitledSans",
        "Helvetica Neue",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "PingFang SC",
        "Hiragino Sans GB",
        "Microsoft YaHei",
        "Helvetica",
        "Arial",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "58px",
      "h2": "40px",
      "body": "22px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {
    "input": {
      "background": "#FFFFFF",
      "textColor": "#424242",
      "borderColor": "#D6D6D6",
      "borderRadius": "4px",
      "borderRadiusCorners": {
        "topLeft": "4px",
        "topRight": "4px",
        "bottomRight": "4px",
        "bottomLeft": "4px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#00A2EE",
      "textColor": "#FFFFFF",
      "borderColor": "#00A2EE",
      "borderRadius": "4px",
      "borderRadiusCorners": {
        "topLeft": "4px",
        "topRight": "4px",
        "bottomRight": "4px",
        "bottomLeft": "4px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#09A767",
      "textColor": "#FFFFFF",
      "borderColor": "#09A767",
      "borderRadius": "4px",
      "borderRadiusCorners": {
        "topLeft": "4px",
        "topRight": "4px",
        "bottomRight": "4px",
        "bottomLeft": "4px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20width%3D%22329%22%20height%3D%2234%22%20viewBox%3D%220%200%20329%2034%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A2%22%20class%3D%22ejlw0gy1%20css-c9oh61%20ejlw0gy0%22%20color%3D%22black%22%20data-fc-idx%3D%220%22%3E%3Cg%20transform%3D%22translate(-17.3%20-16)%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M112.7%2016.1c-4.5%200-8.7%201.7-11.8%204.8-3.1%203.1-4.8%207.3-4.8%2011.8%200%209.3%207.3%2016.6%2016.6%2016.6s16.5-7.3%2016.5-16.6c0-4.5-1.7-8.7-4.8-11.8-3.1-3.1-7.2-4.8-11.7-4.8Zm7.3%2024.2c-1.9%201.9-4.5%203-7.3%203s-5.4-1.1-7.3-3c-1.9-2-3-4.6-3-7.5%200-2.9%201.1-5.6%203-7.5%201.9-2%204.5-3%207.3-3%205.7%200%2010.2%204.7%2010.2%2010.6%200%202.7-1%205.4-2.9%207.4ZM49.9%2030.1H35.8V36h7.9c-1.4%204.7-4.8%207.3-9.6%207.3-2.9%200-5.5-1.1-7.5-3.1s-3-4.6-3-7.5c0-2.9%201.1-5.6%203-7.5%202-2%204.6-3.1%207.4-3.1%201.7%200%203.3.3%204.8%201%201.4.7%202.6%201.7%203.6%203l.8%201.1%205.1-3.6-.8-1.1c-3-4.2-7.7-6.5-13.3-6.5-4.6%200-8.8%201.7-12%204.8-3.2%203.1-4.9%207.3-4.9%2011.8%200%209.3%207.3%2016.6%2016.7%2016.6%202.3%200%204.5-.4%206.5-1.3%201.9-.8%203.7-2%205.1-3.5%202.9-3%204.5-7.2%204.5-11.7v-1.5l-.2-1.1Zm23.2-14c-4.5%200-8.7%201.7-11.8%204.8-3.1%203.1-4.8%207.3-4.8%2011.8%200%209.3%207.3%2016.6%2016.6%2016.6S89.6%2042%2089.6%2032.7c0-4.5-1.7-8.7-4.8-11.8-3-3.1-7.2-4.8-11.7-4.8Zm7.3%2024.2c-1.9%201.9-4.5%203-7.3%203s-5.4-1.1-7.3-3c-1.9-2-3-4.6-3-7.5%200-2.9%201.1-5.6%203-7.5%201.9-2%204.5-3%207.3-3%205.7%200%2010.2%204.7%2010.2%2010.6.1%202.7-1%205.4-2.9%207.4Zm211.9-5h13.6v-5.9h-13.6v-6.8h17.8v-5.9h-24v32.1H311v-6h-18.7v-7.5Zm-28.1%203.1-9.4-20.9-.4-.8h-6.8L262%2048.4l.3.9h3.5l14.7-32.6h-6.6l-9.7%2021.7Zm71.4-2.7c1.8-.5%203.4-1.3%204.7-2.5%201.8-1.7%202.8-4.1%202.8-6.9%200-5.9-4.3-9.6-11.1-9.6h-13.9v32.1h6.2V36.1h4l9.7%2012.7%207.7-.1-10.1-13Zm-3.6-5.4h-7.7v-7.7h7.7c1.6%200%202.8.3%203.6%201%20.8.6%201.2%201.5%201.2%202.8%200%202.4-1.7%203.9-4.8%203.9ZM228%2016.1c-4.5%200-8.7%201.7-11.8%204.8-3.1%203.1-4.8%207.3-4.8%2011.8%200%209.3%207.3%2016.6%2016.6%2016.6s16.5-7.3%2016.5-16.6c0-4.5-1.7-8.7-4.8-11.8-3-3.1-7.2-4.8-11.7-4.8Zm7.3%2024.2c-1.9%201.9-4.5%203-7.3%203s-5.4-1.1-7.3-3c-1.9-2-3-4.6-3-7.5%200-2.9%201.1-5.6%203-7.5%201.9-2%204.5-3%207.3-3%205.7%200%2010.2%204.7%2010.2%2010.6.1%202.7-1%205.4-2.9%207.4ZM199%2036.8c-.6%202-1.8%203.7-3.5%204.8-1.6%201.1-3.6%201.7-5.8%201.7-5.8%200-10.3-4.7-10.3-10.6%200-2.9%201.1-5.6%203-7.6s4.5-3%207.3-3c2.2%200%204.3.6%205.9%201.7%201.6%201.1%202.8%202.8%203.4%204.8l.4%201.3%206-1.7-.4-1.3c-1-3.2-2.9-5.9-5.7-7.8-2.7-1.9-6-2.9-9.6-2.9-9.3%200-16.6%207.3-16.6%2016.6s7.3%2016.6%2016.6%2016.6c3.6%200%206.9-1%209.6-2.9%202.7-1.9%204.7-4.7%205.6-8l.4-1.4-6-1.4-.3%201.1Zm-37.1-15.5c-3.2-3-7.6-4.6-12.9-4.6h-11.8v32.1H149c5.3%200%209.7-1.6%2012.9-4.6%201.5-1.4%202.7-3.2%203.5-5.1.8-1.9%201.2-4.1%201.2-6.3s-.4-4.4-1.2-6.3c-.8-2.1-2-3.8-3.5-5.2Zm-2.3%2015.4c-.5%201.2-1.2%202.3-2.1%203.2-2%201.9-5%202.9-8.5%202.9h-5.6V22.6h5.6c3.6%200%206.5%201%208.5%202.9.9.9%201.6%202%202.1%203.2.5%201.2.7%202.6.7%204%200%201.5-.2%202.8-.7%204Z%22%20style%3D%22fill-rule%3A%20nonzero%3B%20fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E",
    "favicon": "https://www.goodcover.com/icon-4usi79.png?b4d8c86c400acce5",
    "ogImage": null,
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, and links to the homepage, which strongly indicates it is the main brand logo for Goodcover.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Start Quote",
      "reasoning": "Button #0 with the text 'Start Quote' and a vibrant blue background (#00A2EE) is the primary CTA. Blue is often used for primary actions and aligns with the brand's primary color."
    },
    "secondary": {
      "index": 1,
      "text": "Start Quote",
      "reasoning": "Button #1 with a green background (#09A767) serves as a secondary CTA. It is distinct from the primary blue button and provides an alternative action path."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "young professionals and renters"
  },
  "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, and links to the homepage, which strongly indicates it is the main brand logo for Goodcover.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles