Home · Branding · Salesform

Salesform Brand Identity

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

Download JSON
Primary
#1335A7
Accent
#0052CC
Body Font
Inter
Heading
Inter

Color Palette

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

primary
#1335A7
rgb(19, 53, 167)
secondary
#CCDAE7
rgb(204, 218, 231)
accent
#0052CC
rgb(0, 82, 204)
background
#0D1117
rgb(13, 17, 23)
textPrimary
#0D1117
rgb(13, 17, 23)
link
#0052CC
rgb(0, 82, 204)

Typography

Each font links to its Google Fonts page where available.

primary
Inter
heading
Inter
Inter, 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

Salesform logo
Logo
Salesform favicon
Favicon

UI Components

Live previews rendered using Salesform's actual button styles.

buttonPrimary
background #1335A7 textColor #FFFFFF borderRadius 9999px shadow none
buttonSecondary
background #EE8733 textColor #FFFFFF borderRadius 9999px shadow rgba(0, 0, 0, 0) 0px 0px 100px 100px inset

Brand Personality

Tone: professional Energy: medium Audience: business professionals

Salesform Brand in the Wild

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

Frequently Asked Questions

What is Salesform's primary brand color?

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

What accent color does Salesform use?

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

What font does Salesform use?

Salesform uses Inter as the primary typeface across body and headings.

Does Salesform use a light or dark theme?

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

Where can I find Salesform's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#1335A7",
    "secondary": "#CCDAE7",
    "accent": "#0052CC",
    "background": "#0D1117",
    "textPrimary": "#0D1117",
    "link": "#0052CC"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Inter"
    },
    "fontStacks": {
      "heading": [
        "Inter",
        "sans-serif"
      ],
      "body": [
        "Inter",
        "sans-serif"
      ],
      "paragraph": [
        "Inter",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "60px",
      "h2": "48px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 8,
    "borderRadius": "0px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#1335A7",
      "textColor": "#FFFFFF",
      "borderRadius": "9999px",
      "borderRadiusCorners": {
        "topLeft": "9999px",
        "topRight": "9999px",
        "bottomRight": "9999px",
        "bottomLeft": "9999px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#EE8733",
      "textColor": "#FFFFFF",
      "borderRadius": "9999px",
      "borderRadiusCorners": {
        "topLeft": "9999px",
        "topRight": "9999px",
        "bottomRight": "9999px",
        "bottomLeft": "9999px"
      },
      "shadow": "rgba(0, 0, 0, 0) 0px 0px 100px 100px inset"
    }
  },
  "images": {
    "logo": "https://cdn.prod.website-files.com/633b6e134c8f8b41e64e4c1a/633f3279166e26675fd652c1_Component%2070.svg",
    "favicon": "https://cdn.prod.website-files.com/633b6e134c8f8b41e64e4c1a/6343b72aae8a16c48daadaa1_Component%2072%201.png",
    "ogImage": null,
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, medium-sized, and links to the homepage, aligning with the brand 'Salesform'.",
    "confidence": 0.85,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Get started",
      "reasoning": "Button #0 with text 'Get started' uses a vibrant blue color (#1335A7) which aligns with the brand's primary color scheme and is a strong call-to-action."
    },
    "secondary": {
      "index": 1,
      "text": "Get Started",
      "reasoning": "Button #1 with text 'Get Started' uses a distinct orange color (#EE8733), making it suitable as a secondary CTA due to its different color group from the primary button."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "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 visible, medium-sized, and links to the homepage, aligning with the brand 'Salesform'.",
        "confidence": 0.85
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles