Home · Branding · Avalara

Avalara Brand Identity

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

Download JSON
Primary
#FD6400
Accent
#FD6400
Body Font
gtStandard
Heading
gtStandard

Color Palette

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

primary
#FD6400
rgb(253, 100, 0)
secondary
#037EAF
rgb(3, 126, 175)
accent
#FD6400
rgb(253, 100, 0)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#000000
rgb(0, 0, 0)
link
#0398CE
rgb(3, 152, 206)

Typography

Each font links to its Google Fonts page where available.

primary
gtStandard
heading
gtStandard
gtStandard, system-ui, -apple-system, BlinkMacSystemFont, 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

Avalara logo
Logo
Avalara favicon
Favicon

UI Components

Live previews rendered using Avalara's actual button styles.

input
background transparent textColor #000000 borderColor null borderRadius 0px shadow rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgb(0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px
buttonPrimary
background #FD6400 textColor #FFFFFF borderRadius 5px shadow rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(46, 43, 40, 0.1) 0px 1px 1px 0px
buttonSecondary
background #FFFFFF textColor #000000 borderRadius 33554400px shadow rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(46, 43, 40, 0.1) 0px 1px 1px 0px

Brand Personality

Tone: professional Energy: medium Audience: businesses seeking tax compliance solutions

Avalara Brand in the Wild

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

Frequently Asked Questions

What is Avalara's primary brand color?

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

What font does Avalara use?

Avalara uses gtStandard as the primary typeface across body and headings.

Does Avalara use a light or dark theme?

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

Where can I find Avalara's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "gtStandard",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#FD6400",
    "secondary": "#037EAF",
    "accent": "#FD6400",
    "background": "#FFFFFF",
    "textPrimary": "#000000",
    "link": "#0398CE"
  },
  "typography": {
    "fontFamilies": {
      "primary": "gtStandard",
      "heading": "gtStandard"
    },
    "fontStacks": {
      "heading": [
        "gtStandard",
        "system-ui",
        "-apple-system",
        "BlinkMacSystemFont",
        "sans-serif"
      ],
      "body": [
        "gtStandard",
        "system-ui",
        "-apple-system",
        "BlinkMacSystemFont",
        "sans-serif"
      ],
      "paragraph": [
        "gtStandard",
        "system-ui",
        "-apple-system",
        "BlinkMacSystemFont",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "52px",
      "h2": "18px",
      "body": "20px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "3px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#000000",
      "borderColor": null,
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgb(0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px"
    },
    "buttonPrimary": {
      "background": "#FD6400",
      "textColor": "#FFFFFF",
      "borderRadius": "5px",
      "borderRadiusCorners": {
        "topLeft": "5px",
        "topRight": "5px",
        "bottomRight": "5px",
        "bottomLeft": "5px"
      },
      "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(46, 43, 40, 0.1) 0px 1px 1px 0px"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#000000",
      "borderRadius": "33554400px",
      "borderRadiusCorners": {
        "topLeft": "33554400px",
        "topRight": "33554400px",
        "bottomRight": "33554400px",
        "bottomLeft": "33554400px"
      },
      "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(46, 43, 40, 0.1) 0px 1px 1px 0px"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20100%2022%22%20width%3D%22100%22%20height%3D%2222%22%20class%3D%22h-%5B16px%5D%20w-%5B74px%5D%20lg%3Ah-%5B30px%5D%20lg%3Aw-auto%22%20fill%3D%22none%22%20aria-label%3D%22Avalara%20Logo%22%20role%3D%22img%22%20data-fc-idx%3D%220%22%3E%3Cpath%20fill%3D%22%23059bd2%22%20d%3D%22M10.167%2016.561s-1.055-1.31-1.68-2.017l-.877%202.093c1.264%201.897%202.096%203.538%202.557%204.32.892-1.535%203.077-6.082%207.58-10.343l-.505-1.19c-2.928%202.199-5.425%205-7.075%207.137%22%20style%3D%22fill%3A%20rgb(5%2C%20155%2C%20210)%20!important%3B%22%2F%3E%3Cpath%20fill%3D%22%23fc6600%22%20fill-rule%3D%22evenodd%22%20d%3D%22M55.295%2016.998c0%201.22.699%201.852%201.813%202.033v2.966c-3.329-.046-5.098-1.672-5.098-4.758V0h3.285zM65.61%206.414c-4.117%200-7.372%203.417-7.372%207.738s3.151%207.739%207.09%207.739c2.007%200%203.612-.768%204.564-1.882l.178.06v1.52h3.3V6.716h-3.3v1.039l-.148.06c-.996-.828-2.35-1.4-4.311-1.4m.402%2012.692c-2.467%200-4.504-2.168-4.504-4.939%200-2.8%202.037-4.938%204.504-4.938%201.62%200%203.032.482%204.028%201.25v6.368c-.847%201.626-2.378%202.259-4.028%202.259m10.077%202.528h3.285V11.216a5.7%205.7%200%200%201%204.147-1.761h.699V6.414h-.416c-1.799%200-3.3.858-4.266%202.047l-.179-.06V6.715h-3.285v14.92zM41.575%206.414c-4.117%200-7.387%203.432-7.387%207.738%200%204.321%203.151%207.739%207.09%207.739%201.992%200%203.612-.768%204.563-1.882l.179.06v1.52h3.3V6.716h-3.3v1.039l-.149.06c-.98-.828-2.334-1.4-4.296-1.4m.402%2012.692c-2.468%200-4.504-2.168-4.504-4.939%200-2.8%202.021-4.938%204.504-4.938%201.62%200%203.032.482%204.028%201.25v6.368c-.847%201.626-2.378%202.259-4.028%202.259M92.233%206.414c-4.118%200-7.373%203.417-7.373%207.738s3.151%207.739%207.09%207.739c1.992%200%203.612-.768%204.564-1.882l.178.06v1.52h3.3V6.716h-3.3v1.039l-.149.06c-.996-.828-2.348-1.4-4.31-1.4m.401%2012.692c-2.467%200-4.489-2.168-4.489-4.939%200-2.8%202.022-4.938%204.49-4.938%201.62%200%203.031.482%204.027%201.25v6.368c-.847%201.626-2.378%202.259-4.028%202.259%22%20clip-rule%3D%22evenodd%22%20style%3D%22fill%3A%20rgb(252%2C%20102%2C%200)%20!important%3B%22%2F%3E%3Cpath%20fill%3D%22%23fc6600%22%20d%3D%22M16.737%2021.575h3.582l-3.15-7.648a36%2036%200%200%200-2.409%202.906zM30.977%206.73l-4.593%2010.885h-.179L21.614%206.73H18.06l6.555%2014.845h3.345L34.515%206.73zM11.728.798H8.577L0%2021.575h3.582L9.781%206.76l.297-.798h.164l.297.798%201.843%204.396a34%2034%200%200%201%202.646-2.409z%22%20style%3D%22fill%3A%20rgb(252%2C%20102%2C%200)%20!important%3B%22%2F%3E%3C%2Fsvg%3E",
    "favicon": "https://www.avalara.com/etc.clientlibs/avalara/clientlibs/clientlib-site/resources/favicons/favicon.ico",
    "ogImage": null,
    "logoHref": "https://www.avalara.com/us/en/index.html",
    "logoAlt": "Avalara Logo"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and has alt text matching the brand 'Avalara'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Get started",
      "reasoning": "Button #1 uses the vibrant brand color #FD6400 and has action-oriented text 'Get started', making it the primary CTA."
    },
    "secondary": {
      "index": 14,
      "text": "Read customer story",
      "reasoning": "Button #4 has a different background color (#FFFFFF) and serves as a secondary action with text 'Read customer story'."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "businesses seeking tax compliance solutions"
  },
  "designSystem": {
    "framework": "tailwind",
    "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 has alt text matching the brand 'Avalara'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles