Home · Branding · Dovetail

Dovetail Brand Identity

A complete profile of Dovetail's visual system — colors, typography, components, and personality — extracted from https://dovetail.com/?ref=startups.gallery. Built for designers, agents, and AI tools.

Download JSON
Primary
#0044FF
Accent
#1E1E1E
Body Font
Roboto
Heading
Inter

Color Palette

Brand palette extracted from https://dovetail.com/?ref=startups.gallery.

primary
#0044FF
rgb(0, 68, 255)
secondary
#0FCCCE
rgb(15, 204, 206)
accent
#1E1E1E
rgb(30, 30, 30)
background
#0A0A0A
rgb(10, 10, 10)
textPrimary
#0A0A0A
rgb(10, 10, 10)
link
#6798FF
rgb(103, 152, 255)

Typography

Each font links to its Google Fonts page where available.

primary
Roboto
heading
Inter
Inter, -apple-system, system-ui, BlinkMacSystemFont, Helvetica, Arial, Segoe UI, Roboto, 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

Dovetail logo
Logo
Dovetail favicon
Favicon
Dovetail social image
Social Card

UI Components

Live previews rendered using Dovetail's actual button styles.

buttonPrimary
background #1E1E1E textColor #FFFFFF borderColor #454545 borderRadius 8px shadow none
buttonSecondary
background #FFFFFF textColor #0A0A0A borderRadius 8px shadow none

Brand Personality

Tone: modern Energy: medium Audience: business professionals

Dovetail Brand in the Wild

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

Frequently Asked Questions

What is Dovetail's primary brand color?

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

What accent color does Dovetail use?

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

What font does Dovetail use?

Dovetail uses Roboto for body text and Inter for headings. Fonts were detected on https://dovetail.com/?ref=startups.gallery as part of their live design system.

Does Dovetail use a light or dark theme?

Dovetail's primary site uses a dark color scheme, with a background of #0A0A0A.

Where can I find Dovetail's logo?

Dovetail's logo is available directly on their site (https://dovetail.com/?ref=startups.gallery). 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://dovetail.com/?ref=startups.gallery 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 Dovetail.

Methodology

Brand data on this page was extracted from https://dovetail.com/?ref=startups.gallery 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 Dovetail.

Machine-Readable Profile

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

{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "Roboto",
      "role": "body"
    },
    {
      "family": "Inter",
      "role": "heading"
    },
    {
      "family": "JetBrains Mono",
      "role": "monospace"
    }
  ],
  "colors": {
    "primary": "#0044FF",
    "secondary": "#0FCCCE",
    "accent": "#1E1E1E",
    "background": "#0A0A0A",
    "textPrimary": "#0A0A0A",
    "link": "#6798FF"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Roboto",
      "heading": "Inter"
    },
    "fontStacks": {
      "heading": [
        "Inter",
        "-apple-system",
        "system-ui",
        "BlinkMacSystemFont",
        "Helvetica",
        "Arial",
        "Segoe UI",
        "Roboto",
        "sans-serif"
      ],
      "body": [
        "Inter",
        "-apple-system",
        "system-ui",
        "BlinkMacSystemFont",
        "Helvetica",
        "Arial",
        "Segoe UI",
        "Roboto",
        "sans-serif"
      ],
      "paragraph": [
        "Inter",
        "-apple-system",
        "system-ui",
        "BlinkMacSystemFont",
        "Helvetica",
        "Arial",
        "Segoe UI",
        "Roboto",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "56px",
      "h2": "56px",
      "body": "20px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "8px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#1E1E1E",
      "textColor": "#FFFFFF",
      "borderColor": "#454545",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#0A0A0A",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2220%22%20fill%3D%22none%22%20viewBox%3D%220%200%2018%2020%22%20data-fc-idx%3D%220%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M.377%2012.464a.067.067%200%200%200%200%20.116l4.179%202.413a.13.13%200%200%201%20.066.115v4.825c0%20.052.056.084.1.058l4.179-2.413a.13.13%200%200%200%20.066-.116V12.6a.13.13%200%200%200-.066-.115l-4.279-2.47zM.377%202.43a.067.067%200%200%200%200%20.115l4.179%202.413a.13.13%200%200%201%20.066.116v4.94l4.345-2.51v-4.94a.13.13%200%200%200-.066-.115L4.689.018a.13.13%200%200%200-.133%200zM8.967%207.505l4.279%202.47a.13.13%200%200%201%20.066.116v4.825c0%20.051.056.083.1.058l4.179-2.414a.13.13%200%200%200%20.066-.115V7.582a.13.13%200%200%200-.066-.116l-4.212-2.43a.13.13%200%200%200-.133%200z%22%20clip-rule%3D%22evenodd%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3C%2Fsvg%3E",
    "favicon": "https://dovetail.com/favicon.ico",
    "ogImage": "/media/Social_Meta1.png",
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is located in the header, links to the homepage, and matches the brand name 'Dovetail'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Try Dovetail free",
      "reasoning": "Button #2 'Try Dovetail free' is the primary CTA due to its action-oriented text and prominent dark background, making it stand out as a key action for users."
    },
    "secondary": {
      "index": 2,
      "text": "Contact sales",
      "reasoning": "Button #8 'Contact sales' is selected as secondary because it has a different background color (#FFFFFF) and serves a supportive role to the primary CTA."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "business 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 located in the header, links to the homepage, and matches the brand name 'Dovetail'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles